Stay organized with collections
Save and categorize content based on your preferences.
java.security.acl
Interfaces
Acl |
Interface representing an Access Control List (ACL).
|
AclEntry |
This is the interface used for representing one entry in an Access Control List (ACL).
|
Group |
This interface is used to represent a group of principals.
|
Owner |
Interface for managing owners of Access Control Lists (ACLs) or ACL configurations.
|
Permission |
Legacy security code; do not use.
|
Exceptions
AclNotFoundException |
This is an exception that is thrown whenever a reference is made to a non-existent ACL (Access Control List).
|
LastOwnerException |
This is an exception that is thrown whenever an attempt is made to delete the last owner of an Access Control List.
|
NotOwnerException |
This is an exception that is thrown whenever the modification of an object (such as an Access Control List) is only allowed to be done by an owner of the object, but the Principal attempting the modification is not an owner.
|
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,["# java.security.acl\n=================\n\nInterfaces\n----------\n\n|--------------------------------------------------------------|----------------------------------------------------------------------------------------|\n| [Acl](/reference/kotlin/java/security/acl/Acl) | Interface representing an Access Control List (ACL). |\n| [AclEntry](/reference/kotlin/java/security/acl/AclEntry) | This is the interface used for representing one entry in an Access Control List (ACL). |\n| [Group](/reference/kotlin/java/security/acl/Group) | This interface is used to represent a group of principals. |\n| [Owner](/reference/kotlin/java/security/acl/Owner) | Interface for managing owners of Access Control Lists (ACLs) or ACL configurations. |\n| [Permission](/reference/kotlin/java/security/acl/Permission) | Legacy security code; do not use. |\n\nExceptions\n----------\n\n|----------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [AclNotFoundException](/reference/kotlin/java/security/acl/AclNotFoundException) | This is an exception that is thrown whenever a reference is made to a non-existent ACL (Access Control List). |\n| [LastOwnerException](/reference/kotlin/java/security/acl/LastOwnerException) | This is an exception that is thrown whenever an attempt is made to delete the last owner of an Access Control List. |\n| [NotOwnerException](/reference/kotlin/java/security/acl/NotOwnerException) | This is an exception that is thrown whenever the modification of an object (such as an Access Control List) is only allowed to be done by an owner of the object, but the Principal attempting the modification is not an owner. |"]]