[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/access-control-system.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sat Aug 13 13:34:54 EDT 2016
Author: scantor
Date: Sat Aug 13 13:34:54 2016
New Revision: 8319
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8319&view=rev
Log:
Add a parent bean for predicate policy type.
Modified:
trunk/idp-conf/src/main/resources/system/conf/access-control-system.xml
Modified: trunk/idp-conf/src/main/resources/system/conf/access-control-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/access-control-system.xml?rev=8319&r1=8318&r2=8319&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/access-control-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/access-control-system.xml Sat Aug 13 13:34:54 2016
@@ -22,4 +22,7 @@
<bean id="shibboleth.IPRangeAccessControl" abstract="true"
class="net.shibboleth.utilities.java.support.security.IPRangeAccessControl" />
+ <bean id="shibboleth.PredicateAccessControl" abstract="true"
+ class="org.opensaml.profile.logic.PredicateAccessControl" />
+
</beans>
More information about the commits
mailing list