Uses of Class
java.security.acl.NotOwnerException
| Package | Description |
|---|---|
| java.security.acl |
This package provides the classes and the interfaces needed to build Access Control Lists.
|
-
Uses of NotOwnerException in java.security.acl
Methods in java.security.acl that throw NotOwnerException Modifier and Type Method Description booleanAcl. addEntry(Principal caller, AclEntry entry)Adds anAclEntryto this ACL instance.booleanOwner. addOwner(Principal caller, Principal owner)Adds a principal to the list of owners.booleanOwner. deleteOwner(Principal caller, Principal owner)Removes a principal from the list of owners.booleanAcl. removeEntry(Principal caller, AclEntry entry)Removes anAclEntryfrom this ACL instance.voidAcl. setName(Principal caller, String name)Sets the name of this ACL instance.