Java org.apache.hadoop.yarn.server.security ApplicationACLsManager fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.yarn.server.security ApplicationACLsManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.yarn.server.security ApplicationACLsManager.

The text is from its open source code.

Method

booleancheckAccess(UserGroupInformation callerUGI, ApplicationAccessType applicationAccessType, String applicationOwner, ApplicationId applicationId)
If authorization is enabled, checks whether the user (in the callerUGI) is authorized to perform the access specified by 'applicationAccessType' on the application by checking if the user is applicationOwner or part of application ACL for the specific access-type.