| Package | Description |
|---|---|
| org.springframework.boot.actuate.audit |
Core actuator auditing classes.
|
| org.springframework.boot.actuate.audit.listener |
Actuator auditing listeners.
|
| org.springframework.boot.actuate.security |
Actuator support for security.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuditEvent> |
AuditEventRepository.find(String principal,
Instant after,
String type)
Find audit events of specified type relating to the specified principal that
occurred
after the time provided. |
List<AuditEvent> |
InMemoryAuditEventRepository.find(String principal,
Instant after,
String type) |
List<AuditEvent> |
AuditEventsEndpoint.AuditEventsDescriptor.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditEventRepository.add(AuditEvent event)
Log an event.
|
void |
InMemoryAuditEventRepository.add(AuditEvent event) |
| Modifier and Type | Method and Description |
|---|---|
AuditEvent |
AuditApplicationEvent.getAuditEvent()
Get the audit event.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractAuditListener.onAuditEvent(AuditEvent event) |
protected void |
AuditListener.onAuditEvent(AuditEvent event) |
| Constructor and Description |
|---|
AuditApplicationEvent(AuditEvent auditEvent)
Create a new
AuditApplicationEvent that wraps the specified
AuditEvent. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractAuthenticationAuditListener.publish(AuditEvent event) |
protected void |
AbstractAuthorizationAuditListener.publish(AuditEvent event) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.