Package | Description |
---|---|
psdi.security.ldap |
Modifier and Type | Method and Description |
---|---|
DataMap |
GroupSettings.getDataMap()
Returns the data mapping for the groups as defined in
the configuration file.
|
DataMap |
UserSettings.getDataMap()
Returns the data mapping for the users as defined in
the configuration file.
|
DataMap |
LdapSyncEvent.getGroupDataMap()
Returns the group data mapping as defined in the
configuration file.
|
DataMap |
LdapSyncEvent.getUserDataMap()
Returns the user data mapping as defined in the
configuration file.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
DefaultLdapSyncAdapter.getDataMapValue(java.sql.Connection con,
java.lang.String tableId,
java.lang.String columnName,
SyncData syncData,
DataMap dataMap)
Returns the value to be used to for the given table and column based on
the data mapping.
|
protected MboRemote |
DefaultLdapSyncAdapter.insertRecord(java.sql.Connection con,
java.lang.String tableId,
MboSetRemote mboSet,
SyncData syncData,
DataMap dataMap)
Inserts a record into MboSet based on the information provided.
|
void |
GroupSettings.setDataMap(DataMap dataMap)
Sets the data mapping for the groups as defined in the
configuration file.
|
void |
UserSettings.setDataMap(DataMap dataMap)
Sets the data mapping for the users as defined in the
configuration file.
|
protected void |
DefaultLdapSyncAdapter.updateRecord(java.sql.Connection con,
java.lang.String tableId,
MboRemote mbo,
SyncData syncData,
DataMap dataMap)
Updates an existing mbo based on the information provided.
|
Constructor and Description |
---|
LdapSyncEvent(int eventId,
DataMap dataMap,
SyncData syncData)
Constructor to be used to indicate user and group data
synchronization events.
|