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

noreply at shibboleth.net noreply at shibboleth.net
Tue Nov 11 10:15:08 EST 2014


Author: rdw
Date: Tue Nov 11 10:15:08 2014
New Revision: 6878

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6878&view=rev
Log:
Remove unused field

Modified:
    trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/matcher/saml/impl/AttributeInMetadataMatcher.java

Modified: trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/matcher/saml/impl/AttributeInMetadataMatcher.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/matcher/saml/impl/AttributeInMetadataMatcher.java?rev=6878&r1=6877&r2=6878&view=diff
==============================================================================
--- trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/matcher/saml/impl/AttributeInMetadataMatcher.java (original)
+++ trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/matcher/saml/impl/AttributeInMetadataMatcher.java Tue Nov 11 10:15:08 2014
@@ -33,7 +33,6 @@
 import net.shibboleth.idp.attribute.filter.context.AttributeFilterContext;
 import net.shibboleth.idp.saml.attribute.encoding.SAML1AttributeEncoder;
 import net.shibboleth.idp.saml.attribute.encoding.SAML2AttributeEncoder;
-import net.shibboleth.utilities.java.support.annotation.constraint.NonnullAfterInit;
 import net.shibboleth.utilities.java.support.annotation.constraint.NonnullElements;
 import net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent;
 import net.shibboleth.utilities.java.support.component.ComponentSupport;
@@ -56,7 +55,6 @@
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-import com.google.common.base.Function;
 import com.google.common.collect.ImmutableSet;
 
 
@@ -83,9 +81,6 @@
     
     /** The String used to prefix log message. */
     private String logPrefix;
-
-    /** The strategy to get the appropriate XMLObject from the context. */
-    @NonnullAfterInit private Function<SAMLMetadataContext, ? extends XMLObject> objectStrategy;
 
     /**
      * Gets whether optionally requested attributes should be matched.



More information about the commits mailing list