public interface UserModel
Modifier and Type | Interface and Description |
---|---|
static class |
UserModel.RequiredAction |
Modifier and Type | Field and Description |
---|---|
static String |
EMAIL |
static String |
FIRST_NAME |
static String |
LAST_NAME |
static String |
USERNAME |
static final String USERNAME
static final String LAST_NAME
static final String FIRST_NAME
static final String EMAIL
String getId()
String getUsername()
void setUsername(String username)
boolean isEnabled()
boolean isTotp()
void setEnabled(boolean enabled)
void removeAttribute(String name)
Set<UserModel.RequiredAction> getRequiredActions()
void addRequiredAction(UserModel.RequiredAction action)
void removeRequiredAction(UserModel.RequiredAction action)
String getFirstName()
void setFirstName(String firstName)
String getLastName()
void setLastName(String lastName)
String getEmail()
void setEmail(String email)
boolean isEmailVerified()
void setEmailVerified(boolean verified)
void setTotp(boolean totp)
void updateCredential(UserCredentialModel cred)
List<UserCredentialValueModel> getCredentialsDirectly()
void updateCredentialDirectly(UserCredentialValueModel cred)
Set<RoleModel> getApplicationRoleMappings(ApplicationModel app)
boolean hasRole(RoleModel role)
void grantRole(RoleModel role)
void deleteRoleMapping(RoleModel role)
String getFederationLink()
void setFederationLink(String link)
Copyright © 2014. All Rights Reserved.