Uses of Enum Class
com.hazelcast.config.security.LdapRoleMappingMode
Packages that use LdapRoleMappingMode
Package
Description
Provides classes for configuring security realms in Hazelcast.
-
Uses of LdapRoleMappingMode in com.hazelcast.config.security
Methods in com.hazelcast.config.security that return LdapRoleMappingModeModifier and TypeMethodDescriptionLdapAuthenticationConfig.getRoleMappingMode()
static LdapRoleMappingMode
LdapRoleMappingMode.getRoleMappingMode
(String label) static LdapRoleMappingMode
Returns the enum constant of this class with the specified name.static LdapRoleMappingMode[]
LdapRoleMappingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hazelcast.config.security with parameters of type LdapRoleMappingModeModifier and TypeMethodDescriptionLdapAuthenticationConfig.setRoleMappingMode
(LdapRoleMappingMode roleMappingMode)