]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.security.dao.jackrabbit/META-INF/spring/remote.xml
Standalone authentication based on Jackrabbit.
[lgpl/argeo-commons.git] / org.argeo.security.dao.jackrabbit / META-INF / spring / remote.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 <!-- REMOTE -->
7
8 <!-- <bean id="repositoryFactory" class="org.argeo.jackrabbit.OsgiJackrabbitRepositoryFactory"> -->
9 <!-- <property name="bundleContext" ref="bundleContext" /> -->
10 <!-- </bean> -->
11
12 <!-- <bean id="authenticationManager" class="org.springframework.security.providers.ProviderManager"> -->
13 <!-- <property name="providers"> -->
14 <!-- <list> -->
15 <!-- <ref bean="authByAdapterProvider" /> -->
16 <!-- <ref bean="remoteJcrAuthenticationProvider" /> -->
17 <!-- </list> -->
18 <!-- </property> -->
19 <!-- </bean> -->
20
21 <!-- <bean id="remoteJcrAuthenticationProvider" class="org.argeo.security.jcr.RemoteJcrAuthenticationProvider"> -->
22 <!-- <property name="repositoryFactory" ref="repositoryFactory" /> -->
23 <!-- <property name="bundleContext" ref="bundleContext" /> -->
24 <!-- </bean> -->
25
26 <!-- <bean id="authByAdapterProvider" -->
27 <!-- class="org.springframework.security.adapters.AuthByAdapterProvider"> -->
28 <!-- <property name="key" value="${argeo.security.systemKey}" /> -->
29 <!-- </bean> -->
30
31 <!-- <bean id="userDetailsManager" class="org.argeo.security.jcr.OsJcrUserAdminService" -->
32 <!-- init-method="init" destroy-method="destroy"> -->
33 <!-- </bean> -->
34
35 </beans>