public class AppUserTestEntity extends Object implements AppUserEntity
| Constructor and Description |
|---|
AppUserTestEntity() |
| Modifier and Type | Method and Description |
|---|---|
AppUserEntity |
addKeyValue(String key,
String value) |
AppUserTestEntity |
clone() |
Collection<? extends org.springframework.security.core.GrantedAuthority> |
getAuthorities() |
String |
getKeyValue(String key) |
Map<String,String> |
getKeyValues() |
boolean |
hasKeyValue(String key) |
void |
removeKeyValue(String key) |
void |
updateLastLogin() |
void |
updateLastTokenInvalidation() |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckKeyValue, getCreated, getLastLogin, getLastTokenInvalidation, getPassword, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, setAvatar, setEmail, setEnabled, setFirstName, setId, setLastName, setPassword, setRoles, setUsername, toReferencegetUsername, isEnabledgetRolesgetAvatar, getDisplayName, getEmail, getFirstName, getFullName, getId, getLastName, getUsernamepublic void updateLastLogin()
updateLastLogin in interface AppUserEntitypublic void updateLastTokenInvalidation()
updateLastTokenInvalidation in interface AppUserEntitypublic AppUserTestEntity clone()
public AppUserEntity addKeyValue(String key, String value)
addKeyValue in interface AppUserEntitypublic void removeKeyValue(String key)
removeKeyValue in interface AppUserEntitypublic Map<String,String> getKeyValues()
getKeyValues in interface AppUserTokenpublic boolean hasKeyValue(String key)
hasKeyValue in interface AppUserTokenpublic String getKeyValue(String key)
getKeyValue in interface AppUserTokenpublic Collection<? extends org.springframework.security.core.GrantedAuthority> getAuthorities()
getAuthorities in interface org.springframework.security.core.userdetails.UserDetailsCopyright © 2018–2019. All rights reserved.