org.acegisecurity.acls
Interface OwnershipAcl
- All Superinterfaces:
- Acl, MutableAcl, Serializable
- All Known Implementing Classes:
- AclImpl
public interface OwnershipAcl
- extends MutableAcl
A mutable ACL that provides ownership capabilities.
Generally the owner of an ACL is able to call any ACL mutator method, as
well as assign a new owner.
- Version:
- $Id: OwnershipAcl.java 1784 2007-02-24 21:00:24Z luke_t $
- Author:
- Ben Alex
setOwner
void setOwner(Sid newOwner)
Copyright © 2004-2009 Interface21, Inc. All Rights Reserved.