All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.@[email protected] Maven / Gradle / Ivy

There is a newer version: 6.1.0-RC4
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xmlns:cwf="http://www.carewebframework.org/schema/spring" 
	xsi:schemaLocation="
		http://www.springframework.org/schema/beans 
		http://www.springframework.org/schema/beans/spring-beans.xsd
		http://www.carewebframework.org/schema/spring 
		http://www.carewebframework.org/schema/spring/spring-extensions.xsd">

	<beans profile="root">

		<bean id="securityService" cwf:override="always"
			class="org.carewebframework.hibernate.security.SecurityService">
			<constructor-arg ref="cwfHibernateUserDAO" />
			<property name="logoutTarget" value="${org.carewebframework.security.logout.url}" />
		</bean>
		
		<bean id="cwfHibernateUserDAO"
			class="org.carewebframework.hibernate.security.UserDAO">
			<constructor-arg ref="cwfHibernateSessionFactory" />
		</bean>
		
		<bean init-method="init"
			class="org.carewebframework.hibernate.security.SecurityDomainDAO">
			<constructor-arg ref="cwfHibernateSessionFactory" />
		</bean>

	</beans>

</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy