Package com.sun.appserv.security
Class AppservPasswordLoginModule
- java.lang.Object
-
- com.sun.enterprise.security.BasePasswordLoginModule
-
- com.sun.appserv.security.AppservPasswordLoginModule
-
- All Implemented Interfaces:
LoginModule
public abstract class AppservPasswordLoginModule extends com.sun.enterprise.security.BasePasswordLoginModuleAbstract base class for password-based login modules.Most login modules receive a username and password from the client (possibly through HTTP BASIC auth, or FORM, or other mechanism) and then make (or delegate) an authentication decision based on this data. This class provides common methods for such password-based login modules.
Subclasses need to implement the authenticateUser() method and later call commitUserAuthentication().
-
-
Constructor Summary
Constructors Constructor Description AppservPasswordLoginModule()
-
Method Summary
-
Methods inherited from class com.sun.enterprise.security.BasePasswordLoginModule
abort, authenticateUser, commit, commitUserAuthentication, extractCredentials, getCurrentRealm, getGroupsList, getPassword, getPasswordChar, getSubject, getUsername, getUserPrincipal, initialize, isCommitSucceeded, isSucceeded, login, logout, setLoginModuleForAuthentication
-
-