[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:26:41 EDT 2014
Author: scantor
Date: Tue Mar 25 00:26:41 2014
New Revision: 5632
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5632&view=rev
Log:
Move NameID policy predicates to an impl-named 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=5632&r1=5631&r2=5632&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:26:41 2014
@@ -121,7 +121,7 @@
<bean class="net.shibboleth.idp.saml.impl.profile.logic.DefaultNameIdentifierFormatStrategy" />
</property>
<property name="nameIDPolicyPredicate">
- <bean class="org.opensaml.saml.common.profile.logic.AffiliationNameIDPolicyPredicate"
+ <bean class="org.opensaml.saml.common.profile.impl.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