| Package | Description |
|---|---|
| psdi.security.ldap |
| Modifier and Type | Field and Description |
|---|---|
protected SyncParameters |
AbstractLdapSynchronizer.syncParameters
Synchronization parameters.
|
| Modifier and Type | Method and Description |
|---|---|
SyncParameters |
AbstractLdapSynchronizer.getSyncParameters()
Returns the synchronization parameters used
during the synchronization.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
LdapSynchronizer.performSync(java.sql.Connection con,
SyncParameters syncParams,
UserInfo userInfo)
Perform the synchronization based on the synchronization
parameters passed.
|
void |
AbstractLdapSynchronizer.performSync(java.sql.Connection con,
SyncParameters syncParams,
UserInfo userInfo)
Performs the synchronization operation based on the synchronization
parameters.
|