Uses of Class
com.hazelcast.config.security.KerberosIdentityConfig
Package
Description
Contains classes related to config for com.hazelcast.client
Provides classes for configuring security realms in Hazelcast.
-
Uses of KerberosIdentityConfig in com.hazelcast.client.config
Modifier and TypeMethodDescriptionClientSecurityConfig.setKerberosIdentityConfig
(KerberosIdentityConfig identityConfig) -
Uses of KerberosIdentityConfig in com.hazelcast.config.security
Modifier and TypeMethodDescriptionRealmConfig.getKerberosIdentityConfig()
KerberosIdentityConfig.setKeytabFile
(String keytabFile) Allows (together with thesetPrincipal(String)
) simplification of security realm configuration.KerberosIdentityConfig.setPrincipal
(String principal) Allows (together with thesetKeytabFile(String)
) simplification of security realm configuration.Defines Kerberos realm name (e.g.KerberosIdentityConfig.setSecurityRealm
(String securityRealm) Configures a reference to Security realm name in Hazelcast configuration.KerberosIdentityConfig.setServiceNamePrefix
(String serviceNamePrefix) Defines prefix of the Service Principal name.Allows to configure static service principal name (SPN).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 TypeMethodDescriptionRealmConfig.setKerberosIdentityConfig
(KerberosIdentityConfig identityConfig)