| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PermissionConfig.PermissionType | 
PermissionConfig.getType()  | 
static PermissionConfig.PermissionType | 
PermissionConfig.PermissionType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static PermissionConfig.PermissionType[] | 
PermissionConfig.PermissionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PermissionConfig | 
PermissionConfig.setType(PermissionConfig.PermissionType type)  | 
| Constructor and Description | 
|---|
PermissionConfig(PermissionConfig.PermissionType type,
                String name,
                String principal)  | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.