|
|||||||||
| Home >> All >> java >> security >> [ acl overview ] | PREV NEXT | ||||||||
Uses of Class
java.security.acl.NotOwnerException
| Uses of NotOwnerException in java.security.acl |
| Methods in java.security.acl that throw NotOwnerException | |
boolean |
Owner.addOwner(java.security.Principal caller,
java.security.Principal owner)
This method adds an owner to the access control list (ACL). |
boolean |
Owner.deleteOwner(java.security.Principal caller,
java.security.Principal owner)
This method delets an owner from the access control list (ACL). |
void |
Acl.setName(java.security.Principal caller,
java.lang.String name)
This method sets the name of the ACL |
boolean |
Acl.addEntry(java.security.Principal caller,
AclEntry entry)
This method adds the specified entry to the ACL |
boolean |
Acl.removeEntry(java.security.Principal caller,
AclEntry entry)
This method delets the specified entry from the ACL |
|
|||||||||
| Home >> All >> java >> security >> [ acl overview ] | PREV NEXT | ||||||||