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
enum val ALARM : AclEntryType
Generate an alarm, in a system dependent way, the access specified in the permissions component of the ACL entry.
ALLOW
enum val ALLOW : AclEntryType
Explicitly grants access to a file or directory.
AUDIT
enum val AUDIT : AclEntryType
Log, in a system dependent way, the access specified in the permissions component of the ACL entry.
DENY
enum val DENY : AclEntryType
Explicitly denies access to a file or directory.