|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AccessControlEntry | |
|---|---|
| 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. |
| Uses of AccessControlEntry in org.springframework.security.acls.domain |
|---|
| Classes in org.springframework.security.acls.domain that implement AccessControlEntry | |
|---|---|
class |
AccessControlEntryImpl
An immutable default implementation of AccessControlEntry. |
| Methods in org.springframework.security.acls.domain that return types with arguments of type AccessControlEntry | |
|---|---|
List<AccessControlEntry> |
AclImpl.getEntries()
|
| Methods in org.springframework.security.acls.domain with parameters of type AccessControlEntry | |
|---|---|
void |
ConsoleAuditLogger.logIfNeeded(boolean granted,
AccessControlEntry ace)
|
void |
AuditLogger.logIfNeeded(boolean granted,
AccessControlEntry ace)
|
| Uses of AccessControlEntry in org.springframework.security.acls.model |
|---|
| Subinterfaces of AccessControlEntry in org.springframework.security.acls.model | |
|---|---|
interface |
AuditableAccessControlEntry
Represents an ACE that provides auditing information. |
| Methods in org.springframework.security.acls.model that return types with arguments of type AccessControlEntry | |
|---|---|
List<AccessControlEntry> |
Acl.getEntries()
Returns all of the entries represented by the present Acl. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||