| Package | Description |
|---|---|
| org.springframework.boot.actuate.audit |
Core actuator auditing classes.
|
| org.springframework.boot.actuate.audit.listener |
Actuator auditing listeners.
|
| org.springframework.boot.actuate.autoconfigure |
Auto-configuration for the actuator.
|
| org.springframework.boot.actuate.endpoint.jmx |
Actuator JMX endpoint support.
|
| org.springframework.boot.actuate.endpoint.mvc |
Actuator Spring MVC endpoint support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryAuditEventRepository
In-memory
AuditEventRepository implementation. |
| Constructor and Description |
|---|
AuditListener(AuditEventRepository auditEventRepository) |
| Modifier and Type | Method and Description |
|---|---|
AuditEventsMvcEndpoint |
EndpointWebMvcManagementContextConfiguration.auditEventMvcEndpoint(AuditEventRepository auditEventRepository) |
AuditEventsJmxEndpoint |
EndpointMBeanExportAutoConfiguration.auditEventsEndpoint(AuditEventRepository auditEventRepository) |
| Constructor and Description |
|---|
AuditAutoConfiguration(ObjectProvider<AuditEventRepository> auditEventRepository) |
| Constructor and Description |
|---|
AuditEventsJmxEndpoint(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
AuditEventRepository auditEventRepository) |
| Constructor and Description |
|---|
AuditEventsMvcEndpoint(AuditEventRepository auditEventRepository) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.