Class AbstractAuthenticationAuditListener
java.lang.Object
org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationEventPublisherAware,org.springframework.context.ApplicationListener<org.springframework.security.authentication.event.AbstractAuthenticationEvent>
- Direct Known Subclasses:
AuthenticationAuditListener
public abstract class AbstractAuthenticationAuditListener
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.security.authentication.event.AbstractAuthenticationEvent>, org.springframework.context.ApplicationEventPublisherAware
- Since:
- 1.3.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.context.ApplicationEventPublisherprotected voidpublish(AuditEvent event) voidsetApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher publisher) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
onApplicationEvent
-
Constructor Details
-
AbstractAuthenticationAuditListener
public AbstractAuthenticationAuditListener()
-
-
Method Details
-
setApplicationEventPublisher
public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher publisher) - Specified by:
setApplicationEventPublisherin interfaceorg.springframework.context.ApplicationEventPublisherAware
-
getPublisher
protected org.springframework.context.ApplicationEventPublisher getPublisher() -
publish
-