![JAR search and dependency download from the Maven repository](/logo.png)
conf.context.xml Maven / Gradle / Ivy
<?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:context="http://www.springframework.org/schema/context" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.2.xsd"> <bean abstract="true" id="flexess_client_authorizationManager_core" class="org.jresearch.flexess.client.impl.AuthorizationManager"> <property name="checker" ref="flexess_client_checker" /> </bean> <bean abstract="true" id="flexess_client_abstractUserManager" class="org.jresearch.flexess.client.impl.UserManager" /> <bean id="flexess_client_constraintEvaluator" class="org.jresearch.flexess.client.impl.EmfOclEvaluator" /> <bean id="flexess_client_policyEvaluator" class="org.jresearch.flexess.client.impl.DefaultPolicyEvaluator"> <property name="constraintEvaluator" ref="flexess_client_constraintEvaluator" /> </bean> <bean id="flexess_client_operationMatcher" class="org.jresearch.flexess.client.impl.DefaultOperationMatcher" /> <bean id="flexess_client_checker" class="org.jresearch.flexess.client.impl.Checker"> <property name="policyEvaluator" ref="flexess_client_policyEvaluator" /> <property name="operationMatcher" ref="flexess_client_operationMatcher" /> </bean> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy