[java-identity-provider COMMIT] /trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/PopulateSubjectCano...

noreply at shibboleth.net noreply at shibboleth.net
Thu Jan 23 11:18:21 EST 2014


Author: scantor
Date: Thu Jan 23 11:18:20 2014
New Revision: 5233

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5233&view=rev
Log:
Remove cut and paste error.

Modified:
    trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/PopulateSubjectCanonicalizationContext.java

Modified: trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/PopulateSubjectCanonicalizationContext.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/PopulateSubjectCanonicalizationContext.java?rev=5233&r1=5232&r2=5233&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/PopulateSubjectCanonicalizationContext.java (original)
+++ trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/PopulateSubjectCanonicalizationContext.java Thu Jan 23 11:18:20 2014
@@ -21,13 +21,11 @@
 import java.util.Collection;
 
 import javax.annotation.Nonnull;
-import javax.annotation.Nullable;
 
 import net.shibboleth.idp.authn.AbstractSubjectCanonicalizationAction;
 import net.shibboleth.idp.authn.SubjectCanonicalizationException;
 import net.shibboleth.idp.authn.SubjectCanonicalizationFlowDescriptor;
 import net.shibboleth.idp.authn.context.SubjectCanonicalizationContext;
-import net.shibboleth.idp.authn.principal.PrincipalEvalPredicateFactoryRegistry;
 import net.shibboleth.utilities.java.support.annotation.constraint.NonnullElements;
 import net.shibboleth.utilities.java.support.component.ComponentSupport;
 import net.shibboleth.utilities.java.support.logic.Constraint;
@@ -54,9 +52,6 @@
     
     /** The flows to make available for possible use. */
     @Nonnull @NonnullElements private Collection<SubjectCanonicalizationFlowDescriptor> availableFlows;
-    
-    /** The registry of predicate factories for custom principal evaluation. */
-    @Nullable private PrincipalEvalPredicateFactoryRegistry evalRegistry;
 
     /** Constructor. */
     PopulateSubjectCanonicalizationContext() {



More information about the commits mailing list