| 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,
UserGroupInformation user) |
abstract boolean |
YarnAuthorizationProvider.checkPermission(AccessType accessType,
PrivilegedEntity target,
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,AccessControlList> acls,
UserGroupInformation ugi) |
abstract void |
YarnAuthorizationProvider.setPermission(PrivilegedEntity target,
Map<AccessType,AccessControlList> acls,
UserGroupInformation ugi)
Set ACLs for the target object.
|
Copyright © 2018 CERN. All Rights Reserved.