| 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 |
|---|---|
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.
|
| Constructor and Description |
|---|
VMMSyncEvent(int eventId,
VMMDataMap dataMap,
VMMSyncData syncData)
Constructor to be used to indicate user and group data
synchronization events.
|