]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/modules/org.argeo.security.services/META-INF/spring/osgi.xml
[maven-release-plugin] prepare release argeo-commons-0.2.0
[lgpl/argeo-commons.git] / security / modules / org.argeo.security.services / META-INF / spring / osgi.xml
index 80e86bd7b2887083c2f24e1c50563d9facf48cca..8913486fc10129adb534c9b2480c83c22bd44bc6 100644 (file)
@@ -6,18 +6,8 @@
        http://www.springframework.org/schema/beans   \r
        http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">\r
 \r
-       <service ref="jsonObjectFactory" interface="org.argeo.server.json.JsonObjectFactory" />\r
        <service ref="securityService" interface="org.argeo.security.ArgeoSecurityService" />\r
 \r
-       <reference id="securityDao" interface="org.argeo.security.ArgeoSecurityDao"\r
-               context-class-loader="service-provider" />\r
-\r
-       <service interface="org.argeo.security.ldap.UserNatureMapper">\r
-               <beans:bean class="org.argeo.security.ldap.nature.SimpleUserNatureMapper" />\r
-       </service>\r
-\r
-       <service interface="org.argeo.security.ldap.UserNatureMapper">\r
-               <beans:bean class="org.argeo.security.ldap.nature.CoworkerUserNatureMapper" />\r
-       </service>\r
-\r
+       <reference id="securityDao" interface="org.argeo.security.ArgeoSecurityDao" />\r
+       <reference id="authenticationManager" interface="org.springframework.security.AuthenticationManager" />\r
 </beans:beans>
\ No newline at end of file