public interface

OwnershipAcl

implements MutableAcl
org.springframework.security.acls.model.OwnershipAcl
Known Indirect Subclasses

Class Overview

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.

Summary

Public Methods
abstract void setOwner(Sid newOwner)
Changes the present owner to a different owner.
[Expand]
Inherited Methods
From interface org.springframework.security.acls.model.Acl
From interface org.springframework.security.acls.model.MutableAcl

Public Methods

public abstract void setOwner (Sid newOwner)

Changes the present owner to a different owner.

Parameters
newOwner the new owner (mandatory; cannot be null)