Package | Description |
---|---|
com.hazelcast.config.security |
Provides classes for configuring security realms in Hazelcast.
|
Modifier and Type | Method and Description |
---|---|
LdapSearchScope |
LdapAuthenticationConfig.getRoleSearchScope() |
static LdapSearchScope |
LdapSearchScope.getSearchScope(String label) |
LdapSearchScope |
LdapAuthenticationConfig.getUserSearchScope() |
static LdapSearchScope |
LdapSearchScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LdapSearchScope[] |
LdapSearchScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LdapAuthenticationConfig |
LdapAuthenticationConfig.setRoleSearchScope(LdapSearchScope roleSearchScope) |
LdapAuthenticationConfig |
LdapAuthenticationConfig.setUserSearchScope(LdapSearchScope userSearchScope) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.