Package com.xebialabs.deployit.audit
Class AuthenticationEventListener
- java.lang.Object
-
- com.xebialabs.deployit.audit.AuthenticationEventListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.context.ApplicationListener<org.springframework.security.authentication.event.AbstractAuthenticationEvent>
@Component public class AuthenticationEventListener extends java.lang.Object implements org.springframework.context.ApplicationListener<org.springframework.security.authentication.event.AbstractAuthenticationEvent>
-
-
Constructor Summary
Constructors Constructor Description AuthenticationEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonApplicationEvent(org.springframework.security.authentication.event.AbstractAuthenticationEvent event)
-
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(org.springframework.security.authentication.event.AbstractAuthenticationEvent event)
- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.security.authentication.event.AbstractAuthenticationEvent>
-
-