Stay organized with collections
Save and categorize content based on your preferences.
AclEntryType
class AclEntryType
Known Direct Subclasses
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.
|
|
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.
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-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# AclEntryType\n\nAdded in [API level 26](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nAclEntryType\n============\n\n```\nclass AclEntryType\n```\n\n|---|---|-------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||\n| ↳ | [kotlin.Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)\\\u003c[java.nio.file.attribute.AclEntryType](#)\\\u003e ||\n| | ↳ | [java.nio.file.attribute.AclEntryType](#) |\n\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [AclEntryType.ALARM](#ENUM_VALUE:ALARM), [AclEntryType.ALLOW](#ENUM_VALUE:ALLOW), [AclEntryType.AUDIT](#ENUM_VALUE:AUDIT), [AclEntryType.DENY](#ENUM_VALUE:DENY) |-----------------------------------------|-------------------------------------------------------------------------------------------------------------------| | [AclEntryType.ALARM](#ENUM_VALUE:ALARM) | Generate an alarm, in a system dependent way, the access specified in the permissions component of the ACL entry. | | [AclEntryType.ALLOW](#ENUM_VALUE:ALLOW) | Explicitly grants access to a file or directory. | | [AclEntryType.AUDIT](#ENUM_VALUE:AUDIT) | Log, in a system dependent way, the access specified in the permissions component of the ACL entry. | | [AclEntryType.DENY](#ENUM_VALUE:DENY) | Explicitly denies access to a file or directory. | |\n\nA typesafe enumeration of the access control entry types.\n\nSummary\n-------\n\n| Enum values ||\n|----------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [ALARM](#ENUM_VALUE:ALARM) Generate an alarm, in a system dependent way, the access specified in the permissions component of the ACL entry. |\n| [ALLOW](#ENUM_VALUE:ALLOW) Explicitly grants access to a file or directory. |\n| [AUDIT](#ENUM_VALUE:AUDIT) Log, in a system dependent way, the access specified in the permissions component of the ACL entry. |\n| [DENY](#ENUM_VALUE:DENY) Explicitly denies access to a file or directory. |\n\nEnum values\n-----------\n\n### ALARM\n\nAdded in [API level 26](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val ALARM : AclEntryType\n```\n\nGenerate an alarm, in a system dependent way, the access specified in the permissions component of the ACL entry. \n\n### ALLOW\n\nAdded in [API level 26](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val ALLOW : AclEntryType\n```\n\nExplicitly grants access to a file or directory. \n\n### AUDIT\n\nAdded in [API level 26](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val AUDIT : AclEntryType\n```\n\nLog, in a system dependent way, the access specified in the permissions component of the ACL entry. \n\n### DENY\n\nAdded in [API level 26](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val DENY : AclEntryType\n```\n\nExplicitly denies access to a file or directory."]]