Uses of Class
com.hazelcast.config.security.LdapAuthenticationConfig
Package
Description
Provides classes for configuring security realms in Hazelcast.
-
Uses of LdapAuthenticationConfig in com.hazelcast.config.security
Modifier and TypeMethodDescriptionKerberosAuthenticationConfig.getLdapAuthenticationConfig()
RealmConfig.getLdapAuthenticationConfig()
protected LdapAuthenticationConfig
LdapAuthenticationConfig.self()
LdapAuthenticationConfig.setParseDn
(Boolean parseDn) LdapAuthenticationConfig.setPasswordAttribute
(String passwordAttribute) LdapAuthenticationConfig.setRoleContext
(String roleContext) LdapAuthenticationConfig.setRoleFilter
(String roleFilter) LdapAuthenticationConfig.setRoleMappingAttribute
(String roleMappingAttribute) LdapAuthenticationConfig.setRoleMappingMode
(LdapRoleMappingMode roleMappingMode) LdapAuthenticationConfig.setRoleNameAttribute
(String roleNameAttribute) LdapAuthenticationConfig.setRoleRecursionMaxDepth
(Integer roleRecursionMaxDepth) LdapAuthenticationConfig.setRoleSearchScope
(LdapSearchScope roleSearchScope) LdapAuthenticationConfig.setSecurityRealm
(String securityRealm) LdapAuthenticationConfig.setSkipAuthentication
(Boolean skipAuthentication) LdapAuthenticationConfig.setSocketFactoryClassName
(String socketFactoryClassName) LdapAuthenticationConfig.setSystemAuthentication
(String systemAuthentication) LdapAuthenticationConfig.setSystemUserDn
(String systemUserDn) LdapAuthenticationConfig.setSystemUserPassword
(String systemUserPassword) LdapAuthenticationConfig.setUserContext
(String userContext) LdapAuthenticationConfig.setUserFilter
(String userFilter) LdapAuthenticationConfig.setUserNameAttribute
(String userNameAttribute) LdapAuthenticationConfig.setUserSearchScope
(LdapSearchScope userSearchScope) Modifier and TypeMethodDescriptionKerberosAuthenticationConfig.setLdapAuthenticationConfig
(LdapAuthenticationConfig ldapAuthenticationConfig) Allows specifying LDAP authentication configuration which is then used after the Kerberos authentication successfully finishes.RealmConfig.setLdapAuthenticationConfig
(LdapAuthenticationConfig authenticationConfig)