Package com.hazelcast.security.loginimpl
Class SimplePropertiesLoginModule
java.lang.Object
com.hazelcast.security.ClusterLoginModule
com.hazelcast.security.loginimpl.SimplePropertiesLoginModule
- All Implemented Interfaces:
LoginModule
Simple
LoginModule
which gets user/password/role configuration directly as login module options.-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
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
-
Field Details
-
OPTION_PREFIX_PASSWORD
- See Also:
-
OPTION_PREFIX_ROLES
- See Also:
-
OPTION_ROLE_SEPARATOR
- See Also:
-
DEFAULT_ROLE_SEPARATOR
- See Also:
-
-
Constructor Details
-
SimplePropertiesLoginModule
public SimplePropertiesLoginModule()
-
-
Method Details
-
onLogin
- Specified by:
onLogin
in classClusterLoginModule
- Throws:
LoginException
-
getName
- Specified by:
getName
in classClusterLoginModule
-