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, for removal: This API element is subject to removal in a future version.
    Adds an ACL entry to this ACL.
    boolean Owner.addOwner​(Principal caller, Principal owner)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Adds an owner.
    boolean Owner.deleteOwner​(Principal caller, Principal owner)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Deletes an owner.
    boolean Acl.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.
    void Acl.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.