Uses of Interface
java.security.acl.AclEntry
| Package | Description |
|---|---|
| java.security.acl |
This package provides the classes and the interfaces needed to build Access Control Lists.
|
-
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()Returns anEnumerationof theAclEntryof this ACL.Methods in java.security.acl with parameters of type AclEntry Modifier and Type Method Description booleanAcl. addEntry(Principal caller, AclEntry entry)Adds anAclEntryto this ACL instance.booleanAcl. removeEntry(Principal caller, AclEntry entry)Removes anAclEntryfrom this ACL instance.