Package | Description |
---|---|
org.acegisecurity.acls |
Interfaces and shared classes to manage access control lists (ACLs) for domain object instances.
|
org.acegisecurity.acls.domain |
Basic implementation of access control lists (ACLs) interfaces.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AuditableAccessControlEntry
Represents an ACE that provides auditing information.
|
Modifier and Type | Method and Description |
---|---|
AccessControlEntry[] |
Acl.getEntries()
Returns all of the entries represented by the present
Acl (not parents). |
AccessControlEntry[] |
MutableAcl.getEntries()
Retrieves all of the non-deleted
AccessControlEntry instances currently stored by the
MutableAcl . |
Modifier and Type | Class and Description |
---|---|
class |
AccessControlEntryImpl
An immutable default implementation of
AccessControlEntry . |
Modifier and Type | Method and Description |
---|---|
AccessControlEntry[] |
AclImpl.getEntries() |
Modifier and Type | Method and Description |
---|---|
void |
ConsoleAuditLogger.logIfNeeded(boolean granted,
AccessControlEntry ace) |
void |
AuditLogger.logIfNeeded(boolean granted,
AccessControlEntry ace) |
Copyright © 2016. All rights reserved.