Uses of Class
com.hazelcast.config.security.KerberosAuthenticationConfig
Package
Description
Provides classes for configuring security realms in Hazelcast.
-
Uses of KerberosAuthenticationConfig in com.hazelcast.config.security
Modifier and TypeMethodDescriptionRealmConfig.getKerberosAuthenticationConfig()
protected KerberosAuthenticationConfig
KerberosAuthenticationConfig.self()
KerberosAuthenticationConfig.setKeytabFile
(String keytabFile) Allows (together with thesetPrincipal(String)
) simplification of security realm configuration.KerberosAuthenticationConfig.setLdapAuthenticationConfig
(LdapAuthenticationConfig ldapAuthenticationConfig) Allows specifying LDAP authentication configuration which is then used after the Kerberos authentication successfully finishes.KerberosAuthenticationConfig.setPrincipal
(String principal) Allows (together with thesetKeytabFile(String)
) simplification of security realm configuration.KerberosAuthenticationConfig.setRelaxFlagsCheck
(Boolean relaxFlagsCheck) Allows disabling some of the checks on incoming token (e.g. passes authentication even if the mutual authentication is required by the token).KerberosAuthenticationConfig.setSecurityRealm
(String securityRealm) References Security realm name in Hazelcast configuration.KerberosAuthenticationConfig.setUseNameWithoutRealm
(Boolean useNameWithoutRealm) Allows cutting off the Kerberos realm part from authenticated name.Modifier and TypeMethodDescriptionRealmConfig.setKerberosAuthenticationConfig
(KerberosAuthenticationConfig authenticationConfig)