Uses of Class
com.hazelcast.config.security.SimpleAuthenticationConfig
Package
Description
Provides classes for configuring security realms in Hazelcast.
-
Uses of SimpleAuthenticationConfig in com.hazelcast.config.security
Modifier and TypeMethodDescriptionSimpleAuthenticationConfig.addUser
(String username, SimpleAuthenticationConfig.UserDto userDto) Adds one user to the configuration.Adds one user to the configuration.RealmConfig.getSimpleAuthenticationConfig()
protected SimpleAuthenticationConfig
SimpleAuthenticationConfig.self()
SimpleAuthenticationConfig.setRoleSeparator
(String roleSeparator) Allows to use a custom role separator in the configuration.SimpleAuthenticationConfig.setUserMap
(Map<String, SimpleAuthenticationConfig.UserDto> map) Replaces the users with ones from the given map.Modifier and TypeMethodDescriptionRealmConfig.setSimpleAuthenticationConfig
(SimpleAuthenticationConfig authenticationConfig)