public interface IdentityProvider<T extends User>
| Modifier and Type | Method and Description |
|---|---|
T |
findByUsername(String username) |
T |
lock(String username)
Lock the user by username
|
T lock(String username)
username - UserNotFoundException - if the user with the specified username not foundCopyright © 2018. All rights reserved.