public class CachedUser extends AbstractExtendableRevisioned implements InRealm
cachedWith| Constructor and Description |
|---|
CachedUser(Long revision,
RealmModel realm,
UserModel user,
int notBefore) |
| Modifier and Type | Method and Description |
|---|---|
org.keycloak.common.util.MultivaluedHashMap<String,String> |
getAttributes(Supplier<UserModel> userModel) |
Long |
getCreatedTimestamp() |
String |
getEmail() |
String |
getFederationLink() |
String |
getFirstName() |
Set<String> |
getGroups(Supplier<UserModel> userModel) |
String |
getLastName() |
int |
getNotBefore() |
String |
getRealm() |
Set<String> |
getRequiredActions(Supplier<UserModel> userModel) |
Set<String> |
getRoleMappings(Supplier<UserModel> userModel) |
String |
getServiceAccountClientLink() |
String |
getUsername() |
boolean |
isEmailVerified() |
boolean |
isEnabled() |
getCachedWithgetCacheTimestamp, getId, getRevision, setRevisionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getRevision, setRevisionpublic CachedUser(Long revision, RealmModel realm, UserModel user, int notBefore)
public String getUsername()
public Long getCreatedTimestamp()
public String getFirstName()
public String getLastName()
public String getEmail()
public boolean isEmailVerified()
public boolean isEnabled()
public org.keycloak.common.util.MultivaluedHashMap<String,String> getAttributes(Supplier<UserModel> userModel)
public String getFederationLink()
public String getServiceAccountClientLink()
public int getNotBefore()
Copyright © 2019 JBoss by Red Hat. All rights reserved.