[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Dec 18 21:02:30 EST 2013
Author: scantor
Date: Wed Dec 18 21:02:30 2013
New Revision: 5058
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5058&view=rev
Log:
Replace dummy predicate with built-in Guava version.
Modified:
trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml?rev=5058&r1=5057&r2=5058&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml Wed Dec 18 21:02:30 2013
@@ -176,7 +176,7 @@
<null />
</constructor-arg>
<constructor-arg>
- <bean id="AlwaysTrueRelyingPartyPredicate" class="idp.AlwaysTrueActivatedRelyingPartyPredicate" />
+ <bean id="AlwaysTrueRelyingPartyPredicate" class="com.google.common.base.Predicates" factory-method="alwaysTrue" />
</constructor-arg>
</bean>
More information about the commits
mailing list