| Package | Description |
|---|---|
| com.ibm.tivoli.maximo.oslc.provider.bus | |
| psdi.security.ldap |
| Modifier and Type | Method and Description |
|---|---|
protected javax.naming.ldap.LdapContext |
LDAPSearchHandler.createSearchLdapContext(LdapContextSettings settings)
Creates a LDAP context to be used for searches.
|
| Modifier and Type | Field and Description |
|---|---|
protected LdapContextSettings |
AbstractLdapSynchronizer.contextSettings
LDAP Server related settings provided in the configuration file.
|
| Modifier and Type | Method and Description |
|---|---|
LdapContextSettings |
LdapSynchronizerInitData.getContextSettings()
Returns the LDAP context settings.
|
LdapContextSettings |
LoadSyncSettings.getLdapContextSettings()
Returns LDAP context settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoadSyncSettings.setLdapContextSettings(LdapContextSettings ldapContextSettings)
Sets LDAP context settings.
|
| Constructor and Description |
|---|
LdapSynchronizerInitData(LdapContextSettings contextSettings,
SynchronizerSettings synchronizerSettings,
UserSettings userSettings,
GroupSettings groupSettings,
MXLogger logger,
MXLogger sqlLogger)
Constructor to construct the initialization data
|