Package | Description |
---|---|
org.apache.hadoop.hbase.security.access |
Modifier and Type | Field and Description |
---|---|
protected Permission.Scope |
Permission.scope |
Modifier and Type | Field and Description |
---|---|
protected static Map<Byte,Permission.Scope> |
Permission.SCOPE_BY_CODE |
Modifier and Type | Method and Description |
---|---|
Permission.Scope |
Permission.getAccessScope() |
Permission.Scope |
UserPermission.getAccessScope()
Get this permission access scope.
|
static Permission.Scope |
Permission.Scope.valueOf(String name)
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.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.