public enum AclEntryType extends Enum<AclEntryType>
AccessControlList
.Enum Constant and Description |
---|
MASK |
NAMED_GROUP |
NAMED_USER |
OTHER |
OWNING_GROUP |
OWNING_USER |
Modifier and Type | Field and Description |
---|---|
static String |
GROUP_COMPONENT |
static String |
MASK_COMPONENT |
static String |
OTHER_COMPONENT |
static String |
USER_COMPONENT |
Modifier and Type | Method and Description |
---|---|
String |
toCliString() |
static AclEntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AclEntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AclEntryType OWNING_USER
public static final AclEntryType NAMED_USER
public static final AclEntryType OWNING_GROUP
public static final AclEntryType NAMED_GROUP
public static final AclEntryType MASK
public static final AclEntryType OTHER
public static final String USER_COMPONENT
public static final String GROUP_COMPONENT
public static final String MASK_COMPONENT
public static final String OTHER_COMPONENT
public static AclEntryType[] values()
for (AclEntryType c : AclEntryType.values()) System.out.println(c);
public static AclEntryType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toCliString()
Copyright © 2023. All Rights Reserved.