org.wamblee.usermgt.hibernate
Class AuthorizationLightComponent

java.lang.Object
  extended by org.wamblee.system.core.AbstractComponent<Scope>
      extended by org.wamblee.system.spring.SpringComponent
          extended by org.wamblee.usermgt.hibernate.AuthorizationLightComponent
All Implemented Interfaces:
Component<Scope>

public class AuthorizationLightComponent
extends SpringComponent

Light version of the user administration component that requires external datasource, and userset and group set components, as well as an external hibernate session factory.

Author:
Erik Brakkee

Constructor Summary
AuthorizationLightComponent(java.lang.String aName)
           
 
Method Summary
 
Methods inherited from class org.wamblee.system.spring.SpringComponent
addProperties, addProperties, doStart, doStop, getProperties, setProperty
 
Methods inherited from class org.wamblee.system.core.AbstractComponent
addContext, addInterface, addProvidedInterface, addRequiredInterface, findProvidedInterface, findRequiredInterface, getContext, getName, getProvidedInterfaces, getQualifiedName, getRequiredInterfaces, start, stop, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthorizationLightComponent

public AuthorizationLightComponent(java.lang.String aName)


Copyright © 2010. All Rights Reserved.