java.lang.Object
java.lang.Enum<AccessControlEntryType>
org.cryptomator.frontend.dokany.internal.structure.filesecurity.AccessControlEntryType
All Implemented Interfaces:
Serializable, Comparable<AccessControlEntryType>, Constable, Byteable

public enum AccessControlEntryType extends Enum<AccessControlEntryType> implements Byteable
Enumeration of possible ACE-Types. See also in the Microsoft documentation.
  • Enum Constant Details

    • ACCESS_ALLOWED_ACE_TYPE

      public static final AccessControlEntryType ACCESS_ALLOWED_ACE_TYPE
      Access-allowed ACE that uses the ACCESS_ALLOWED_ACE (section 2.4.4.2) structure.
    • ACCESS_DENIED_ACE_TYPE

      public static final AccessControlEntryType ACCESS_DENIED_ACE_TYPE
      Access-denied ACE that uses the ACCESS_DENIED_ACE (section 2.4.4.4) structure.
    • SYSTEM_AUDIT_ACE_TYPE

      public static final AccessControlEntryType SYSTEM_AUDIT_ACE_TYPE
      System-audit ACE that uses the SYSTEM_AUDIT_ACE (section 2.4.4.10) structure.
    • SYSTEM_ALARM_ACE_TYPE

      public static final AccessControlEntryType SYSTEM_ALARM_ACE_TYPE
      Reserved for future use.
    • ACCESS_ALLOWED_COMPOUND_ACE_TYPE

      public static final AccessControlEntryType ACCESS_ALLOWED_COMPOUND_ACE_TYPE
      Reserved for future use.
    • ACCESS_ALLOWED_OBJECT_ACE_TYPE

      public static final AccessControlEntryType 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

      public static final AccessControlEntryType 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

      public static final AccessControlEntryType 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

      public static final AccessControlEntryType SYSTEM_ALARM_OBJECT_ACE_TYPE
      Reserved for future use.
    • ACCESS_ALLOWED_CALLBACK_ACE_TYPE

      public static final AccessControlEntryType 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

      public static final AccessControlEntryType 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

      public static final AccessControlEntryType 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

      public static final AccessControlEntryType 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

      public static final AccessControlEntryType 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

      public static final AccessControlEntryType SYSTEM_ALARM_CALLBACK_ACE_TYPE
      Reserved for future use.
    • SYSTEM_AUDIT_CALLBACK_OBJECT_ACE_TYPE

      public static final AccessControlEntryType 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

      public static final AccessControlEntryType SYSTEM_ALARM_CALLBACK_OBJECT_ACE_TYPE
      Reserved for future use.
    • SYSTEM_MANDATORY_LABEL_ACE_TYPE

      public static final AccessControlEntryType 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

      public static final AccessControlEntryType 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

      public static final AccessControlEntryType 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

      public static AccessControlEntryType[] 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

      public static AccessControlEntryType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • toByteArray

      public byte[] toByteArray()
      Specified by:
      toByteArray in interface Byteable
    • sizeOfByteArray

      public int sizeOfByteArray()
      Specified by:
      sizeOfByteArray in interface Byteable