@InterfaceAudience.Public @InterfaceStability.Unstable public class AccessRequest extends Object
| Constructor and Description | 
|---|
| AccessRequest(org.apache.hadoop.yarn.security.PrivilegedEntity entity,
             UserGroupInformation user,
             org.apache.hadoop.yarn.security.AccessType accessType,
             String appId,
             String appName,
             String remoteAddress,
             List<String> forwardedAddresses) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hadoop.yarn.security.AccessType | getAccessType() | 
| String | getAppId() | 
| String | getAppName() | 
| org.apache.hadoop.yarn.security.PrivilegedEntity | getEntity() | 
| List<String> | getForwardedAddresses() | 
| String | getRemoteAddress() | 
| UserGroupInformation | getUser() | 
public UserGroupInformation getUser()
public org.apache.hadoop.yarn.security.AccessType getAccessType()
public String getAppId()
public String getAppName()
public org.apache.hadoop.yarn.security.PrivilegedEntity getEntity()
public String getRemoteAddress()
Copyright © 2025 Apache Software Foundation. All rights reserved.