]> git.argeo.org Git - gpl/argeo-slc.git/blob - modules/org.argeo.slc.akb.services/META-INF/spring/services.xml
JDBC, SSH command (+ pseudo file retrieval) and keyring
[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">
10 <property name="repository" ref="akbRepository" />
11 <property name="keyring" ref="keyring" />
12 </bean>
13 <bean
14 class="org.argeo.security.core.AuthenticatedApplicationContextInitialization">
15 <property name="authenticationManager" ref="authenticationManager" />
16 </bean>
17 </beans>