[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Mar 25 00:24:04 EDT 2014


Author: scantor
Date: Tue Mar 25 00:24:03 2014
New Revision: 5631

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5631&view=rev
Log:
Move NameID policy predicates to more general package.

Modified:
    trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml?rev=5631&r1=5630&r2=5631&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml Tue Mar 25 00:24:03 2014
@@ -121,7 +121,7 @@
             <bean class="net.shibboleth.idp.saml.impl.profile.logic.DefaultNameIdentifierFormatStrategy" />
         </property>
         <property name="nameIDPolicyPredicate">
-            <bean class="org.opensaml.saml.saml2.profile.impl.AffiliationNameIDPolicyPredicate"
+            <bean class="org.opensaml.saml.common.profile.logic.AffiliationNameIDPolicyPredicate"
                 p:metadataResolver-ref="ExampleMetadataResolver"
                 p:responderIdLookupStrategy-ref="shibboleth.ResponderIdLookup.Simple"
                 p:requesterIdLookupStrategy-ref="shibboleth.RelyingPartyIdLookup.Simple" />



More information about the commits mailing list