[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system/flows/c14n: saml1-crypto-transient-subje...

noreply at shibboleth.net noreply at shibboleth.net
Sat Mar 15 15:35:42 EDT 2014


Author: scantor
Date: Sat Mar 15 15:35:41 2014
New Revision: 5581

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5581&view=rev
Log:
Decoders are stateless.

Modified:
    trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-crypto-transient-subject-c14n-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-direct-subject-c14n-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-transient-subject-c14n-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-crypto-transient-subject-c14n-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-direct-subject-c14n-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-transient-subject-c14n-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/c14n/simple-subject-c14n-beans.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-crypto-transient-subject-c14n-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-crypto-transient-subject-c14n-beans.xml?rev=5581&r1=5580&r2=5581&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-crypto-transient-subject-c14n-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-crypto-transient-subject-c14n-beans.xml Sat Mar 15 15:35:41 2014
@@ -13,7 +13,7 @@
     <bean class="net.shibboleth.idp.spring.IdentifiableBeanPostProcessor" />
 
 	<bean id="SAML1CryptoTransientDecoder" class="net.shibboleth.idp.saml.impl.nameid.CryptoTransientNameIdentifierDecoder"
-		scope="prototype" p:dataSealer-ref="shibboleth.DataSealer" />
+		p:dataSealer-ref="shibboleth.DataSealer" />
 
 	<bean id="SAML1CrypoTransientCanonicalization" class="net.shibboleth.idp.saml.impl.nameid.NameIdentifierCanonicalization"
 		scope="prototype" p:decoder-ref="SAML1CryptoTransientDecoder" />

Modified: trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-direct-subject-c14n-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-direct-subject-c14n-beans.xml?rev=5581&r1=5580&r2=5581&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-direct-subject-c14n-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-direct-subject-c14n-beans.xml Sat Mar 15 15:35:41 2014
@@ -12,8 +12,7 @@
     <bean class="net.shibboleth.idp.profile.impl.ProfileActionBeanPostProcessor" />
     <bean class="net.shibboleth.idp.spring.IdentifiableBeanPostProcessor" />
 
-	<bean id="SAML1DirectDecoder" class="net.shibboleth.idp.saml.impl.nameid.DirectNameIdentifierDecoder"
-		scope="prototype" />
+	<bean id="SAML1DirectDecoder" class="net.shibboleth.idp.saml.impl.nameid.DirectNameIdentifierDecoder" />
 
 	<bean id="SAML1DirectCanonicalization" class="net.shibboleth.idp.saml.impl.nameid.NameIdentifierCanonicalization"
 		scope="prototype" p:decoder-ref="SAML1DirectDecoder" />

Modified: trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-transient-subject-c14n-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-transient-subject-c14n-beans.xml?rev=5581&r1=5580&r2=5581&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-transient-subject-c14n-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-transient-subject-c14n-beans.xml Sat Mar 15 15:35:41 2014
@@ -13,7 +13,7 @@
     <bean class="net.shibboleth.idp.spring.IdentifiableBeanPostProcessor" />
 
 	<bean id="SAML1TransientDecoder" class="net.shibboleth.idp.saml.impl.nameid.TransientNameIdentifierDecoder"
-		scope="prototype" p:idStore-ref="shibboleth.StorageService" />
+		p:idStore-ref="shibboleth.StorageService" />
 
 	<bean id="SAML1TransientCanonicalization" class="net.shibboleth.idp.saml.impl.nameid.NameIdentifierCanonicalization"
 		scope="prototype" p:decoder-ref="SAML1TransientDecoder" />

Modified: trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-crypto-transient-subject-c14n-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-crypto-transient-subject-c14n-beans.xml?rev=5581&r1=5580&r2=5581&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-crypto-transient-subject-c14n-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-crypto-transient-subject-c14n-beans.xml Sat Mar 15 15:35:41 2014
@@ -13,7 +13,7 @@
     <bean class="net.shibboleth.idp.spring.IdentifiableBeanPostProcessor" />
 

[... 53 lines stripped ...]


More information about the commits mailing list