[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system/flows/saml: saml1/sso-abstract-beans.xml...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Jun 6 18:45:05 EDT 2014
Author: putmanb
Date: Fri Jun 6 18:45:05 2014
New Revision: 6056
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6056&view=rev
Log:
Implement some class and method renaming to new convention.
Modified:
trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-abstract-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-abstract-beans.xml?rev=6056&r1=6055&r2=6056&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-abstract-beans.xml Fri Jun 6 18:45:05 2014
@@ -56,7 +56,7 @@
<util:list>
<!-- TODO outbound handlers -->
<bean class="org.opensaml.saml.common.binding.impl.SAMLOutboundDestinationHandler" scope="prototype"/>
- <bean class="org.opensaml.saml.common.binding.security.impl.EndpointUrlSchemeSecurityHandler" scope="prototype"/>
+ <bean class="org.opensaml.saml.common.binding.security.impl.EndpointURLSchemeSecurityHandler" scope="prototype"/>
<bean class="org.opensaml.saml.common.binding.security.impl.SAMLOutboundProtocolMessageSigningHandler"
scope="prototype" p:signErrorResponses="${idp.errors.signed}" />
</util:list>
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=6056&r1=6055&r2=6056&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 Fri Jun 6 18:45:05 2014
@@ -80,7 +80,7 @@
<util:list>
<!-- TODO outbound handlers -->
<bean class="org.opensaml.saml.common.binding.impl.SAMLOutboundDestinationHandler" scope="prototype"/>
- <bean class="org.opensaml.saml.common.binding.security.impl.EndpointUrlSchemeSecurityHandler" scope="prototype"/>
+ <bean class="org.opensaml.saml.common.binding.security.impl.EndpointURLSchemeSecurityHandler" scope="prototype"/>
<bean class="org.opensaml.saml.common.binding.security.impl.SAMLOutboundProtocolMessageSigningHandler"
scope="prototype" p:signErrorResponses="${idp.errors.signed}" />
</util:list>
More information about the commits
mailing list