]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/modules/org.argeo.security.services/META-INF/spring/services.xml
Introduce OSAuthentication
[lgpl/argeo-commons.git] / security / modules / org.argeo.security.services / META-INF / spring / services.xml
index f49de0914e5a51963f7f6732f1e307764f015690..1a56b85230196c18ca8c6d0b40af7929c08d9327 100644 (file)
                </property>
        </bean>
 
-       <bean id="securityService" class="org.argeo.security.core.DefaultCurrentUserService">
-               <property name="currentUserDao" ref="currentUserDao" />
-       </bean>
-
        <bean id="systemExecutionService" class="org.argeo.security.core.KeyBasedSystemExecutionService">
                <property name="authenticationManager" ref="authenticationManager" />
                <property name="systemAuthenticationKey" value="${argeo.security.systemKey}" />
@@ -33,6 +29,7 @@
                                <bean class="org.springframework.security.adapters.AuthByAdapterProvider">
                                        <property name="key" value="${argeo.security.systemKey}" />
                                </bean>
+                               <bean class="org.argeo.security.core.OsAuthenticationProvider" />
                                <bean
                                        class="org.springframework.security.providers.anonymous.AnonymousAuthenticationProvider">
                                        <property name="key" value="${argeo.security.systemKey}" />