Uses of Enum Class
com.hazelcast.config.PermissionConfig.PermissionType
-
Uses of PermissionConfig.PermissionType in com.hazelcast.config
Modifier and TypeMethodDescriptionPermissionConfig.getType()
PermissionConfig.PermissionType.getTypeByPermissionClassName
(String permissionClassname) Returns the enum constant of this class with the specified name.static PermissionConfig.PermissionType[]
PermissionConfig.PermissionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPermissionConfig
(PermissionConfig.PermissionType type, String name, String principal)