[java-identity-provider] branch master updated: Move AccessControl impl classes into impl package.

Scott Cantor cantor.2 at osu.edu
Fri Jun 21 10:54:54 EDT 2019


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=ffe9c51efc533b74f9e3b91e1babd59135edfbf5

The following commit(s) were added to refs/heads/master by this push:
       new  ffe9c51   Move AccessControl impl classes into impl package.
ffe9c51 is described below

commit ffe9c51efc533b74f9e3b91e1babd59135edfbf5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 21 10:54:50 2019 -0400

    Move AccessControl impl classes into impl package.
---
 idp-conf/src/main/resources/system/conf/access-control-system.xml | 4 ++--
 idp-conf/src/main/resources/system/conf/services-system.xml       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/idp-conf/src/main/resources/system/conf/access-control-system.xml b/idp-conf/src/main/resources/system/conf/access-control-system.xml
index e36a648..e9db78c 100644
--- a/idp-conf/src/main/resources/system/conf/access-control-system.xml
+++ b/idp-conf/src/main/resources/system/conf/access-control-system.xml
@@ -14,14 +14,14 @@
 
     <bean class="net.shibboleth.idp.security.ReloadingAccessControlService">
         <constructor-arg>
-            <bean class="net.shibboleth.utilities.java.support.security.BasicAccessControlService"
+            <bean class="net.shibboleth.utilities.java.support.security.impl.BasicAccessControlService"
                 p:id="shibboleth.AccessControlService"
                 p:policyMap-ref="shibboleth.AccessControlPolicies" />
         </constructor-arg>
     </bean>
 
     <bean id="shibboleth.IPRangeAccessControl" abstract="true"
-        class="net.shibboleth.utilities.java.support.security.IPRangeAccessControl" />
+        class="net.shibboleth.utilities.java.support.security.impl.IPRangeAccessControl" />
 
     <bean id="shibboleth.PredicateAccessControl" abstract="true"
         class="org.opensaml.profile.logic.PredicateAccessControl" />
diff --git a/idp-conf/src/main/resources/system/conf/services-system.xml b/idp-conf/src/main/resources/system/conf/services-system.xml
index 91e4e23..4fed0b6 100644
--- a/idp-conf/src/main/resources/system/conf/services-system.xml
+++ b/idp-conf/src/main/resources/system/conf/services-system.xml
@@ -177,7 +177,7 @@
         c:mdResolver-ref="shibboleth.MetadataResolver" />   
         
     <bean id="shibboleth.AccessControlService"
-        class="net.shibboleth.utilities.java.support.security.DelegatingAccessControlService"
+        class="net.shibboleth.utilities.java.support.security.impl.DelegatingAccessControlService"
         c:acService-ref="shibboleth.ReloadableAccessControlService" />
 
     <bean id="shibboleth.CASServiceRegistry"

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


More information about the commits mailing list