org.wamblee.usermgt.hibernate
Class UserAdministrationLightComponent

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

public class UserAdministrationLightComponent
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
UserAdministrationLightComponent(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

UserAdministrationLightComponent

public UserAdministrationLightComponent(java.lang.String aName)


Copyright © 2010. All Rights Reserved.