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

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

Introduction

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

The text is from its open source code.

Implementation

org.springframework.security.acls.model.Acl has the following implementations.
Click this link to see all its implementation.

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.
ObjectIdentitygetObjectIdentity()
Obtains the domain object this Acl provides entries for.
SidgetOwner()
Determines the owner of the Acl.
AclgetParentAcl()
A domain object may have a parent for the purpose of ACL inheritance.
booleanisEntriesInheriting()
Indicates whether the ACL entries from the #getParentAcl() should flow down into the current Acl.
booleanisGranted(List permission, List sids, boolean administrativeMode)
This is the actual authorization logic method, and must be used whenever ACL authorization decisions are required.
booleanisSidLoaded(List sids)
For efficiency reasons an Acl may be loaded and not contain entries for every Sid in the system.