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 occurredafterthe time provided.AuditEventsEndpoint.AuditEventsDescriptor.getEvents()Methods in org.springframework.boot.actuate.audit with parameters of type AuditEventModifier and TypeMethodDescriptionvoidAuditEventRepository.add(AuditEvent event) Log an event.voidInMemoryAuditEventRepository.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 voidAbstractAuditListener.onAuditEvent(AuditEvent event) protected voidAuditListener.onAuditEvent(AuditEvent event) Constructors in org.springframework.boot.actuate.audit.listener with parameters of type AuditEventModifierConstructorDescriptionAuditApplicationEvent(AuditEvent auditEvent) Create a newAuditApplicationEventthat 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 voidAbstractAuthenticationAuditListener.publish(AuditEvent event) protected voidAbstractAuthorizationAuditListener.publish(AuditEvent event)