public abstract class PasswordLoginModule extends BasePasswordLoginModule
_commitSucceeded, _currentRealm, _groupsList, _logger, _options, _passwd, _password, _sharedState, _subject, _succeeded, _username, _userPrincipal, sm| Constructor and Description |
|---|
PasswordLoginModule() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AuthenticationStatus |
authenticate() |
protected void |
authenticateUser()
authenticateUser calls authenticate which is implemented by the implementation
of this subclass
|
AuthenticationStatus |
commitAuthentication(String username,
char[] password,
Realm theRealm,
String[] groups)
Called at the end of the authenticate method by the user
|
AuthenticationStatus |
commitAuthentication(String username,
String password,
Realm theRealm,
String[] groups)
Deprecated.
|
abort, commit, commitUserAuthentication, extractCredentials, getCurrentRealm, getGroupsList, getPassword, getPasswordChar, getSubject, getUsername, getUserPrincipal, initialize, isCommitSucceeded, isSucceeded, login, logout, setLoginModuleForAuthenticationprotected final void authenticateUser()
throws LoginException
authenticateUser in class BasePasswordLoginModuleLoginException@Deprecated public final AuthenticationStatus commitAuthentication(String username, String password, Realm theRealm, String[] groups)
public final AuthenticationStatus commitAuthentication(String username, char[] password, Realm theRealm, String[] groups)
protected abstract AuthenticationStatus authenticate() throws LoginException
LoginExceptionCopyright © 2017. All rights reserved.