| Package | Description | 
|---|---|
| com.hazelcast.client.config | 
 Contains classes related to config for com.hazelcast.client 
 | 
| com.hazelcast.client.connection.nio | 
 Contains classes related to New IO for com.hazelcast.client.connection 
 | 
| com.hazelcast.client.impl.clientside | 
 Contains most of the client side HazelcastInstance implementation functionality. 
 | 
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| com.hazelcast.internal.dynamicconfig | 
 Classes related to Dynamic Configuration. 
 | 
| 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 | 
|---|---|
void | 
DefaultCredentialsFactory.configure(GroupConfig groupConfig,
         Properties properties)  | 
| Constructor and Description | 
|---|
DefaultCredentialsFactory(ClientSecurityConfig securityConfig,
                         GroupConfig groupConfig,
                         ClassLoader classLoader)  | 
| Modifier and Type | Method and Description | 
|---|---|
GroupConfig | 
ClientDynamicClusterConfig.getGroupConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
ClientDynamicClusterConfig.setGroupConfig(GroupConfig groupConfig)  | 
| 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)
Deprecated. 
 
since 3.11, password check is removed.
 use  
SecurityConfig() ,  ClientSecurityConfig()  for authentication | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
Config.setGroupConfig(GroupConfig groupConfig)
Sets the configuration for hazelcast groups. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GroupConfig | 
DynamicConfigurationAwareConfig.getGroupConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
DynamicConfigurationAwareConfig.setGroupConfig(GroupConfig groupConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ICredentialsFactory.configure(GroupConfig groupConfig,
         Properties properties)
Configures  
ICredentialsFactory. | 
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.