public class DefaultLoginModule extends ClusterLoginModule implements LoginModule
LoginModule.
This class is not unused, it's set via SecurityConstants.DEFAULT_LOGIN_MODULE.commitSucceeded, credentials, logger, loginSucceeded, options, sharedState, subject| Constructor and Description |
|---|
DefaultLoginModule() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
onAbort() |
boolean |
onCommit() |
boolean |
onLogin() |
protected boolean |
onLogout() |
abort, commit, initialize, login, logoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabort, commit, initialize, login, logoutpublic boolean onLogin()
throws LoginException
onLogin in class ClusterLoginModuleLoginExceptionpublic boolean onCommit()
throws LoginException
onCommit in class ClusterLoginModuleLoginExceptionprotected boolean onAbort()
throws LoginException
onAbort in class ClusterLoginModuleLoginExceptionprotected boolean onLogout()
throws LoginException
onLogout in class ClusterLoginModuleLoginExceptionCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.