| Package | Description | 
|---|---|
| com.hazelcast.config.security | 
 Provides classes for configuring security realms in Hazelcast. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
KerberosAuthenticationConfig | 
RealmConfig.getKerberosAuthenticationConfig()  | 
protected KerberosAuthenticationConfig | 
KerberosAuthenticationConfig.self()  | 
KerberosAuthenticationConfig | 
KerberosAuthenticationConfig.setKeytabFile(String keytabFile)
Allows (together with the  
setPrincipal(String)) simplification of security realm configuration. | 
KerberosAuthenticationConfig | 
KerberosAuthenticationConfig.setLdapAuthenticationConfig(LdapAuthenticationConfig ldapAuthenticationConfig)
Allows specifying LDAP authentication configuration which is then used after the Kerberos authentication successfully
 finishes. 
 | 
KerberosAuthenticationConfig | 
KerberosAuthenticationConfig.setPrincipal(String principal)
Allows (together with the  
setKeytabFile(String)) simplification of security realm configuration. | 
KerberosAuthenticationConfig | 
KerberosAuthenticationConfig.setRelaxFlagsCheck(Boolean relaxFlagsCheck)
Allows disabling some of the checks on incoming token (e.g. 
 | 
KerberosAuthenticationConfig | 
KerberosAuthenticationConfig.setSecurityRealm(String securityRealm)
References Security realm name in Hazelcast configuration. 
 | 
KerberosAuthenticationConfig | 
KerberosAuthenticationConfig.setUseNameWithoutRealm(Boolean useNameWithoutRealm)
Allows cutting off the Kerberos realm part from authenticated name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RealmConfig | 
RealmConfig.setKerberosAuthenticationConfig(KerberosAuthenticationConfig authenticationConfig)  | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.