Java org.springframework.security.acls.model AuditableAcl fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.acls.model AuditableAcl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.acls.model AuditableAcl.

The text is from its open source code.

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
ListgetEntries()
Returns all of the entries represented by the present Acl.
voidinsertAce(int atIndexLocation, Permission permission, Sid sid, boolean granting)
voidsetEntriesInheriting(boolean entriesInheriting)
Change the value returned by Acl#isEntriesInheriting() .
voidsetOwner(Sid newOwner)
Changes the present owner to a different owner.
voidsetParent(Acl newParent)
Changes the parent of this ACL.