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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields 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
Constructors -
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, onLogoutMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
onLoginin classClusterLoginModule- Throws:
LoginException
-
getName
- Specified by:
getNamein classClusterLoginModule
-