| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SimpleAuthenticationConfig | 
SimpleAuthenticationConfig.setUserMap(Map<String,SimpleAuthenticationConfig.UserDto> map)
Replaces the users with ones from the given map. 
 | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.