Package apple.enums
Class acl_tag_t
- java.lang.Object
-
- apple.enums.acl_tag_t
-
public final class acl_tag_t extends java.lang.Object23.2.5 ACL entry tag type bits - nonstandard
-
-
Field Summary
Fields Modifier and Type Field Description static intACL_EXTENDED_ALLOWstatic intACL_EXTENDED_DENYstatic intACL_UNDEFINED_TAG
-
-
-
Field Detail
-
ACL_UNDEFINED_TAG
public static final int ACL_UNDEFINED_TAG
- See Also:
- Constant Field Values
-
ACL_EXTENDED_ALLOW
public static final int ACL_EXTENDED_ALLOW
- See Also:
- Constant Field Values
-
ACL_EXTENDED_DENY
public static final int ACL_EXTENDED_DENY
- See Also:
- Constant Field Values
-
-