Remove old interfaces
[lgpl/argeo-commons.git] / security / modules / org.argeo.security.services / META-INF / spring / services.xml
index f49de0914e5a51963f7f6732f1e307764f015690..3a0dca7450148a4ca8a0bc21597ce21fcb28145c 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}" />