[java-idp-testbed COMMIT] /trunk/src/main/webapp/WEB-INF/idp/testbed.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Apr 7 18:30:12 EDT 2014
Author: scantor
Date: Mon Apr 7 18:30:12 2014
New Revision: 177
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=177&view=rev
Log:
Factor out inbound handler chains into dynamically executed policy rulesets, and convert testbed trust engines to be metadata-based.
Modified:
trunk/src/main/webapp/WEB-INF/idp/testbed.xml
Modified: trunk/src/main/webapp/WEB-INF/idp/testbed.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/webapp/WEB-INF/idp/testbed.xml?rev=177&r1=176&r2=177&view=diff
==============================================================================
--- trunk/src/main/webapp/WEB-INF/idp/testbed.xml (original)
+++ trunk/src/main/webapp/WEB-INF/idp/testbed.xml Mon Apr 7 18:30:12 2014
@@ -18,24 +18,4 @@
<property name="entityId" ref="testbed.idp.EntityID" />
</bean>
- <bean id="idp.CredentialResolver" class="org.opensaml.security.credential.impl.CollectionCredentialResolver">
- <constructor-arg>
- <util:set>
- <bean class="org.opensaml.security.x509.BasicX509Credential" >
- <constructor-arg ref="testbed.sp.X509Certificate" />
- <property name="entityId" ref="testbed.sp.EntityID" />
- </bean>
- </util:set>
- </constructor-arg>
- </bean>
-
- <bean id="idp.SignatureTrustEngine" class="org.opensaml.xmlsec.signature.support.impl.ExplicitKeySignatureTrustEngine">
- <constructor-arg ref="idp.CredentialResolver" />
- <constructor-arg ref="testbed.KeyInfoCredentialResolver" />
- </bean>
-
- <bean id="idp.X509TrustEngine" class="org.opensaml.security.trust.impl.ExplicitX509CertificateTrustEngine">
- <constructor-arg ref="idp.CredentialResolver" />
- </bean>
-
</beans>
More information about the commits
mailing list