[java-identity-provider COMMIT] /trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/im...

noreply at shibboleth.net noreply at shibboleth.net
Wed Jun 5 03:20:56 EDT 2013


Author: rdw
Date: Wed Jun  5 03:20:56 2013
New Revision: 4518

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4518&view=rev
Log:
IDP-208 A Start on the EntityAttributeFilters: AttributeRequesterEntityAttributeExactMatcher and supporting infrastructure and tests (part iii - missed checkin)

Modified:
    trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/impl/filtercontext/NavigationHelper.java

Modified: trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/impl/filtercontext/NavigationHelper.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/impl/filtercontext/NavigationHelper.java?rev=4518&r1=4517&r2=4518&view=diff
==============================================================================
--- trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/impl/filtercontext/NavigationHelper.java (original)
+++ trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/impl/filtercontext/NavigationHelper.java Wed Jun  5 03:20:56 2013
@@ -42,7 +42,7 @@
      * @param filterContext the filterContext
      * @return the associated resolution context
      */
-    @Nonnull protected static AttributeResolutionContext locateResolverContext(
+    @Nonnull public static AttributeResolutionContext locateResolverContext(
             @Nonnull AttributeFilterContext filterContext) {
         final BaseContext parent = filterContext.getParent();
 
@@ -64,7 +64,8 @@
      * @param filterContext the filterContext
      * @return the associated recipient context
      */
-    @Nonnull protected static AttributeRecipientContext locateRecipientContext(
+    @Nonnull
+    public static AttributeRecipientContext locateRecipientContext(
             @Nonnull AttributeResolutionContext filterContext) {
         
         final AttributeRecipientContext recipientContext =



More information about the commits mailing list