public class RoleLDAPFederationMapper.LDAPRoleMappingsUserDelegate extends UserModelDelegate
UserModel.RequiredActiondelegate| Constructor and Description |
|---|
RoleLDAPFederationMapper.LDAPRoleMappingsUserDelegate(UserModel user,
UserFederationMapperModel mapperModel,
LDAPFederationProvider ldapProvider,
LDAPObject ldapUser,
RealmModel realm,
RoleLDAPFederationMapper.Mode mode) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteRoleMapping(RoleModel role) |
Set<RoleModel> |
getClientRoleMappings(ClientModel client) |
protected Set<RoleModel> |
getLDAPRoleMappingsConverted(UserFederationMapperModel mapperModel,
LDAPFederationProvider ldapProvider,
LDAPObject ldapUser,
RoleContainerModel roleContainer) |
Set<RoleModel> |
getRealmRoleMappings() |
Set<RoleModel> |
getRoleMappings() |
void |
grantRole(RoleModel role) |
boolean |
hasRole(RoleModel role) |
addConsent, addRequiredAction, addRequiredAction, getAttribute, getAttributes, getConsentByClient, getConsents, getCredentialsDirectly, getDelegate, getEmail, getFederationLink, getFirstName, getId, getLastName, getRequiredActions, getUsername, isEmailVerified, isEnabled, isTotp, removeAttribute, removeRequiredAction, removeRequiredAction, revokeConsentForClient, setAttribute, setEmail, setEmailVerified, setEnabled, setFederationLink, setFirstName, setLastName, setTotp, setUsername, updateConsent, updateCredential, updateCredentialDirectlypublic RoleLDAPFederationMapper.LDAPRoleMappingsUserDelegate(UserModel user, UserFederationMapperModel mapperModel, LDAPFederationProvider ldapProvider, LDAPObject ldapUser, RealmModel realm, RoleLDAPFederationMapper.Mode mode)
public Set<RoleModel> getRealmRoleMappings()
getRealmRoleMappings in interface UserModelgetRealmRoleMappings in class UserModelDelegatepublic Set<RoleModel> getClientRoleMappings(ClientModel client)
getClientRoleMappings in interface UserModelgetClientRoleMappings in class UserModelDelegatepublic boolean hasRole(RoleModel role)
hasRole in interface UserModelhasRole in class UserModelDelegatepublic void grantRole(RoleModel role)
grantRole in interface UserModelgrantRole in class UserModelDelegatepublic Set<RoleModel> getRoleMappings()
getRoleMappings in interface UserModelgetRoleMappings in class UserModelDelegateprotected Set<RoleModel> getLDAPRoleMappingsConverted(UserFederationMapperModel mapperModel, LDAPFederationProvider ldapProvider, LDAPObject ldapUser, RoleContainerModel roleContainer)
public void deleteRoleMapping(RoleModel role)
deleteRoleMapping in interface UserModeldeleteRoleMapping in class UserModelDelegateCopyright © 2015 JBoss by Red Hat. All rights reserved.