public class FileLoginModule extends BasePasswordLoginModule
Provides a file-based implementation of a password login module. Processing is delegated to the FileRealm class.
FileRealm_commitSucceeded, _currentRealm, _groupsList, _logger, _options, _passwd, _password, _sharedState, _subject, _succeeded, _username, _userPrincipal, sm| Constructor and Description |
|---|
FileLoginModule() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
authenticateUser()
Perform file authentication.
|
abort, commit, commitUserAuthentication, extractCredentials, getCurrentRealm, getGroupsList, getPassword, getPasswordChar, getRealm, getSubject, getUsername, getUserPrincipal, initialize, isCommitSucceeded, isSucceeded, login, logout, setLoginModuleForAuthenticationprotected void authenticateUser()
throws LoginException
authenticateUser in class BasePasswordLoginModuleLoginException - If login fails (JAAS login() behavior).Copyright © 2019. All rights reserved.