[java-idp-testbed COMMIT] in /trunk/src/main/resources/flows/authn: ipaddress-authn-beans.xml jaas-basic-authn-beans....
noreply at shibboleth.net
noreply at shibboleth.net
Mon Oct 21 16:03:14 EDT 2013
Author: scantor
Date: Mon Oct 21 16:03:14 2013
New Revision: 23
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=23&view=rev
Log: (empty)
Modified:
trunk/src/main/resources/flows/authn/ipaddress-authn-beans.xml
trunk/src/main/resources/flows/authn/jaas-basic-authn-beans.xml
trunk/src/main/resources/flows/authn/jaas-form-authn-beans.xml
trunk/src/main/resources/flows/authn/remoteuser-authn-beans.xml
Modified: trunk/src/main/resources/flows/authn/ipaddress-authn-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/flows/authn/ipaddress-authn-beans.xml?rev=23&r1=22&r2=23&view=diff
==============================================================================
--- trunk/src/main/resources/flows/authn/ipaddress-authn-beans.xml (original)
+++ trunk/src/main/resources/flows/authn/ipaddress-authn-beans.xml Mon Oct 21 16:03:14 2013
@@ -24,6 +24,7 @@
p:transforms-ref="shibboleth.authn.IPAddress.Transforms" />
<bean id="ValidateUserAgentAddress" class="net.shibboleth.idp.authn.impl.ValidateUserAgentAddress" scope="prototype"
- p:mappings-ref="shibboleth.authn.IPAddress.Mappings" />
+ p:mappings-ref="shibboleth.authn.IPAddress.Mappings"
+ p:resultCachingPredicate="#{getObject('shibboleth.authn.IPAddress.resultCachingPredicate')}" />
</beans>
Modified: trunk/src/main/resources/flows/authn/jaas-basic-authn-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/flows/authn/jaas-basic-authn-beans.xml?rev=23&r1=22&r2=23&view=diff
==============================================================================
--- trunk/src/main/resources/flows/authn/jaas-basic-authn-beans.xml (original)
+++ trunk/src/main/resources/flows/authn/jaas-basic-authn-beans.xml Mon Oct 21 16:03:14 2013
@@ -24,7 +24,8 @@
p:transforms-ref="shibboleth.authn.JAAS.Transforms" />
<bean id="ValidateUsernamePasswordAgainstJAAS" class="net.shibboleth.idp.authn.impl.ValidateUsernamePasswordAgainstJAAS" scope="prototype"
- p:loginConfigName-ref="shibboleth.authn.JAAS.LoginConfigName" p:loginConfigType="JavaLoginConfig">
+ p:loginConfigName-ref="shibboleth.authn.JAAS.LoginConfigName" p:loginConfigType="JavaLoginConfig"
+ p:resultCachingPredicate="#{getObject('shibboleth.authn.JAAS.resultCachingPredicate')}" >
<property name="loginConfigParameters">
<bean class="java.security.URIParameter">
<constructor-arg ref="shibboleth.authn.JAAS.JAASConfigURI" />
Modified: trunk/src/main/resources/flows/authn/jaas-form-authn-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/flows/authn/jaas-form-authn-beans.xml?rev=23&r1=22&r2=23&view=diff
==============================================================================
--- trunk/src/main/resources/flows/authn/jaas-form-authn-beans.xml (original)
+++ trunk/src/main/resources/flows/authn/jaas-form-authn-beans.xml Mon Oct 21 16:03:14 2013
@@ -26,7 +26,8 @@
p:transforms-ref="shibboleth.authn.JAAS.Transforms" />
<bean id="ValidateUsernamePasswordAgainstJAAS" class="net.shibboleth.idp.authn.impl.ValidateUsernamePasswordAgainstJAAS" scope="prototype"
- p:loginConfigName-ref="shibboleth.authn.JAAS.LoginConfigName" p:loginConfigType="JavaLoginConfig">
+ p:loginConfigName-ref="shibboleth.authn.JAAS.LoginConfigName" p:loginConfigType="JavaLoginConfig"
+ p:resultCachingPredicate="#{getObject('shibboleth.authn.JAAS.resultCachingPredicate')}">
<property name="loginConfigParameters">
<bean class="java.security.URIParameter">
<constructor-arg ref="shibboleth.authn.JAAS.JAASConfigURI" />
Modified: trunk/src/main/resources/flows/authn/remoteuser-authn-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/flows/authn/remoteuser-authn-beans.xml?rev=23&r1=22&r2=23&view=diff
==============================================================================
--- trunk/src/main/resources/flows/authn/remoteuser-authn-beans.xml (original)
+++ trunk/src/main/resources/flows/authn/remoteuser-authn-beans.xml Mon Oct 21 16:03:14 2013
@@ -29,6 +29,7 @@
<bean id="ValidateRemoteUser" class="net.shibboleth.idp.authn.impl.ValidateRemoteUser" scope="prototype"
p:matchExpression="#{getObject('shibboleth.authn.RemoteUser.matchExpression')}"
p:whitelistedUsernames-ref="shibboleth.authn.RemoteUser.whitelistedUsernames"
- p:blacklistedUsernames-ref="shibboleth.authn.RemoteUser.blacklistedUsernames" />
+ p:blacklistedUsernames-ref="shibboleth.authn.RemoteUser.blacklistedUsernames"
+ p:resultCachingPredicate="#{getObject('shibboleth.authn.RemoteUser.resultCachingPredicate')}" />
</beans>
More information about the commits
mailing list