- <?xml version="1.0" encoding="GB2312"?>
- <plugin version="1.0" id="gov.auth">
- <beans>
- <bean id="IAuthServer" class="com.trs.auth.MyAuthServer" singleton="true"/>
- <bean id="IRoleMgr" class="com.trs.auth.NewRoleMgr" singleton="true"/>
- <bean id="IGovRightMgr" class="com.trs.auth.GovRightMgr" singleton="true"/>
- </beans>
- </plugin>
|