| Modifier and Type | Method and Description | 
|---|---|
| abstract Map<ApplicationAccessType,String> | RegisterApplicationMasterResponse. getApplicationACLs()Get the  ApplicationACLs for the application. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ApplicationAccessType | ApplicationAccessType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ApplicationAccessType[] | ApplicationAccessType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Map<ApplicationAccessType,String> | ContainerLaunchContext. getApplicationACLs()Get the  ApplicationACLs for the application. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ContainerLaunchContext | ContainerLaunchContext. newInstance(Map<String,LocalResource> localResources,
           Map<String,String> environment,
           List<String> commands,
           Map<String,ByteBuffer> serviceData,
           ByteBuffer tokens,
           Map<ApplicationAccessType,String> acls) | 
| static ContainerLaunchContext | ContainerLaunchContext. newInstance(Map<String,LocalResource> localResources,
           Map<String,String> environment,
           List<String> commands,
           Map<String,ByteBuffer> serviceData,
           ByteBuffer tokens,
           Map<ApplicationAccessType,String> acls,
           ContainerRetryContext containerRetryContext) | 
| abstract void | ContainerLaunchContext. setApplicationACLs(Map<ApplicationAccessType,String> acls)Set the  ApplicationACLs for the application. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<ApplicationAccessType,String> | AggregatedLogFormat.LogReader. getApplicationAcls()Returns ACLs for the application. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Map<ApplicationAccessType,String> | LogAggregationFileController. getApplicationAcls(Path aggregatedLogPath,
                  ApplicationId appId)Returns ACLs for the application. | 
Copyright © 2023 Apache Software Foundation. All rights reserved.