See: Description
Interface | Description |
---|---|
AuthenticationConfig |
This interface represents authentication configuration in a security realm.
|
IdentityConfig |
This interface represents identity configuration in security realms or client security configurations.
|
Class | Description |
---|---|
AbstractClusterLoginConfig<T extends AbstractClusterLoginConfig<T>> | |
CredentialsIdentityConfig |
Identity configuration which just holds given credentials instance.
|
DefaultAuthenticationConfig |
Default
AuthenticationConfig implementation which just references the DefaultLoginModule . |
JaasAuthenticationConfig |
This
AuthenticationConfig implementation is a imple holder for login module configurations. |
KerberosAuthenticationConfig | |
KerberosIdentityConfig | |
LdapAuthenticationConfig |
Typed authentication configuration for
BasicLdapLoginModule and LdapLoginModule . |
RealmConfig |
Security realm represents the security configuration for part of the system (e.g.
|
SimpleAuthenticationConfig |
Typed authentication configuration for
SimplePropertiesLoginModule . |
SimpleAuthenticationConfig.UserDto |
Helper immutable object representing user attributes (i.e.
|
StaticCredentialsFactory |
The credentials factory implementation which just takes credentials in a constructor and provides it for every
StaticCredentialsFactory.newCredentials() call. |
TlsAuthenticationConfig |
Typed authentication configuration for the
X509CertificateLoginModule . |
TokenIdentityConfig |
Simple token identity configuration.
|
UsernamePasswordIdentityConfig |
Simple username/password identity configuration.
|
Enum | Description |
---|---|
LdapRoleMappingMode |
Enum for LDAP role mapping modes.
|
LdapSearchScope |
Search scope types for LDAP queries.
|
TokenEncoding |
Possible token encodings.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.