| Package | Description |
|---|---|
| com.microsoft.azure.datalake.store.acl |
Objects used for ACLs.
|
| Modifier and Type | Field and Description |
|---|---|
AclScope |
AclEntry.scope
AclScope specifying scope of the Acl entry (access or default) |
| Modifier and Type | Method and Description |
|---|---|
static AclScope |
AclScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AclScope[] |
AclScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AclEntry(AclScope scope,
AclType type,
String name,
AclAction action)
creates and Acl Entry from the supplied scope, type, name and action
|
Copyright © 2019 Microsoft Corporation. All rights reserved.