| Package | Description |
|---|---|
| in.clouthink.daas.security.token.spi.impl.model | |
| in.clouthink.daas.security.token.spi.impl.mongodb |
| Modifier and Type | Method and Description |
|---|---|
static LoginAttemptEntity |
LoginAttemptEntity.create(String username,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
LoginAttemptEntity |
LoginAttemptProviderMongodbImpl.findByUsername(String username) |
LoginAttemptEntity |
LoginAttemptEntityRepository.findFirstByUsername(String username) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoginAttemptProviderMongodbImpl.revokeLoginAttempt(LoginAttemptEntity loginAttempt) |
void |
LoginAttemptProviderMongodbImpl.saveLoginAttempt(LoginAttemptEntity loginAttempt) |
Copyright © 2018. All rights reserved.