Remove old interfaces
[lgpl/argeo-commons.git] / security / modules / org.argeo.security.services / META-INF / spring / osgi.xml
index 91f2e84290a897a1a5e4879569970ed5b96e5ec8..173034810f0293e35f560e091b254a4e41958a33 100644 (file)
@@ -7,12 +7,6 @@
        http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">\r
 \r
        <!-- REFERENCES -->\r
-       <!-- Cardinality is 0, in order to let a bundle providing the DAO while \r
-               depending on the system execution service. The dependency will then have \r
-               been satisfied when the first user tries to log-in. -->\r
-       <reference id="currentUserDao" interface="org.argeo.security.CurrentUserDao"\r
-               cardinality="0..1" />\r
-\r
        <list id="authenticationProviders"\r
                interface="org.springframework.security.providers.AuthenticationProvider"\r
                cardinality="0..N">\r
@@ -21,7 +15,6 @@
        </list>\r
 \r
        <!-- SERVICES -->\r
-       <service ref="securityService" interface="org.argeo.security.CurrentUserService" />\r
        <service ref="systemExecutionService" interface="org.argeo.security.SystemExecutionService" />\r
 \r
        <service ref="authenticationManager"\r