public static enum AceRights.ObjectRight extends java.lang.Enum<AceRights.ObjectRight>
| Enum Constant and Description |
|---|
AS
ACCESS_SYSTEM_SECURITY - When requested, this bit grants the requestor the maximum permissions allowed to the
object through the Access Check Algorithm.
|
CR
ADS_RIGHT_DS_CONTROL_ACCESS - The ObjectType GUID identifies an extended access right.
|
GA
GENERIC_ALL - When all access permissions to an object are requested, this bit is translated to a combination
of bits, which are usually set in the lower 16 bits of the ACCESS_MASK.
|
GR
GENERIC_READ - When read access to an object is requested, this bit is translated to a combination of bits.
|
GW
GENERIC_WRITE - When write access to an object is requested, this bit is translated to a combination of bits,
which are usually set in the lower 16 bits of the ACCESS_MASK.
|
GX
GENERIC_EXECUTE - When execute access to an object is requested, this bit is translated to a combination of
bits, which are usually set in the lower 16 bits of the ACCESS_MASK.
|
MA
MAXIMUM_ALLOWED - When requested, this bit grants the requestor the maximum permissions allowed to the
object through the Access Check Algorithm.
|
RC
READ_CONTROL - Specifies access to read the security descriptor of an object.
|
SD
DELETE - Specifies access to delete an object.
|
SY
SYNCHRONIZE - Specifies access to the object sufficient to synchronize or wait on the object.
|
WD
WRITE_DACL - Specifies access to change the discretionary access control list of the security descriptor of
an object.
|
WO
WRITE_OWNER - Specifies access to change the owner of the object as listed in the security descriptor.
|
WP
ADS_RIGHT_DS_WRITE_PROP - The ObjectType GUID identifies a property set or property of the object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Gest int value.
|
static AceRights.ObjectRight |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AceRights.ObjectRight[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AceRights.ObjectRight GR
public static final AceRights.ObjectRight GW
public static final AceRights.ObjectRight GX
public static final AceRights.ObjectRight GA
public static final AceRights.ObjectRight MA
public static final AceRights.ObjectRight AS
public static final AceRights.ObjectRight SY
public static final AceRights.ObjectRight WO
public static final AceRights.ObjectRight WD
public static final AceRights.ObjectRight RC
public static final AceRights.ObjectRight SD
public static final AceRights.ObjectRight CR
public static final AceRights.ObjectRight WP
public static AceRights.ObjectRight[] values()
for (AceRights.ObjectRight c : AceRights.ObjectRight.values()) System.out.println(c);
public static AceRights.ObjectRight valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
Copyright © 2015-2018 Tirasa. All Rights Reserved.