[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/global-system.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Oct 24 17:30:48 EDT 2016


Author: scantor
Date: Mon Oct 24 17:30:48 2016
New Revision: 8535

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8535&view=rev
Log:
Add a parent bean for a statically-driven trust engine.

Modified:
    trunk/idp-conf/src/main/resources/system/conf/global-system.xml

Modified: trunk/idp-conf/src/main/resources/system/conf/global-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/global-system.xml?rev=8535&r1=8534&r2=8535&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/global-system.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/conf/global-system.xml	Mon Oct 24 17:30:48 2016
@@ -332,6 +332,9 @@
         </constructor-arg>
     </bean>
     
+    <bean id="shibboleth.StaticTrustEngine" abstract="true"
+        class="net.shibboleth.idp.profile.spring.relyingparty.security.trustengine.impl.StaticExplicitKeyFactoryBean" />
+    
     <!-- Default Jackson ObjectMapper with JodaTime support. -->
     
     <bean id="shibboleth.JSONObjectMapper" class="com.fasterxml.jackson.databind.ObjectMapper" />



More information about the commits mailing list