[java-identity-provider COMMIT] in /trunk: idp-conf/src/main/resources/system/conf/services-system.xml idp-core/src/m...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jul 21 11:45:12 EDT 2014
Author: scantor
Date: Mon Jul 21 11:45:12 2014
New Revision: 6320
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6320&view=rev
Log:
Move service-wrapper AccessControlService down from IdP.
Modified:
trunk/idp-conf/src/main/resources/system/conf/services-system.xml
trunk/idp-core/src/main/java/net/shibboleth/idp/security/AccessControlService.java
Modified: trunk/idp-conf/src/main/resources/system/conf/services-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/services-system.xml?rev=6320&r1=6319&r2=6320&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/services-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/services-system.xml Mon Jul 21 11:45:12 2014
@@ -107,7 +107,7 @@
c:resolverService-ref="shibboleth.MetadataResolverService" />
<bean id="shibboleth.AccessControlService"
- class="net.shibboleth.idp.security.AccessControlService"
+ class="net.shibboleth.utilities.java.support.security.DelegatingAccessControlService"
c:acService-ref="shibboleth.ReloadableAccessControlService" />
</beans>
More information about the commits
mailing list