[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/saml/security-beans.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Aug 15 20:41:39 EDT 2014


Author: putmanb
Date: Fri Aug 15 20:41:39 2014
New Revision: 6431

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6431&view=rev
Log:
Remove injection of beans that are no longer valid due to trust engine refactoring (OSJ-84 and -85).

Modified:
    trunk/idp-conf/src/main/resources/system/flows/saml/security-beans.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/security-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/security-beans.xml?rev=6431&r1=6430&r2=6431&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/security-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/security-beans.xml Fri Aug 15 20:41:39 2014
@@ -101,13 +101,7 @@
             c:executionDirection="INBOUND">
         <constructor-arg name="messageHandler">
             <bean class="org.opensaml.saml.common.binding.security.impl.SAMLMDClientCertAuthSecurityHandler" scope="prototype"
-                    p:httpServletRequest-ref="shibboleth.HttpServletRequest"
-                    p:trustEngine-ref="shibboleth.X509TrustEngine">
-                <property name="certificateNameOptions">
-                    <bean class="org.opensaml.security.messaging.impl.CertificateNameOptions"
-                        p:evaluateSubjectCommonName="true" />
-                </property>
-            </bean>
+                    p:httpServletRequest-ref="shibboleth.HttpServletRequest" />
         </constructor-arg>
         <property name="errorEvent">
             <util:constant static-field="org.opensaml.profile.action.EventIds.MESSAGE_AUTHN_ERROR" />
@@ -118,8 +112,7 @@
             class="net.shibboleth.idp.profile.impl.WebFlowMessageHandlerAdaptor" scope="prototype"
             c:executionDirection="INBOUND">
         <constructor-arg name="messageHandler">
-            <bean class="org.opensaml.saml.common.binding.security.impl.SAMLProtocolMessageXMLSignatureSecurityHandler" scope="prototype"
-                p:trustEngine-ref="shibboleth.SignatureTrustEngine" />
+            <bean class="org.opensaml.saml.common.binding.security.impl.SAMLProtocolMessageXMLSignatureSecurityHandler" scope="prototype" />
         </constructor-arg>
         <property name="errorEvent">
             <util:constant static-field="org.opensaml.profile.action.EventIds.MESSAGE_AUTHN_ERROR" />
@@ -131,7 +124,6 @@
             c:executionDirection="INBOUND">
         <constructor-arg name="messageHandler">
             <bean class="org.opensaml.saml.saml2.binding.security.impl.SAML2HTTPRedirectDeflateSignatureSecurityHandler" scope="prototype"
-                p:trustEngine-ref="shibboleth.SignatureTrustEngine"
                 p:httpServletRequest-ref="shibboleth.HttpServletRequest" />
         </constructor-arg>
         <property name="errorEvent">
@@ -144,7 +136,6 @@
             c:executionDirection="INBOUND">
         <constructor-arg name="messageHandler">
             <bean class="org.opensaml.saml.saml2.binding.security.impl.SAML2HTTPPostSimpleSignSecurityHandler" scope="prototype"
-                p:trustEngine-ref="shibboleth.SignatureTrustEngine"
                 p:httpServletRequest-ref="shibboleth.HttpServletRequest"
                 p:parser-ref="shibboleth.ParserPool"
                 p:keyInfoResolver-ref="shibboleth.KeyInfoCredentialResolver" />



More information about the commits mailing list