public class UserRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
attributes |
protected AuthenticationLinkRepresentation |
authenticationLink |
protected List<CredentialRepresentation> |
credentials |
protected String |
email |
protected boolean |
emailVerified |
protected boolean |
enabled |
protected String |
firstName |
protected String |
id |
protected String |
lastName |
protected List<String> |
requiredActions |
protected String |
self |
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 AuthenticationLinkRepresentation authenticationLink
protected List<CredentialRepresentation> credentials
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 AuthenticationLinkRepresentation getAuthenticationLink()
public void setAuthenticationLink(AuthenticationLinkRepresentation authenticationLink)
public UserRepresentation attribute(String name, String value)
public List<CredentialRepresentation> getCredentials()
public void setCredentials(List<CredentialRepresentation> credentials)
public UserRepresentation credential(String type, String value)
Copyright © 2014. All Rights Reserved.