public class ReadonlyLDAPUserModelDelegate extends UserModelDelegate implements UserModel
UserModel.RequiredAction
Modifier and Type | Field and Description |
---|---|
protected LDAPFederationProvider |
provider |
delegate
EMAIL, FIRST_NAME, LAST_NAME, USERNAME
Constructor and Description |
---|
ReadonlyLDAPUserModelDelegate(UserModel delegate,
LDAPFederationProvider provider) |
Modifier and Type | Method and Description |
---|---|
void |
setEmail(String email) |
void |
setFirstName(String first) |
void |
setLastName(String lastName) |
void |
setUsername(String username) |
void |
updateCredential(UserCredentialModel cred) |
addRequiredAction, deleteRoleMapping, getApplicationRoleMappings, getAttribute, getAttributes, getCredentialsDirectly, getEmail, getFederationLink, getFirstName, getId, getLastName, getRealmRoleMappings, getRequiredActions, getRoleMappings, getUsername, grantRole, hasRole, isEmailVerified, isEnabled, isTotp, removeAttribute, removeRequiredAction, setAttribute, setEmailVerified, setEnabled, setFederationLink, setTotp, updateCredentialDirectly
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRequiredAction, deleteRoleMapping, getApplicationRoleMappings, getAttribute, getAttributes, getCredentialsDirectly, getEmail, getFederationLink, getFirstName, getId, getLastName, getRealmRoleMappings, getRequiredActions, getRoleMappings, getUsername, grantRole, hasRole, isEmailVerified, isEnabled, isTotp, removeAttribute, removeRequiredAction, setAttribute, setEmailVerified, setEnabled, setFederationLink, setTotp, updateCredentialDirectly
protected LDAPFederationProvider provider
public ReadonlyLDAPUserModelDelegate(UserModel delegate, LDAPFederationProvider provider)
public void setUsername(String username)
setUsername
in interface UserModel
setUsername
in class UserModelDelegate
public void setLastName(String lastName)
setLastName
in interface UserModel
setLastName
in class UserModelDelegate
public void setFirstName(String first)
setFirstName
in interface UserModel
setFirstName
in class UserModelDelegate
public void updateCredential(UserCredentialModel cred)
updateCredential
in interface UserModel
updateCredential
in class UserModelDelegate
public void setEmail(String email)
setEmail
in interface UserModel
setEmail
in class UserModelDelegate
Copyright © 2015. All Rights Reserved.