public class FullNameLDAPFederationMapper extends AbstractLDAPFederationMapper
Modifier and Type | Field and Description |
---|---|
static String |
LDAP_FULL_NAME_ATTRIBUTE |
static String |
READ_ONLY |
static String |
WRITE_ONLY |
ldapProvider, mapperModel, realm
Constructor and Description |
---|
FullNameLDAPFederationMapper(UserFederationMapperModel mapperModel,
LDAPFederationProvider ldapProvider,
RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
void |
beforeLDAPQuery(LDAPQuery query) |
protected String |
getFullName(String firstName,
String lastName) |
protected String |
getLdapFullNameAttrName() |
void |
onImportUserFromLDAP(LDAPObject ldapUser,
UserModel user,
boolean isCreate) |
void |
onRegisterUserToLDAP(LDAPObject ldapUser,
UserModel localUser) |
UserModel |
proxy(LDAPObject ldapUser,
UserModel delegate) |
getGroupMembers, getLdapProvider, getRealm, onAuthenticationFailure, parseBooleanParameter, syncDataFromFederationProviderToKeycloak, syncDataFromKeycloakToFederationProvider
public static final String LDAP_FULL_NAME_ATTRIBUTE
public static final String READ_ONLY
public static final String WRITE_ONLY
public FullNameLDAPFederationMapper(UserFederationMapperModel mapperModel, LDAPFederationProvider ldapProvider, RealmModel realm)
public void onImportUserFromLDAP(LDAPObject ldapUser, UserModel user, boolean isCreate)
public void onRegisterUserToLDAP(LDAPObject ldapUser, UserModel localUser)
public UserModel proxy(LDAPObject ldapUser, UserModel delegate)
public void beforeLDAPQuery(LDAPQuery query)
beforeLDAPQuery
in class AbstractLDAPFederationMapper
LDAPFederationMapper.beforeLDAPQuery(UserFederationMapperModel, LDAPQuery)
protected String getLdapFullNameAttrName()
Copyright © 2016 JBoss by Red Hat. All rights reserved.