public class UserRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<String>> |
applicationRoles
Deprecated.
|
protected Map<String,Object> |
attributes |
protected List<UserConsentRepresentation> |
clientConsents |
protected Map<String,List<String>> |
clientRoles |
protected Long |
createdTimestamp |
protected List<CredentialRepresentation> |
credentials |
protected String |
email |
protected Boolean |
emailVerified |
protected Boolean |
enabled |
protected List<FederatedIdentityRepresentation> |
federatedIdentities |
protected String |
federationLink |
protected String |
firstName |
protected List<String> |
groups |
protected String |
id |
protected String |
lastName |
protected List<String> |
realmRoles |
protected List<String> |
requiredActions |
protected String |
self |
protected String |
serviceAccountClientId |
protected List<SocialLinkRepresentation> |
socialLinks
Deprecated.
|
protected Boolean |
totp |
protected String |
username |
Constructor and Description |
---|
UserRepresentation() |
protected String self
protected String id
protected Long createdTimestamp
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 String serviceAccountClientId
protected List<CredentialRepresentation> credentials
protected List<FederatedIdentityRepresentation> federatedIdentities
protected List<UserConsentRepresentation> clientConsents
@Deprecated protected Map<String,List<String>> applicationRoles
@Deprecated protected List<SocialLinkRepresentation> socialLinks
public String getSelf()
public void setSelf(String self)
public String getId()
public void setId(String id)
public Long getCreatedTimestamp()
public void setCreatedTimestamp(Long createdTimestamp)
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 singleAttribute(String name, String value)
public List<CredentialRepresentation> getCredentials()
public void setCredentials(List<CredentialRepresentation> credentials)
public List<FederatedIdentityRepresentation> getFederatedIdentities()
public void setFederatedIdentities(List<FederatedIdentityRepresentation> federatedIdentities)
public List<SocialLinkRepresentation> getSocialLinks()
public void setSocialLinks(List<SocialLinkRepresentation> socialLinks)
public List<UserConsentRepresentation> getClientConsents()
public void setClientConsents(List<UserConsentRepresentation> clientConsents)
@Deprecated public Map<String,List<String>> getApplicationRoles()
public String getFederationLink()
public void setFederationLink(String federationLink)
public String getServiceAccountClientId()
public void setServiceAccountClientId(String serviceAccountClientId)
Copyright © 2016 JBoss by Red Hat. All rights reserved.