AclEntryType

public final enum AclEntryType
extends Enum<AclEntryType>

java.lang.Object
   ↳ java.lang.Enum<java.nio.file.attribute.AclEntryType>
     ↳ java.nio.file.attribute.AclEntryType


A typesafe enumeration of the access control entry types.

Summary

Enum values

AclEntryType  ALARM

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

AclEntryType  ALLOW

Explicitly grants access to a file or directory. 

AclEntryType  AUDIT

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

AclEntryType  DENY

Explicitly denies access to a file or directory. 

Public methods

static AclEntryType valueOf(String name)
static final AclEntryType[] values()

Inherited methods

Enum values

ALARM

Added in API level 26
public static final AclEntryType ALARM

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

ALLOW

Added in API level 26
public static final AclEntryType ALLOW

Explicitly grants access to a file or directory.

AUDIT

Added in API level 26
public static final AclEntryType AUDIT

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

DENY

Added in API level 26
public static final AclEntryType DENY

Explicitly denies access to a file or directory.

Public methods

valueOf

public static AclEntryType valueOf (String name)

Parameters
name String

Returns
AclEntryType

values

public static final AclEntryType[] values ()

Returns
AclEntryType[]