Uses of Class
java.security.acl.NotOwnerException
| Package | Description |
|---|---|
| java.security.acl |
The classes and interfaces in this package have been deprecated.
|
-
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)Deprecated, for removal: This API element is subject to removal in a future version.Adds an ACL entry to this ACL.booleanOwner. addOwner(Principal caller, Principal owner)Deprecated, for removal: This API element is subject to removal in a future version.Adds an owner.booleanOwner. deleteOwner(Principal caller, Principal owner)Deprecated, for removal: This API element is subject to removal in a future version.Deletes an owner.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.voidAcl. setName(Principal caller, String name)Deprecated, for removal: This API element is subject to removal in a future version.Sets the name of this ACL.