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 Details

    • AuthenticationListener

      public AuthenticationListener(AuditContext auditContext)
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.security.authentication.event.AbstractAuthenticationEvent authenticationEvent)