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 1754 2006-11-17 02:01:21Z benalex $
- Author:
- Ben Alex
setOwner
void setOwner(Sid newOwner)
Copyright © 2004-2006 Acegi Technology Pty Limited. All Rights Reserved.