Class AbstractLoginModule

java.lang.Object
org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
All Implemented Interfaces:
LoginModule
Direct Known Subclasses:
AbstractDatabaseLoginModule, LdapLoginModule, PropertyFileLoginModule

public abstract class AbstractLoginModule extends Object implements LoginModule
AbstractLoginModule Abstract base class for all LoginModules. Subclasses should implement getUser(String) method, and subclass AbstractLoginModule.JAASUser to implement AbstractLoginModule.JAASUser.doFetchRoles() method.