| Package | Description | 
|---|---|
| com.hazelcast.config.security | Provides classes for configuring security realms in Hazelcast. | 
| Modifier and Type | Method and Description | 
|---|---|
| SimpleAuthenticationConfig | SimpleAuthenticationConfig. addUser(String username,
       SimpleAuthenticationConfig.UserDto userDto)Adds one user to the configuration. | 
| SimpleAuthenticationConfig | SimpleAuthenticationConfig. addUser(String username,
       String password,
       String... roles)Adds one user to the configuration. | 
| SimpleAuthenticationConfig | RealmConfig. getSimpleAuthenticationConfig() | 
| protected SimpleAuthenticationConfig | SimpleAuthenticationConfig. self() | 
| SimpleAuthenticationConfig | SimpleAuthenticationConfig. setRoleSeparator(String roleSeparator)Allows to use a custom role separator in the configuration. | 
| SimpleAuthenticationConfig | SimpleAuthenticationConfig. setUserMap(Map<String,SimpleAuthenticationConfig.UserDto> map)Replaces the users with ones from the given map. | 
| Modifier and Type | Method and Description | 
|---|---|
| RealmConfig | RealmConfig. setSimpleAuthenticationConfig(SimpleAuthenticationConfig authenticationConfig) | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.