Uses of Interface
java.security.acl.AclEntry
| Package | Description |
|---|---|
| java.security.acl |
The classes and interfaces in this package have been deprecated.
|
-
Uses of AclEntry in java.security.acl
Methods in java.security.acl that return types with arguments of type AclEntry Modifier and Type Method Description Enumeration<AclEntry>Acl. entries()Deprecated, for removal: This API element is subject to removal in a future version.Returns an enumeration of the entries in this ACL.Methods in java.security.acl with parameters of type AclEntry Modifier and Type Method Description booleanAcl. addEntry(Principal caller, AclEntry entry)Deprecated, for removal: This API element is subject to removal in a future version.Adds an ACL entry to this ACL.booleanAcl. removeEntry(Principal caller, AclEntry entry)Deprecated, for removal: This API element is subject to removal in a future version.Removes an ACL entry from this ACL.