Uses of Class
java.security.acl.NotOwnerException
-
Packages that use 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 boolean
Acl. addEntry(Principal caller, AclEntry entry)
Deprecated.Adds an ACL entry to this ACL.boolean
Owner. addOwner(Principal caller, Principal owner)
Deprecated.Adds an owner.boolean
Owner. deleteOwner(Principal caller, Principal owner)
Deprecated.Deletes an owner.boolean
Acl. removeEntry(Principal caller, AclEntry entry)
Deprecated.Removes an ACL entry from this ACL.void
Acl. setName(Principal caller, String name)
Deprecated.Sets the name of this ACL.
-