Package org.openehealth.ipf.boot.atna
Class AuthenticationListener
java.lang.Object
org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
org.openehealth.ipf.boot.atna.AuthenticationListener
- All Implemented Interfaces:
EventListener
,Aware
,ApplicationEventPublisherAware
,ApplicationListener<org.springframework.security.authentication.event.AbstractAuthenticationEvent>
public class AuthenticationListener
extends org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onApplicationEvent
(@NonNull org.springframework.security.authentication.event.AbstractAuthenticationEvent authenticationEvent) Methods inherited from class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
getPublisher, publish, setApplicationEventPublisher
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
AuthenticationListener
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(@NonNull @NonNull org.springframework.security.authentication.event.AbstractAuthenticationEvent authenticationEvent)
-