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 Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum 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 Summary
Modifier 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
-
ALL
Type backed byAllPermissions
, which implies all checked permissions. -
MAP
Map -
QUEUE
Queue -
TOPIC
Topic -
MULTIMAP
MultiMap -
LIST
List -
SET
Set -
FLAKE_ID_GENERATOR
Flake ID generator -
LOCK
Lock -
ATOMIC_LONG
Atomic long -
ATOMIC_REFERENCE
Atomic long -
COUNTDOWN_LATCH
Countdown Latch -
SEMAPHORE
Semaphore -
EXECUTOR_SERVICE
Executor Service -
TRANSACTION
Transaction -
DURABLE_EXECUTOR_SERVICE
Durable Executor Service -
CARDINALITY_ESTIMATOR
Cardinality Estimator -
SCHEDULED_EXECUTOR
Scheduled executor service -
CACHE
JCache/ICache -
USER_CODE_DEPLOYMENT
User code deployment -
CONFIG
Configuration permission -
PN_COUNTER
CRDT PN Counter -
RING_BUFFER
RingBuffer -
RELIABLE_TOPIC
ReliableTopic -
REPLICATEDMAP
ReplicatedMap -
MANAGEMENT
Cluster Management -
JOB
Jet Job permission -
CONNECTOR
Jet Connector permission -
SQL
Specific SQL permissions -
CPMAP
CP Map permissions -
USER_CODE_NAMESPACE
User Code Namespace permissions -
VECTOR_COLLECTION
Vector collection permissions
-
-
Method Details
-
values
Returns 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
-
valueOf
Returns 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 nameNullPointerException
- if the argument is null
-
getType
-
getTypeByPermissionClassName
public static PermissionConfig.PermissionType getTypeByPermissionClassName(String permissionClassname) -
getNodeName
-