Package com.hazelcast.security.loginimpl
Class DefaultLoginModule
java.lang.Object
com.hazelcast.security.ClusterLoginModule
com.hazelcast.security.loginimpl.DefaultLoginModule
- All Implemented Interfaces:
LoginModule
The default Hazelcast Enterprise
LoginModule
.
This class is not unused, it's set via SecurityConstants.DEFAULT_LOGIN_MODULE
.-
Field Summary
Fields inherited from class com.hazelcast.security.ClusterLoginModule
callbackHandler, commitSucceeded, endpoint, logger, loginSucceeded, OPTION_SKIP_ENDPOINT, OPTION_SKIP_IDENTITY, OPTION_SKIP_ROLE, options, SHARED_STATE_IDENTITY, sharedState, subject
-
Constructor Summary
-
Method Summary
Methods inherited from class com.hazelcast.security.ClusterLoginModule
abort, addRole, commit, getBoolOption, getIntOption, getLastIdentity, getStringOption, initialize, isSkipIdentity, isSkipRole, login, logout, onAbort, onCommit, onInitialize, onLogout
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.security.auth.spi.LoginModule
abort, commit, initialize, login, logout
-
Constructor Details
-
DefaultLoginModule
public DefaultLoginModule()
-
-
Method Details
-
onLogin
- Specified by:
onLogin
in classClusterLoginModule
- Throws:
LoginException
-
getName
- Specified by:
getName
in classClusterLoginModule
-