Uses of Enum Class
com.hazelcast.config.PermissionConfig.PermissionType
Packages that use PermissionConfig.PermissionType
-
Uses of PermissionConfig.PermissionType in com.hazelcast.config
Methods in com.hazelcast.config that return PermissionConfig.PermissionTypeModifier 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.Methods in com.hazelcast.config with parameters of type PermissionConfig.PermissionTypeConstructors in com.hazelcast.config with parameters of type PermissionConfig.PermissionTypeModifierConstructorDescriptionPermissionConfig
(PermissionConfig.PermissionType type, String name, String principal)