| Package | Description |
|---|---|
| org.apache.hadoop.yarn.security |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
AccessType |
AccessRequest.getAccessType() |
|
static AccessType |
AccessType.valueOf(java.lang.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 | Description |
|---|---|---|
java.util.Map<AccessType,org.apache.hadoop.security.authorize.AccessControlList> |
Permission.getAcls() |
| Constructor | Description |
|---|---|
AccessRequest(PrivilegedEntity entity,
org.apache.hadoop.security.UserGroupInformation user,
AccessType accessType,
java.lang.String appId,
java.lang.String appName,
java.lang.String remoteAddress,
java.util.List<java.lang.String> forwardedAddresses) |
| Constructor | Description |
|---|---|
Permission(PrivilegedEntity target,
java.util.Map<AccessType,org.apache.hadoop.security.authorize.AccessControlList> acls) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.