@org.springframework.stereotype.Service @org.springframework.boot.context.properties.EnableConfigurationProperties(value: [SpringSecurityCaptchaProperties.class]) class LoginAttemptCacheService extends java.lang.Object
| Type | Name and description |
|---|---|
SpringSecurityCaptchaProperties |
springSecurityCaptchaProperties |
| Constructor and description |
|---|
LoginAttemptCacheService
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
failLogin(java.lang.String login)Triggers on each unsuccessful login attempt and increases number of attempts |
|
void |
init() |
|
void |
loginSuccess(java.lang.String login)Triggers on each successful login attempt and resets number of attempts |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation