| Enum Constant and Description |
|---|
ACCESS_ALLOWED_ACE_TYPE
0x00 - Access-allowed ACE that uses the ACCESS_ALLOWED_ACE structure.
|
ACCESS_ALLOWED_CALLBACK_ACE_TYPE
0x09 - Access-allowed callback ACE that uses the ACCESS_ALLOWED_CALLBACK_ACE structure.
|
ACCESS_ALLOWED_CALLBACK_OBJECT_ACE_TYPE
0x0B - Object-specific access-allowed callback ACE that uses the ACCESS_ALLOWED_CALLBACK_OBJECT_ACE structure.
|
ACCESS_ALLOWED_COMPOUND_ACE_TYPE
0x04 - Reserved for future use.
|
ACCESS_ALLOWED_OBJECT_ACE_TYPE
0x05 - Object-specific access-allowed ACE that uses the ACCESS_ALLOWED_OBJECT_ACE structure.
|
ACCESS_DENIED_ACE_TYPE
0x01 - Access-denied ACE that uses the ACCESS_DENIED_ACE structure.
|
ACCESS_DENIED_CALLBACK_ACE_TYPE
0x0A - Access-denied callback ACE that uses the ACCESS_DENIED_CALLBACK_ACE structure.
|
ACCESS_DENIED_CALLBACK_OBJECT_ACE_TYPE
0x0C - Object-specific access-denied callback ACE that uses the ACCESS_DENIED_CALLBACK_OBJECT_ACE structure.
|
ACCESS_DENIED_OBJECT_ACE_TYPE
0x06 - Object-specific access-denied ACE that uses the ACCESS_DENIED_OBJECT_ACE structure.
|
SYSTEM_ALARM_ACE_TYPE
0x03 - Reserved for future use.
|
SYSTEM_ALARM_CALLBACK_ACE_TYPE
0x0E - Reserved for future use.
|
SYSTEM_ALARM_CALLBACK_OBJECT_ACE_TYPE
0x10 - Reserved for future use.
|
SYSTEM_ALARM_OBJECT_ACE_TYPE
0x09 - Reserved for future use.
|
SYSTEM_AUDIT_ACE_TYPE
0x02 - System-audit ACE that uses the SYSTEM_AUDIT_ACE structure.
|
SYSTEM_AUDIT_CALLBACK_ACE_TYPE
0x0D - System-audit callback ACE that uses the SYSTEM_AUDIT_CALLBACK_ACE structure.
|
SYSTEM_AUDIT_CALLBACK_OBJECT_ACE_TYPE
0x0F - Object-specific system-audit callback ACE that uses the SYSTEM_AUDIT_CALLBACK_OBJECT_ACE structure.
|
SYSTEM_AUDIT_OBJECT_ACE_TYPE
0x07 - Object-specific system-audit ACE that uses the SYSTEM_AUDIT_OBJECT_ACE structure.
|
SYSTEM_MANDATORY_LABEL_ACE_TYPE
0x11 - Mandatory label ACE that uses the SYSTEM_MANDATORY_LABEL_ACE structure.
|
SYSTEM_RESOURCE_ATTRIBUTE_ACE_TYPE
0x12 - Resource attribute ACE that uses the SYSTEM_RESOURCE_ATTRIBUTE_ACE.
|
SYSTEM_SCOPED_POLICY_ID_ACE_TYPE
0x13 - A central policy ID ACE that uses the SYSTEM_SCOPED_POLICY_ID_ACE.
|
UNEXPECTED
Unexpected value.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
getValue()
Gets byte value.
|
static AceType |
parseValue(byte value)
Parses byte value.
|
java.lang.String |
toString()
Return string representation.
|
static AceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AceType UNEXPECTED
public static final AceType ACCESS_ALLOWED_ACE_TYPE
public static final AceType ACCESS_DENIED_ACE_TYPE
public static final AceType SYSTEM_AUDIT_ACE_TYPE
public static final AceType SYSTEM_ALARM_ACE_TYPE
public static final AceType ACCESS_ALLOWED_COMPOUND_ACE_TYPE
public static final AceType ACCESS_ALLOWED_OBJECT_ACE_TYPE
public static final AceType ACCESS_DENIED_OBJECT_ACE_TYPE
public static final AceType SYSTEM_AUDIT_OBJECT_ACE_TYPE
public static final AceType SYSTEM_ALARM_OBJECT_ACE_TYPE
public static final AceType ACCESS_ALLOWED_CALLBACK_ACE_TYPE
public static final AceType ACCESS_DENIED_CALLBACK_ACE_TYPE
public static final AceType ACCESS_ALLOWED_CALLBACK_OBJECT_ACE_TYPE
public static final AceType ACCESS_DENIED_CALLBACK_OBJECT_ACE_TYPE
public static final AceType SYSTEM_AUDIT_CALLBACK_ACE_TYPE
public static final AceType SYSTEM_ALARM_CALLBACK_ACE_TYPE
public static final AceType SYSTEM_AUDIT_CALLBACK_OBJECT_ACE_TYPE
public static final AceType SYSTEM_ALARM_CALLBACK_OBJECT_ACE_TYPE
public static final AceType SYSTEM_MANDATORY_LABEL_ACE_TYPE
public static final AceType SYSTEM_RESOURCE_ATTRIBUTE_ACE_TYPE
public static final AceType SYSTEM_SCOPED_POLICY_ID_ACE_TYPE
public static AceType[] values()
for (AceType c : AceType.values()) System.out.println(c);
public static AceType 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 byte getValue()
public java.lang.String toString()
toString in class java.lang.Enum<AceType>public static AceType parseValue(byte value)
value - byte value.Copyright © 2015-2018 Tirasa. All Rights Reserved.