[java-identity-provider] branch master updated: Add true/false condition beans.
Scott Cantor
cantor.2 at osu.edu
Mon Mar 26 23:50:34 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=f96d9006142b6871008e7a5a4047d33147473fea
The following commit(s) were added to refs/heads/master by this push:
new f96d900 Add true/false condition beans.
f96d900 is described below
commit f96d9006142b6871008e7a5a4047d33147473fea
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 26 23:50:24 2018 -0400
Add true/false condition beans.
---
idp-conf/src/main/resources/system/conf/utilities.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/idp-conf/src/main/resources/system/conf/utilities.xml b/idp-conf/src/main/resources/system/conf/utilities.xml
index d175e41..153696e 100644
--- a/idp-conf/src/main/resources/system/conf/utilities.xml
+++ b/idp-conf/src/main/resources/system/conf/utilities.xml
@@ -20,6 +20,11 @@
<bean id="shibboleth.NonFailFastValidator"
class="net.shibboleth.idp.attribute.resolver.dc.NonFailFastValidator" lazy-init="true" />
+ <bean id="shibboleth.Conditions.FALSE"
+ class="com.google.common.base.Predicates" factory-method="alwaysFalse" />
+ <bean id="shibboleth.Conditions.TRUE"
+ class="com.google.common.base.Predicates" factory-method="alwaysTrue" />
+
<bean id="shibboleth.Conditions.AND"
class="com.google.common.base.Predicates" factory-method="and" abstract="true" />
<bean id="shibboleth.Conditions.NOT"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list