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