| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| com.hazelcast.internal.dynamicconfig | 
 Classes related to Dynamic Configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<SecurityInterceptorConfig> | 
SecurityConfig.getSecurityInterceptorConfigs()  | 
| Modifier and Type | Method and Description | 
|---|---|
SecurityConfig | 
SecurityConfig.addSecurityInterceptorConfig(SecurityInterceptorConfig interceptorConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SecurityConfig.setSecurityInterceptorConfigs(List<SecurityInterceptorConfig> securityInterceptorConfigs)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<SecurityInterceptorConfig> | 
DynamicSecurityConfig.getSecurityInterceptorConfigs()  | 
| Modifier and Type | Method and Description | 
|---|---|
SecurityConfig | 
DynamicSecurityConfig.addSecurityInterceptorConfig(SecurityInterceptorConfig interceptorConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DynamicSecurityConfig.setSecurityInterceptorConfigs(List<SecurityInterceptorConfig> securityInterceptorConfigs)  | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.