Class AbstractAuthenticationAuditListener
java.lang.Object
org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
- All Implemented Interfaces:
EventListener, Aware, ApplicationEventPublisherAware, ApplicationListener<AbstractAuthenticationEvent>
- Direct Known Subclasses:
AuthenticationAuditListener
public abstract class AbstractAuthenticationAuditListener
extends Object
implements ApplicationListener<AbstractAuthenticationEvent>, ApplicationEventPublisherAware
- Since:
- 1.3.0
- Author:
- Dave Syer, Vedran Pavic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ApplicationEventPublisherprotected voidpublish(AuditEvent event) voidMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ApplicationListener
onApplicationEvent, supportsAsyncExecution
-
Constructor Details
-
AbstractAuthenticationAuditListener
public AbstractAuthenticationAuditListener()
-
-
Method Details
-
setApplicationEventPublisher
- Specified by:
setApplicationEventPublisherin interfaceApplicationEventPublisherAware
-
getPublisher
-
publish
-