| Package | Description |
|---|---|
| psdi.security.vmm |
| Modifier and Type | Method and Description |
|---|---|
MemberDataMap |
VMMSyncEvent.getGroupMemberDataMap()
Returns the group member data mapping as defined in the
configuration file.
|
MemberDataMap |
GroupSettings.getMemberDataMap()
Returns the group member data mapping as defined in the
configuration file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupSettings.setMemberDataMap(MemberDataMap memberDataMap)
Sets the the group member data mapping as defined in the
configuration file.
|
| Constructor and Description |
|---|
VMMSyncEvent(int eventId,
MemberDataMap memberDataMap,
VMMSyncData syncData,
java.util.Set members)
Constructor to be used to indicate group member data
synchronization events.
|