@groovy.util.logging.Slf4j class AuthenticationFailureEventListener extends java.lang.Object implements ApplicationListener<AbstractAuthenticationFailureEvent>
用户登陆失败事件监听器
Modifiers | Name | Description |
---|---|---|
class |
AuthenticationFailureEventListener.resetUserThread |
Modifiers | Name | Description |
---|---|---|
static int |
FailedLoginTempLockMinutes |
|
static int |
NumOfMaxFailedLoginAttemptAllowed |
|
static int |
PushThreadPoolSize |
Type | Name and description |
---|---|
UserDataService |
userDataService |
Constructor and description |
---|
AuthenticationFailureEventListener
() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
onApplicationEvent(org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent 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