public interface UserState
| Modifier and Type | Method and Description | 
|---|---|
String | 
getPassword()  | 
String | 
getUsername()  | 
boolean | 
isAccountExpired()  | 
boolean | 
isAccountLocked()  | 
boolean | 
isEnabled()  | 
boolean | 
isPasswordExpired()  | 
String getUsername()
String getPassword()
boolean isEnabled()
boolean isAccountExpired()
boolean isAccountLocked()
boolean isPasswordExpired()