[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system/flows/saml: saml1/common-beans.xml saml2...
noreply at shibboleth.net
noreply at shibboleth.net
Thu May 8 23:03:38 EDT 2014
Author: scantor
Date: Thu May 8 23:03:37 2014
New Revision: 5893
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5893&view=rev
Log:
Default in an ID generator if not supplied when adding statements.
Modified:
trunk/idp-conf/src/main/resources/system/flows/saml/saml1/common-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml1/common-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml1/common-beans.xml?rev=5893&r1=5892&r2=5893&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml1/common-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml1/common-beans.xml Thu May 8 23:03:37 2014
@@ -33,10 +33,20 @@
</bean>
<bean id="AddAuthenticationStatementToAssertion"
- class="net.shibboleth.idp.saml.saml1.profile.impl.AddAuthenticationStatementToAssertion" scope="prototype" />
+ class="net.shibboleth.idp.saml.saml1.profile.impl.AddAuthenticationStatementToAssertion" scope="prototype">
+ <property name="identifierGeneratorLookupStrategy">
+ <bean class="net.shibboleth.idp.profile.config.navigate.IdentifierGenerationStrategyLookupFunction"
+ p:defaultIdentifierGenerationStrategy-ref="shibboleth.DefaultIdentifierGenerationStrategy" />
+ </property>
+ </bean>
<bean id="AddAttributeStatementToAssertion"
- class="net.shibboleth.idp.saml.saml1.profile.impl.AddAttributeStatementToAssertion" scope="prototype" />
+ class="net.shibboleth.idp.saml.saml1.profile.impl.AddAttributeStatementToAssertion" scope="prototype">
+ <property name="identifierGeneratorLookupStrategy">
+ <bean class="net.shibboleth.idp.profile.config.navigate.IdentifierGenerationStrategyLookupFunction"
+ p:defaultIdentifierGenerationStrategy-ref="shibboleth.DefaultIdentifierGenerationStrategy" />
+ </property>
+ </bean>
<bean id="InitializeOutboundMessageContextForError"
class="net.shibboleth.idp.saml.profile.impl.InitializeOutboundMessageContextForError" scope="prototype">
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml?rev=5893&r1=5892&r2=5893&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml Thu May 8 23:03:37 2014
@@ -34,10 +34,20 @@
</bean>
<bean id="AddAuthnStatementToAssertion"
- class="net.shibboleth.idp.saml.saml2.profile.impl.AddAuthnStatementToAssertion" scope="prototype" />
+ class="net.shibboleth.idp.saml.saml2.profile.impl.AddAuthnStatementToAssertion" scope="prototype">
+ <property name="identifierGeneratorLookupStrategy">
+ <bean class="net.shibboleth.idp.profile.config.navigate.IdentifierGenerationStrategyLookupFunction"
+ p:defaultIdentifierGenerationStrategy-ref="shibboleth.DefaultIdentifierGenerationStrategy" />
+ </property>
+ </bean>
<bean id="AddAttributeStatementToAssertion"
- class="net.shibboleth.idp.saml.saml2.profile.impl.AddAttributeStatementToAssertion" scope="prototype" />
+ class="net.shibboleth.idp.saml.saml2.profile.impl.AddAttributeStatementToAssertion" scope="prototype">
+ <property name="identifierGeneratorLookupStrategy">
+ <bean class="net.shibboleth.idp.profile.config.navigate.IdentifierGenerationStrategyLookupFunction"
+ p:defaultIdentifierGenerationStrategy-ref="shibboleth.DefaultIdentifierGenerationStrategy" />
+ </property>
+ </bean>
<bean id="InitializeOutboundMessageContextForError"
class="net.shibboleth.idp.saml.profile.impl.InitializeOutboundMessageContextForError" scope="prototype">
More information about the commits
mailing list