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 |
LOGIN_NAME |
static final String LOGIN_NAME
static final String LAST_NAME
static final String FIRST_NAME
static final String EMAIL
String getId()
String getLoginName()
void setLoginName(String loginName)
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)
int getNotBefore()
void setNotBefore(int notBefore)
void updateCredential(UserCredentialModel cred)
List<UserCredentialValueModel> getCredentialsDirectly()
void updateCredentialDirectly(UserCredentialValueModel cred)
AuthenticationLinkModel getAuthenticationLink()
void setAuthenticationLink(AuthenticationLinkModel authenticationLink)
Set<RoleModel> getApplicationRoleMappings(ApplicationModel app)
boolean hasRole(RoleModel role)
void grantRole(RoleModel role)
void deleteRoleMapping(RoleModel role)
Copyright © 2014. All Rights Reserved.