Class AbstractLoginService

java.lang.Object
All Implemented Interfaces:
LoginService, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle
Direct Known Subclasses:
DataSourceLoginService, HashLoginService, JDBCLoginService

public abstract class AbstractLoginService extends ContainerLifeCycle implements LoginService
AbstractLoginService Base class for LoginServices that allows subclasses to provide the user authentication and authorization information, but provides common behaviour such as handling authentication.