public abstract class TxAwareLDAPUserModelDelegate extends UserModelDelegate
Modifier and Type | Class and Description |
---|---|
protected class |
TxAwareLDAPUserModelDelegate.LDAPTransaction |
protected static class |
TxAwareLDAPUserModelDelegate.TransactionState |
UserModel.RequiredAction, UserModel.UserRemovedEvent
Modifier and Type | Field and Description |
---|---|
protected LDAPObject |
ldapUser |
static org.jboss.logging.Logger |
logger |
protected LDAPFederationProvider |
provider |
delegate
Constructor and Description |
---|
TxAwareLDAPUserModelDelegate(UserModel delegate,
LDAPFederationProvider provider,
LDAPObject ldapUser) |
Modifier and Type | Method and Description |
---|---|
protected void |
ensureTransactionStarted() |
TxAwareLDAPUserModelDelegate.LDAPTransaction |
getTransaction() |
addRequiredAction, addRequiredAction, deleteRoleMapping, getAttribute, getAttributes, getClientRoleMappings, getCreatedTimestamp, getCredentialsDirectly, getDelegate, getEmail, getFederationLink, getFirstAttribute, getFirstName, getGroups, getId, getLastName, getRealmRoleMappings, getRequiredActions, getRoleMappings, getServiceAccountClientLink, getUsername, grantRole, hasRole, isEmailVerified, isEnabled, isMemberOf, isOtpEnabled, joinGroup, leaveGroup, removeAttribute, removeRequiredAction, removeRequiredAction, setAttribute, setCreatedTimestamp, setEmail, setEmailVerified, setEnabled, setFederationLink, setFirstName, setLastName, setOtpEnabled, setServiceAccountClientLink, setSingleAttribute, setUsername, updateCredential, updateCredentialDirectly
public static final org.jboss.logging.Logger logger
protected LDAPFederationProvider provider
protected LDAPObject ldapUser
public TxAwareLDAPUserModelDelegate(UserModel delegate, LDAPFederationProvider provider, LDAPObject ldapUser)
public TxAwareLDAPUserModelDelegate.LDAPTransaction getTransaction()
protected void ensureTransactionStarted()
Copyright © 2016 JBoss by Red Hat. All rights reserved.