Package | Description |
---|---|
org.apache.hadoop.yarn.security |
Modifier and Type | Method and Description |
---|---|
static AccessType |
AccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessType[] |
AccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConfiguredYarnAuthorizer.checkPermission(AccessType accessType,
PrivilegedEntity target,
org.apache.hadoop.security.UserGroupInformation user) |
abstract boolean |
YarnAuthorizationProvider.checkPermission(AccessType accessType,
PrivilegedEntity target,
org.apache.hadoop.security.UserGroupInformation user)
Check if user has the permission to access the target object.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfiguredYarnAuthorizer.setPermission(PrivilegedEntity target,
Map<AccessType,org.apache.hadoop.security.authorize.AccessControlList> acls,
org.apache.hadoop.security.UserGroupInformation ugi) |
abstract void |
YarnAuthorizationProvider.setPermission(PrivilegedEntity target,
Map<AccessType,org.apache.hadoop.security.authorize.AccessControlList> acls,
org.apache.hadoop.security.UserGroupInformation ugi)
Set ACLs for the target object.
|
Copyright © 2017 Apache Software Foundation. All Rights Reserved.