Package | Description |
---|---|
com.hazelcast.client.config |
Contains classes related to config for com.hazelcast.client
|
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 |
ClientConfig.getGroupConfig()
gets
GroupConfig |
Modifier and Type | Method and Description |
---|---|
ClientConfig |
ClientConfig.setGroupConfig(GroupConfig groupConfig)
Sets
GroupConfig |
Modifier and Type | Method and Description |
---|---|
GroupConfig |
Config.getGroupConfig() |
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) |
Modifier and Type | Method and Description |
---|---|
void |
ICredentialsFactory.configure(GroupConfig groupConfig,
Properties properties)
Configures
ICredentialsFactory . |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.