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
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
public static final AclEntryType ALLOW
Explicitly grants access to a file or directory.
AUDIT
public static final AclEntryType AUDIT
Log, in a system dependent way, the access specified in the permissions component of the ACL entry.
DENY
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 |
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-09-17 UTC.