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