]> git.argeo.org Git - lgpl/argeo-commons.git/blob - jcrsecuritydao.xml
43f8520a7051923eec4e1c42ec0d415c4001eaa9
[lgpl/argeo-commons.git] / jcrsecuritydao.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
5
6 <bean id="jcrAuthenticationProvider"
7 class="org.argeo.security.jackrabbit.providers.JackrabbitAuthenticationProvider" />
8
9 <bean id="jcrCurrentUserDao" class="org.argeo.security.jcr.CurrentUserDaoJcr" />
10 </beans>