org.acegisecurity.acls
Interface OwnershipAcl

All Superinterfaces:
Acl, MutableAcl, java.io.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

Method Summary
 void setOwner(Sid newOwner)
           
 
Methods inherited from interface org.acegisecurity.acls.MutableAcl
deleteAce, getEntries, getId, insertAce, setEntriesInheriting, setParent, updateAce
 
Methods inherited from interface org.acegisecurity.acls.Acl
getObjectIdentity, getOwner, getParentAcl, isEntriesInheriting, isGranted, isSidLoaded
 

Method Detail

setOwner

void setOwner(Sid newOwner)


Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.