@groovy.util.logging.Slf4j class AuthenticationSuccessEventListener extends java.lang.Object implements ApplicationListener<AuthenticationSuccessEvent>
用户登录成功事件监听器
Type | Name and description |
---|---|
UserDataService |
userDataService |
Constructor and description |
---|
AuthenticationSuccessEventListener
() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
onApplicationEvent(org.springframework.security.authentication.event.AuthenticationSuccessEvent event) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#getClass(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#hashCode(), java.lang.Object#equals(java.lang.Object), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#notify() |
Groovy Documentation