Uses of Enum Class
org.apache.hadoop.yarn.security.AccessType
Packages that use AccessType
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of AccessType in org.apache.hadoop.yarn.security
Methods in org.apache.hadoop.yarn.security that return AccessTypeModifier and TypeMethodDescriptionAccessRequest.getAccessType()static AccessTypeReturns the enum constant of this class with the specified name.static AccessType[]AccessType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.security that return types with arguments of type AccessTypeModifier and TypeMethodDescriptionMap<AccessType,org.apache.hadoop.security.authorize.AccessControlList> Permission.getAcls()Constructors in org.apache.hadoop.yarn.security with parameters of type AccessTypeModifierConstructorDescriptionAccessRequest(PrivilegedEntity entity, org.apache.hadoop.security.UserGroupInformation user, AccessType accessType, String appId, String appName, String remoteAddress, List<String> forwardedAddresses) Constructor parameters in org.apache.hadoop.yarn.security with type arguments of type AccessTypeModifierConstructorDescriptionPermission(PrivilegedEntity target, Map<AccessType, org.apache.hadoop.security.authorize.AccessControlList> acls)