| Package | Description |
|---|---|
| com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
| com.hazelcast.security |
Provides interfaces/classes for Hazelcast security implementation.
|
| Modifier and Type | Method and Description |
|---|---|
GroupConfig |
Config.getGroupConfig()
Returns the configuration for hazelcast groups.
|
GroupConfig |
GroupConfig.setName(String name)
Sets the group name of the group.
|
GroupConfig |
GroupConfig.setPassword(String password)
Sets the password for the group.
|
| Modifier and Type | Method and Description |
|---|---|
Config |
Config.setGroupConfig(GroupConfig groupConfig)
Sets the configuration for hazelcast groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ICredentialsFactory.configure(GroupConfig groupConfig,
Properties properties)
Configures
ICredentialsFactory. |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.