Lines Matching defs:caller
49 * The caller principal must be a part of the owners list of the ACL in
52 * @param caller the principal who is invoking this method.
55 * @exception NotOwnerException if the caller principal is not on
58 public synchronized boolean addOwner(Principal caller, Principal owner)
61 if (!isOwner(caller))
71 * The caller principal must be a part of the owners list of the ACL in
73 * @param caller the principal who is invoking this method.
77 * @exception NotOwnerException if the caller principal is not on
82 public synchronized boolean deleteOwner(Principal caller, Principal owner)
85 if (!isOwner(caller))