AclEntryType

public final enum AclEntryType extends Enum<AclEntryType>

A typesafe enumeration of the access control entry types.

Inherited Method Summary

Enum Values

public static final AclEntryType ALARM

Generate an alarm, in a system dependent way, the access specified in the permissions component of the ACL entry.

public static final AclEntryType ALLOW

Explicitly grants access to a file or directory.

public static final AclEntryType AUDIT

Log, in a system dependent way, the access specified in the permissions component of the ACL entry.

public static final AclEntryType DENY

Explicitly denies access to a file or directory.