Improve Jackrabbit security
[lgpl/argeo-commons.git] / security / modules / org.argeo.security.dao.jackrabbit / META-INF / spring / jcrsecuritydao.xml
index ca84bb90c84f03b3d8dc3c384a61f2241fcfd605..43f8520a7051923eec4e1c42ec0d415c4001eaa9 100644 (file)
@@ -3,11 +3,8 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
 
-
        <bean id="jcrAuthenticationProvider"
                class="org.argeo.security.jackrabbit.providers.JackrabbitAuthenticationProvider" />
 
-       <bean id="repositoryFactory" class="org.argeo.jackrabbit.JackrabbitRepositoryFactory">
-       </bean>
-
+       <bean id="jcrCurrentUserDao" class="org.argeo.security.jcr.CurrentUserDaoJcr" />
 </beans>
\ No newline at end of file