[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system: conf/utilities.xml flows/saml/saml-abst...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Oct 23 17:02:56 EDT 2015
Author: putmanb
Date: Fri Oct 23 17:02:56 2015
New Revision: 7863
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7863&view=rev
Log:
Add the IssuingDelegatedAssertionPredicate to utilities bean wiring.
Modified:
trunk/idp-conf/src/main/resources/system/conf/utilities.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/conf/utilities.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/utilities.xml?rev=7863&r1=7862&r2=7863&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/utilities.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/utilities.xml Fri Oct 23 17:02:56 2015
@@ -47,6 +47,9 @@
</bean>
</constructor-arg>
</bean>
+
+ <bean id="shibboleth.Conditions.IssuingDelegatedAssertion"
+ class="net.shibboleth.idp.saml.saml2.profile.delegation.IssuingDelegatedAssertionPredicate" />
<bean id="shibboleth.MessageContextLookup.Inbound"
class="org.opensaml.profile.context.navigate.InboundMessageContextLookup" />
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml?rev=7863&r1=7862&r2=7863&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml Fri Oct 23 17:02:56 2015
@@ -147,9 +147,7 @@
<bean class="net.shibboleth.idp.saml.profile.config.logic.SignAssertionsPredicate"
p:honorMetadata="%{idp.signing.honorWantAssertionsSigned:true}" />
</constructor-arg>
- <constructor-arg>
- <bean class="net.shibboleth.idp.saml.saml2.profile.delegation.IssuingDelegatedAssertionPredicate" />
- </constructor-arg>
+ <constructor-arg ref="shibboleth.Conditions.IssuingDelegatedAssertion" />
</bean>
</property>
<property name="securityParametersContextLookupStrategy">
More information about the commits
mailing list