[java-identity-provider] branch main updated: Remove now-unneeded AccessControlService wrapper class.

Scott Cantor cantor.2 at osu.edu
Mon Nov 28 18:12:04 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=ebb1064ef8a8fd3e7962837ab7d52d298ab615c5

The following commit(s) were added to refs/heads/main by this push:
     new ebb1064ef Remove now-unneeded AccessControlService wrapper class.
ebb1064ef is described below

commit ebb1064ef8a8fd3e7962837ab7d52d298ab615c5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 28 13:12:01 2022 -0500

    Remove now-unneeded AccessControlService wrapper class.
---
 .../net/shibboleth/idp/conf/access-control-system.xml          | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/access-control-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/access-control-system.xml
index b79c49c4b..41b62a8b3 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/access-control-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/access-control-system.xml
@@ -12,13 +12,9 @@
        default-init-method="initialize"
        default-destroy-method="destroy">
 
-    <bean class="net.shibboleth.shared.service.security.impl.ReloadingAccessControlService">
-        <constructor-arg>
-            <bean class="net.shibboleth.shared.security.impl.BasicAccessControlService"
-                p:id="shibboleth.AccessControlService"
-                p:policyMap-ref="shibboleth.AccessControlPolicies" />
-        </constructor-arg>
-    </bean>
+    <bean class="net.shibboleth.shared.security.impl.BasicAccessControlService"
+        p:id="shibboleth.AccessControlService"
+        p:policyMap-ref="shibboleth.AccessControlPolicies" />
 
     <bean id="shibboleth.IPRangeAccessControl" abstract="true"
         class="net.shibboleth.shared.security.impl.IPRangeAccessControl" />

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list