Enum Class AccessControlEntryType
java.lang.Object
java.lang.Enum<AccessControlEntryType>
org.cryptomator.frontend.dokany.internal.structure.filesecurity.AccessControlEntryType
- All Implemented Interfaces:
Serializable,Comparable<AccessControlEntryType>,Constable,Byteable
Enumeration of possible ACE-Types. See also in the Microsoft documentation.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAccess-allowed ACE that uses the ACCESS_ALLOWED_ACE (section 2.4.4.2) structure.Access-allowed callback ACE that uses the ACCESS_ALLOWED_CALLBACK_ACE (section 2.4.4.6) structure.<45>Object-specific access-allowed callback ACE that uses the ACCESS_ALLOWED_CALLBACK_OBJECT_ACE (section 2.4.4.8) structure.<47>Reserved for future use.Object-specific access-allowed ACE that uses the ACCESS_ALLOWED_OBJECT_ACE (section 2.4.4.3) structure.<42>Access-denied ACE that uses the ACCESS_DENIED_ACE (section 2.4.4.4) structure.Access-denied callback ACE that uses the ACCESS_DENIED_CALLBACK_ACE (section 2.4.4.7) structure.<46>Object-specific access-denied callback ACE that uses the ACCESS_DENIED_CALLBACK_OBJECT_ACE (section 2.4.4.9) structure.<48>Object-specific access-denied ACE that uses the ACCESS_DENIED_OBJECT_ACE (section 2.4.4.5) structure.<43>Reserved for future use.Reserved for future use.Reserved for future use.Reserved for future use.System-audit ACE that uses the SYSTEM_AUDIT_ACE (section 2.4.4.10) structure.System-audit callback ACE that uses the SYSTEM_AUDIT_CALLBACK_ACE (section 2.4.4.12) structure.<49>Object-specific system-audit callback ACE that uses the SYSTEM_AUDIT_CALLBACK_OBJECT_ACE (section 2.4.4.14) structure.Object-specific system-audit ACE that uses the SYSTEM_AUDIT_OBJECT_ACE (section 2.4.4.11) structure.<44>Mandatory label ACE that uses the SYSTEM_MANDATORY_LABEL_ACE (section 2.4.4.13) structure.Resource attribute ACE that uses the SYSTEM_RESOURCE_ATTRIBUTE_ACE (section 2.4.4.15)A central policy ID ACE that uses the SYSTEM_SCOPED_POLICY_ID_ACE (section 2.4.4.16) -
Method Summary
Modifier and TypeMethodDescriptionintbyte[]static AccessControlEntryTypeReturns the enum constant of this class with the specified name.static AccessControlEntryType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACCESS_ALLOWED_ACE_TYPE
Access-allowed ACE that uses the ACCESS_ALLOWED_ACE (section 2.4.4.2) structure. -
ACCESS_DENIED_ACE_TYPE
Access-denied ACE that uses the ACCESS_DENIED_ACE (section 2.4.4.4) structure. -
SYSTEM_AUDIT_ACE_TYPE
System-audit ACE that uses the SYSTEM_AUDIT_ACE (section 2.4.4.10) structure. -
SYSTEM_ALARM_ACE_TYPE
Reserved for future use. -
ACCESS_ALLOWED_COMPOUND_ACE_TYPE
Reserved for future use. -
ACCESS_ALLOWED_OBJECT_ACE_TYPE
Object-specific access-allowed ACE that uses the ACCESS_ALLOWED_OBJECT_ACE (section 2.4.4.3) structure.<42> -
ACCESS_DENIED_OBJECT_ACE_TYPE
Object-specific access-denied ACE that uses the ACCESS_DENIED_OBJECT_ACE (section 2.4.4.5) structure.<43> -
SYSTEM_AUDIT_OBJECT_ACE_TYPE
Object-specific system-audit ACE that uses the SYSTEM_AUDIT_OBJECT_ACE (section 2.4.4.11) structure.<44> -
SYSTEM_ALARM_OBJECT_ACE_TYPE
Reserved for future use. -
ACCESS_ALLOWED_CALLBACK_ACE_TYPE
Access-allowed callback ACE that uses the ACCESS_ALLOWED_CALLBACK_ACE (section 2.4.4.6) structure.<45> -
ACCESS_DENIED_CALLBACK_ACE_TYPE
Access-denied callback ACE that uses the ACCESS_DENIED_CALLBACK_ACE (section 2.4.4.7) structure.<46> -
ACCESS_ALLOWED_CALLBACK_OBJECT_ACE_TYPE
Object-specific access-allowed callback ACE that uses the ACCESS_ALLOWED_CALLBACK_OBJECT_ACE (section 2.4.4.8) structure.<47> -
ACCESS_DENIED_CALLBACK_OBJECT_ACE_TYPE
Object-specific access-denied callback ACE that uses the ACCESS_DENIED_CALLBACK_OBJECT_ACE (section 2.4.4.9) structure.<48> -
SYSTEM_AUDIT_CALLBACK_ACE_TYPE
System-audit callback ACE that uses the SYSTEM_AUDIT_CALLBACK_ACE (section 2.4.4.12) structure.<49> -
SYSTEM_ALARM_CALLBACK_ACE_TYPE
Reserved for future use. -
SYSTEM_AUDIT_CALLBACK_OBJECT_ACE_TYPE
Object-specific system-audit callback ACE that uses the SYSTEM_AUDIT_CALLBACK_OBJECT_ACE (section 2.4.4.14) structure. -
SYSTEM_ALARM_CALLBACK_OBJECT_ACE_TYPE
Reserved for future use. -
SYSTEM_MANDATORY_LABEL_ACE_TYPE
Mandatory label ACE that uses the SYSTEM_MANDATORY_LABEL_ACE (section 2.4.4.13) structure. -
SYSTEM_RESOURCE_ATTRIBUTE_ACE_TYPE
Resource attribute ACE that uses the SYSTEM_RESOURCE_ATTRIBUTE_ACE (section 2.4.4.15) -
SYSTEM_SCOPED_POLICY_ID_ACE_TYPE
A central policy ID ACE that uses the SYSTEM_SCOPED_POLICY_ID_ACE (section 2.4.4.16)
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
toByteArray
public byte[] toByteArray()- Specified by:
toByteArrayin interfaceByteable
-
sizeOfByteArray
public int sizeOfByteArray()- Specified by:
sizeOfByteArrayin interfaceByteable
-