sk.seges.acris.security.server.spring.context.api.acris-security-generic-user-context.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <beans:beans xmlns="http://www.springframework.org/schema/security" xmlns:beans="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p" xmlns:context="http://www.springframework.org/schema/context" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:jee="http://www.springframework.org/schema/jee" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.0.2.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-2.0.xsd"> <beans:import resource="classpath:sk/seges/acris/security/server/spring/context/acris-security-context.xml"/> <beans:import resource="classpath:sk/seges/acris/security/server/spring/context/acris-security-acl-context.xml" /> <beans:import resource="classpath:sk/seges/acris/security/server/spring/context/acris-security-object-annotation-injection.xml" /> <context:component-scan base-package="sk.seges.acris.security.server" /> <jee:jndi-lookup id="dataSource" jndi-name="jdbc/acris-security" resource-ref="true" /> <beans:bean name="userService" class="sk.seges.acris.security.server.spring.user_management.service.user.UserService"> <beans:property name="authenticationManager" ref="authenticationManager" /> <beans:property name="sessionIDGenerator" ref="sessionIDGenerator" /> </beans:bean> </beans:beans>