Spring Security Framework

org.springframework.security.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$
Author:
Ben Alex

Method Summary
 void setOwner(Sid newOwner)
          Changes the present owner to a different owner.
 
Methods inherited from interface org.springframework.security.acls.MutableAcl
deleteAce, getId, insertAce, setEntriesInheriting, setParent, updateAce
 
Methods inherited from interface org.springframework.security.acls.Acl
getEntries, getObjectIdentity, getOwner, getParentAcl, isEntriesInheriting, isGranted, isSidLoaded
 

Method Detail

setOwner

void setOwner(Sid newOwner)
Description copied from interface: MutableAcl
Changes the present owner to a different owner.

Specified by:
setOwner in interface MutableAcl
Parameters:
newOwner - the new owner (mandatory; cannot be null)

Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.