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 booleanAcl. addEntry(Principal caller, AclEntry entry)Deprecated.Adds an ACL entry to this ACL.booleanOwner. addOwner(Principal caller, Principal owner)Deprecated.Adds an owner.booleanOwner. deleteOwner(Principal caller, Principal owner)Deprecated.Deletes an owner.booleanAcl. removeEntry(Principal caller, AclEntry entry)Deprecated.Removes an ACL entry from this ACL.voidAcl. setName(Principal caller, String name)Deprecated.Sets the name of this ACL.
-