org.zeroexchange.security
Class LoginEventTranslator
java.lang.Object
org.zeroexchange.security.LoginEventTranslator
- All Implemented Interfaces:
- EventListener, org.springframework.context.ApplicationListener<org.springframework.security.authentication.event.AuthenticationSuccessEvent>
public class LoginEventTranslator
- extends Object
- implements org.springframework.context.ApplicationListener<org.springframework.security.authentication.event.AuthenticationSuccessEvent>
Listens AuthenticationSuccessEvent event and posts it into the internal events subsystem.
- Author:
- black
Method Summary |
void |
onApplicationEvent(org.springframework.security.authentication.event.AuthenticationSuccessEvent event)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoginEventTranslator
public LoginEventTranslator()
onApplicationEvent
public void onApplicationEvent(org.springframework.security.authentication.event.AuthenticationSuccessEvent event)
-
- Specified by:
onApplicationEvent
in interface org.springframework.context.ApplicationListener<org.springframework.security.authentication.event.AuthenticationSuccessEvent>
Copyright © 2013. All Rights Reserved.