Package | Description |
---|---|
psdi.security.ldap |
Modifier and Type | Method and Description |
---|---|
MemberDataMap |
LdapSyncEvent.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 |
---|
LdapSyncEvent(int eventId,
MemberDataMap memberDataMap,
SyncData syncData,
java.util.Set members)
Constructor to be used to indicate group member data
synchronization events.
|