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
Constructors Constructor Description AuthenticationListener(AuditContext auditContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onApplicationEvent(org.springframework.security.authentication.event.AbstractAuthenticationEvent authenticationEvent)
-
-
-
Constructor Detail
-
AuthenticationListener
public AuthenticationListener(AuditContext auditContext)
-
-