public class CachedUser extends AbstractRevisioned implements InRealm
Constructor and Description |
---|
CachedUser(Long revision,
RealmModel realm,
UserModel user) |
Modifier and Type | Method and Description |
---|---|
MultivaluedHashMap<String,String> |
getAttributes() |
Long |
getCreatedTimestamp() |
List<UserCredentialValueModel> |
getCredentials() |
String |
getEmail() |
String |
getFederationLink() |
String |
getFirstName() |
Set<String> |
getGroups() |
String |
getLastName() |
String |
getRealm() |
Set<String> |
getRequiredActions() |
Set<String> |
getRoleMappings() |
String |
getServiceAccountClientLink() |
String |
getUsername() |
boolean |
isEmailVerified() |
boolean |
isEnabled() |
boolean |
isTotp() |
getId, getRevision, setRevision
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId, getRevision, setRevision
public CachedUser(Long revision, RealmModel realm, UserModel user)
public String getUsername()
public Long getCreatedTimestamp()
public String getFirstName()
public String getLastName()
public String getEmail()
public boolean isEmailVerified()
public List<UserCredentialValueModel> getCredentials()
public boolean isEnabled()
public boolean isTotp()
public MultivaluedHashMap<String,String> getAttributes()
public String getFederationLink()
public String getServiceAccountClientLink()
Copyright © 2016 JBoss by Red Hat. All rights reserved.