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