Acl.setName
Interface Overview | Interface Members |
This Package |
All Packages
public abstract void setName( Principal caller,
String name ) throws NotOwnerException
Parameters
- caller
- the principal invoking this method. It must be an
owner of this ACL.
- name
- the name to be given to this ACL.
Description
Sets the name of this ACL.
Exceptions
NotOwnerException
if the caller principal
is not an owner of this ACL.