Class UserRepresentation
java.lang.Object
org.keycloak.representations.idm.AbstractUserRepresentation
org.keycloak.representations.account.UserRepresentation
- Author:
 - Stian Thorgersen
 
- 
Field Summary
Fields inherited from class org.keycloak.representations.idm.AbstractUserRepresentation
attributes, email, EMAIL, emailVerified, FIRST_NAME, firstName, id, LAST_NAME, lastName, LOCALE, username, USERNAME - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.keycloak.representations.idm.AbstractUserRepresentation
firstAttribute, getAttributes, getEmail, getFirstName, getId, getLastName, getRawAttributes, getUsername, getUserProfileMetadata, isEmailVerified, setAttributes, setEmail, setEmailVerified, setFirstName, setId, setLastName, setUsername, setUserProfileMetadata, singleAttribute 
- 
Constructor Details
- 
UserRepresentation
public UserRepresentation() 
 -