| Package | Description | 
|---|---|
| com.hazelcast.client.config | 
 Contains classes related to config for com.hazelcast.client 
 | 
| com.hazelcast.config.security | 
 Provides classes for configuring security realms in Hazelcast. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
KerberosIdentityConfig | 
ClientSecurityConfig.getKerberosIdentityConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
ClientSecurityConfig | 
ClientSecurityConfig.setKerberosIdentityConfig(KerberosIdentityConfig identityConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
KerberosIdentityConfig | 
RealmConfig.getKerberosIdentityConfig()  | 
KerberosIdentityConfig | 
KerberosIdentityConfig.setKeytabFile(String keytabFile)
Allows (together with the  
setPrincipal(String)) simplification of security realm configuration. | 
KerberosIdentityConfig | 
KerberosIdentityConfig.setPrincipal(String principal)
Allows (together with the  
setKeytabFile(String)) simplification of security realm configuration. | 
KerberosIdentityConfig | 
KerberosIdentityConfig.setRealm(String realm)
Defines Kerberos realm name (e.g. 
 | 
KerberosIdentityConfig | 
KerberosIdentityConfig.setSecurityRealm(String securityRealm)
Configures a reference to Security realm name in Hazelcast configuration. 
 | 
KerberosIdentityConfig | 
KerberosIdentityConfig.setServiceNamePrefix(String serviceNamePrefix)
Defines prefix of the Service Principal name. 
 | 
KerberosIdentityConfig | 
KerberosIdentityConfig.setSpn(String spn)
Allows to configure static service principal name (SPN). 
 | 
KerberosIdentityConfig | 
KerberosIdentityConfig.setUseCanonicalHostname(Boolean useCanonicalHostname)
Allows using fully qualified domain name instead of IP address when the SPN is constructed from a prefix and realm name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RealmConfig | 
RealmConfig.setKerberosIdentityConfig(KerberosIdentityConfig identityConfig)  | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.