public class ReadonlyLDAPUserModelDelegate extends UserModelDelegate implements UserModel
UserModel.RequiredAction, UserModel.UserRemovedEvent
Modifier and Type | Field and Description |
---|---|
protected LDAPStorageProvider |
provider |
delegate
EMAIL, FIRST_NAME, GROUPS, INCLUDE_SERVICE_ACCOUNT, LAST_NAME, LOCALE, SEARCH, USERNAME
Constructor and Description |
---|
ReadonlyLDAPUserModelDelegate(UserModel delegate,
LDAPStorageProvider provider) |
Modifier and Type | Method and Description |
---|---|
void |
setEmail(String email) |
void |
setFirstName(String first) |
void |
setLastName(String lastName) |
void |
setUsername(String username) |
addRequiredAction, addRequiredAction, deleteRoleMapping, equals, getAttribute, getAttributes, getClientRoleMappings, getCreatedTimestamp, getDelegate, getEmail, getFederationLink, getFirstAttribute, getFirstName, getGroups, getId, getLastName, getRealmRoleMappings, getRequiredActions, getRoleMappings, getServiceAccountClientLink, getUsername, grantRole, hashCode, hasRole, isEmailVerified, isEnabled, isMemberOf, joinGroup, leaveGroup, removeAttribute, removeRequiredAction, removeRequiredAction, setAttribute, setCreatedTimestamp, setEmailVerified, setEnabled, setFederationLink, setServiceAccountClientLink, setSingleAttribute
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addRequiredAction, addRequiredAction, getAttribute, getAttributes, getCreatedTimestamp, getEmail, getFederationLink, getFirstAttribute, getFirstName, getGroups, getGroups, getGroups, getGroupsCount, getGroupsCountByNameContaining, getId, getLastName, getRequiredActions, getServiceAccountClientLink, getUsername, isEmailVerified, isEnabled, isMemberOf, joinGroup, leaveGroup, removeAttribute, removeRequiredAction, removeRequiredAction, setAttribute, setCreatedTimestamp, setEmailVerified, setEnabled, setFederationLink, setServiceAccountClientLink, setSingleAttribute
deleteRoleMapping, getClientRoleMappings, getRealmRoleMappings, getRoleMappings, grantRole, hasRole
protected LDAPStorageProvider provider
public ReadonlyLDAPUserModelDelegate(UserModel delegate, LDAPStorageProvider 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 setEmail(String email)
setEmail
in interface UserModel
setEmail
in class UserModelDelegate
Copyright © 2020 JBoss by Red Hat. All rights reserved.