[java-idp-testbed COMMIT] in /trunk/src/main: config/system/flows/saml2/sso-abstract-beans.xml java/idp/AlwaysTrueAct...

noreply at shibboleth.net noreply at shibboleth.net
Wed Dec 18 21:02:27 EST 2013


Author: scantor
Date: Wed Dec 18 21:02:26 2013
New Revision: 91

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=91&view=rev
Log:
Replace dummy predicate with built-in Guava version.

Modified:
    trunk/src/main/config/system/flows/saml2/sso-abstract-beans.xml
    trunk/src/main/java/idp/AlwaysTrueActivatedRelyingPartyPredicate.java

Modified: trunk/src/main/config/system/flows/saml2/sso-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/config/system/flows/saml2/sso-abstract-beans.xml?rev=91&r1=90&r2=91&view=diff
==============================================================================
--- trunk/src/main/config/system/flows/saml2/sso-abstract-beans.xml (original)
+++ trunk/src/main/config/system/flows/saml2/sso-abstract-beans.xml Wed Dec 18 21:02:26 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