Added in API level 26

AclEntryType

class AclEntryType
kotlin.Any
   ↳ kotlin.Enum<java.nio.file.attribute.AclEntryType>
   ↳ java.nio.file.attribute.AclEntryType

A typesafe enumeration of the access control entry types.

Summary

Enum values

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

Explicitly grants access to a file or directory.

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

Explicitly denies access to a file or directory.

Enum values

ALARM

Added in API level 26
enum val ALARM : AclEntryType

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
enum val ALLOW : AclEntryType

Explicitly grants access to a file or directory.

AUDIT

Added in API level 26
enum val AUDIT : AclEntryType

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

DENY

Added in API level 26
enum val DENY : AclEntryType

Explicitly denies access to a file or directory.