Package com.hazelcast.config
Enum Class PermissionConfig.PermissionType
java.lang.Object
java.lang.Enum<PermissionConfig.PermissionType>
com.hazelcast.config.PermissionConfig.PermissionType
- All Implemented Interfaces:
- Serializable,- Comparable<PermissionConfig.PermissionType>,- Constable
- Enclosing class:
- PermissionConfig
Type of permission
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionType backed byAllPermissions, which implies all checked permissions.Atomic longAtomic longJCache/ICacheCardinality EstimatorConfiguration permissionJet Connector permissionCountdown LatchCP Map permissionsDurable Executor ServiceExecutor ServiceFlake ID generatorJet Job permissionListLockCluster ManagementMapMultiMapCRDT PN CounterQueueReliableTopicReplicatedMapRingBufferScheduled executor serviceSemaphoreSetSpecific SQL permissionsTopicTransactionUser code deploymentUser Code Namespace permissionsVector collection permissions
- 
Method SummaryModifier and TypeMethodDescriptiongetTypeByPermissionClassName(String permissionClassname) Returns the enum constant of this class with the specified name.static PermissionConfig.PermissionType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
ALLType backed byAllPermissions, which implies all checked permissions.
- 
MAPMap
- 
QUEUEQueue
- 
TOPICTopic
- 
MULTIMAPMultiMap
- 
LISTList
- 
SETSet
- 
FLAKE_ID_GENERATORFlake ID generator
- 
LOCKLock
- 
ATOMIC_LONGAtomic long
- 
ATOMIC_REFERENCEAtomic long
- 
COUNTDOWN_LATCHCountdown Latch
- 
SEMAPHORESemaphore
- 
EXECUTOR_SERVICEExecutor Service
- 
TRANSACTIONTransaction
- 
DURABLE_EXECUTOR_SERVICEDurable Executor Service
- 
CARDINALITY_ESTIMATORCardinality Estimator
- 
SCHEDULED_EXECUTORScheduled executor service
- 
CACHEJCache/ICache
- 
USER_CODE_DEPLOYMENTUser code deployment
- 
CONFIGConfiguration permission
- 
PN_COUNTERCRDT PN Counter
- 
RING_BUFFERRingBuffer
- 
RELIABLE_TOPICReliableTopic
- 
REPLICATEDMAPReplicatedMap
- 
MANAGEMENTCluster Management
- 
JOBJet Job permission
- 
CONNECTORJet Connector permission
- 
SQLSpecific SQL permissions
- 
CPMAPCP Map permissions
- 
USER_CODE_NAMESPACEUser Code Namespace permissions
- 
VECTOR_COLLECTIONVector collection permissions
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getType
- 
getTypeByPermissionClassNamepublic static PermissionConfig.PermissionType getTypeByPermissionClassName(String permissionClassname) 
- 
getNodeName
 
-