public interface User extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getPassword() |
List<Role> |
getRoles() |
String |
getUsername() |
boolean |
isEnabled() |
boolean |
isExpired() |
boolean |
isLocked() |
Copyright © 2018. All rights reserved.