]> git.argeo.org Git - gpl/argeo-slc.git/blob - modules/org.argeo.slc.akb.services/META-INF/spring/services.xml
Base tree structure and first draft for the AKB App.
[gpl/argeo-slc.git] / modules / org.argeo.slc.akb.services / META-INF / spring / services.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:util="http://www.springframework.org/schema/util" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="
5 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
6 http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd">
7
8 <!-- <bean id="akbService" class="org.argeo.slc.akb.core.AkbServiceImpl"
9 init-method="init" destroy-method="destroy"> <property name="repository"
10 ref="peopleRepository" /> <property name="managedRoles" ref="managedRoles"
11 /> </bean> -->
12 <bean
13 class="org.argeo.security.core.AuthenticatedApplicationContextInitialization">
14 <property name="authenticationManager" ref="authenticationManager" />
15 </bean>
16 </beans>