Uses of Enum
org.apache.hadoop.hbase.security.access.Permission.Scope
Packages that use Permission.Scope
-
Uses of Permission.Scope in org.apache.hadoop.hbase.security.access
Fields in org.apache.hadoop.hbase.security.access declared as Permission.ScopeFields in org.apache.hadoop.hbase.security.access with type parameters of type Permission.ScopeModifier and TypeFieldDescriptionprotected static final Map<Byte,
Permission.Scope> Permission.SCOPE_BY_CODE
Methods in org.apache.hadoop.hbase.security.access that return Permission.ScopeModifier and TypeMethodDescriptionPermission.getAccessScope()
UserPermission.getAccessScope()
Get this permission access scope.static Permission.Scope
Returns the enum constant of this type with the specified name.static Permission.Scope[]
Permission.Scope.values()
Returns an array containing the constants of this enum type, in the order they are declared.