LoginModule implementations.See: Description
| Class | Description |
|---|---|
| BasicLdapLoginModule |
JAAS login module which uses LDAP as a user population store.
|
| DefaultLoginModule |
The default Hazelcast Enterprise
LoginModule. |
| GssApiLoginModule |
Hazelcast GSS-API LoginModule implementation.
|
| LdapLoginModule |
JAAS Login module which uses LDAP protocol to verify credentials and load roles.
|
| SimplePropertiesLoginModule |
Simple
LoginModule which gets user/password/role configuration directly as login module options. |
| X509CertificateLoginModule |
Hazelcast LoginModule implementation for use together with mutual TLS authentication.
|
LoginModule implementations. The login
module class names and their options can be referenced from JaasAuthenticationConfig in advanced scenarios where the typed authentication configuration (e.g.
LdapAuthenticationConfig) is not sufficient.Copyright © 2021 Hazelcast, Inc.. All rights reserved.