Uses of Enum Class
com.hazelcast.config.security.LdapSearchScope
Package
Description
Provides classes for configuring security realms in Hazelcast.
-
Uses of LdapSearchScope in com.hazelcast.config.security
Modifier and TypeMethodDescriptionLdapAuthenticationConfig.getRoleSearchScope()
static LdapSearchScope
LdapSearchScope.getSearchScope
(String label) LdapAuthenticationConfig.getUserSearchScope()
static LdapSearchScope
Returns the enum constant of this class with the specified name.static LdapSearchScope[]
LdapSearchScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionLdapAuthenticationConfig.setRoleSearchScope
(LdapSearchScope roleSearchScope) LdapAuthenticationConfig.setUserSearchScope
(LdapSearchScope userSearchScope)