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

noreply at shibboleth.net noreply at shibboleth.net
Tue Jul 5 16:22:31 EDT 2016


Author: scantor
Date: Tue Jul  5 16:22:31 2016
New Revision: 8280

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8280&view=rev
Log:
Add some MFA-related helpers.

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

Modified: trunk/idp-conf/src/main/resources/system/conf/utilities.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/utilities.xml?rev=8280&r1=8279&r2=8280&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/utilities.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/conf/utilities.xml	Tue Jul  5 16:22:31 2016
@@ -35,7 +35,7 @@
         class="net.shibboleth.idp.profile.logic.ScriptedPredicate" abstract="true" />
     <bean id="shibboleth.Conditions.Expression"
         class="net.shibboleth.idp.profile.logic.SpringExpressionPredicate" abstract="true" />
-
+    
     <!-- Parent bean for building custom predicates that act on a RP's EntityDescriptor. -->
     <bean id="shibboleth.Conditions.EntityDescriptor" abstract="true"
             class="net.shibboleth.utilities.java.support.logic.StrategyIndirectedPredicate">
@@ -56,6 +56,9 @@
     <bean id="shibboleth.Conditions.AllowedSAMLPresenters" abstract="true"
         class="net.shibboleth.idp.saml.profile.config.logic.AllowedSAMLPresentersPredicate" />
 
+    <bean id="shibboleth.ContextFunctions.Scripted"
+        class="net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction" abstract="true" />
+
     <bean id="shibboleth.MessageContextLookup.Inbound"
         class="org.opensaml.profile.context.navigate.InboundMessageContextLookup" />
     <bean id="shibboleth.MessageContextLookup.Outbound"
@@ -101,6 +104,9 @@
     <bean id="shibboleth.ChildLookup.AuthenticationContext"
         class="org.opensaml.messaging.context.navigate.ChildContextLookup"
         c:type="#{ T(net.shibboleth.idp.authn.context.AuthenticationContext) }" />
+    <bean id="shibboleth.ChildLookup.MultiFactorAuthenticationContext"
+        class="org.opensaml.messaging.context.navigate.ChildContextLookup"
+        c:type="#{ T(net.shibboleth.idp.authn.context.MultiFactorAuthenticationContext) }" />
     <bean id="shibboleth.ChildLookup.SubjectContext"
         class="org.opensaml.messaging.context.navigate.ChildContextLookup"
         c:type="#{ T(net.shibboleth.idp.authn.context.SubjectContext) }" />



More information about the commits mailing list