public class UserRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<String>> |
applicationRoles |
protected Map<String,String> |
attributes |
protected List<CredentialRepresentation> |
credentials |
protected String |
email |
protected boolean |
emailVerified |
protected boolean |
enabled |
protected String |
federationLink |
protected String |
firstName |
protected String |
id |
protected String |
lastName |
protected List<String> |
realmRoles |
protected List<String> |
requiredActions |
protected String |
self |
protected List<SocialLinkRepresentation> |
socialLinks |
protected boolean |
totp |
protected String |
username |
Constructor and Description |
---|
UserRepresentation() |
protected String self
protected String id
protected String username
protected boolean enabled
protected boolean totp
protected boolean emailVerified
protected String firstName
protected String lastName
protected String email
protected String federationLink
protected List<CredentialRepresentation> credentials
protected List<SocialLinkRepresentation> socialLinks
public String getSelf()
public void setSelf(String self)
public String getId()
public void setId(String id)
public String getFirstName()
public void setFirstName(String firstName)
public String getLastName()
public void setLastName(String lastName)
public String getEmail()
public void setEmail(String email)
public String getUsername()
public void setUsername(String username)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isTotp()
public void setTotp(boolean totp)
public boolean isEmailVerified()
public void setEmailVerified(boolean emailVerified)
public UserRepresentation attribute(String name, String value)
public List<CredentialRepresentation> getCredentials()
public void setCredentials(List<CredentialRepresentation> credentials)
public UserRepresentation credential(String type, String value)
public List<SocialLinkRepresentation> getSocialLinks()
public void setSocialLinks(List<SocialLinkRepresentation> socialLinks)
public String getFederationLink()
public void setFederationLink(String federationLink)
Copyright © 2015. All Rights Reserved.