Uses of Class
org.springframework.boot.actuate.audit.AuditEvent
Packages that use AuditEvent
Package
Description
Core actuator auditing classes.
Actuator auditing listeners.
Actuator support for security.
-
Uses of AuditEvent in org.springframework.boot.actuate.audit
Methods in org.springframework.boot.actuate.audit that return types with arguments of type AuditEventModifier and TypeMethodDescriptionFind audit events of specified type relating to the specified principal that occurredafter
the time provided.AuditEventsEndpoint.AuditEventsDescriptor.getEvents()
Methods in org.springframework.boot.actuate.audit with parameters of type AuditEventModifier and TypeMethodDescriptionvoid
AuditEventRepository.add
(AuditEvent event) Log an event.void
InMemoryAuditEventRepository.add
(AuditEvent event) -
Uses of AuditEvent in org.springframework.boot.actuate.audit.listener
Methods in org.springframework.boot.actuate.audit.listener that return AuditEventMethods in org.springframework.boot.actuate.audit.listener with parameters of type AuditEventModifier and TypeMethodDescriptionprotected abstract void
AbstractAuditListener.onAuditEvent
(AuditEvent event) protected void
AuditListener.onAuditEvent
(AuditEvent event) Constructors in org.springframework.boot.actuate.audit.listener with parameters of type AuditEventModifierConstructorDescriptionAuditApplicationEvent
(AuditEvent auditEvent) Create a newAuditApplicationEvent
that wraps the specifiedAuditEvent
. -
Uses of AuditEvent in org.springframework.boot.actuate.security
Methods in org.springframework.boot.actuate.security with parameters of type AuditEventModifier and TypeMethodDescriptionprotected void
AbstractAuthenticationAuditListener.publish
(AuditEvent event) protected void
AbstractAuthorizationAuditListener.publish
(AuditEvent event)