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 |
---|---|
protected void |
DefaultLdapSyncAdapter.addMemberRecords(java.sql.Connection con,
SyncData syncData,
MemberDataMap memberDataMap,
java.util.Set members)
Adds member records based on the data provided.
|
protected void |
DefaultLdapSyncAdapter.deleteMemberRecords(java.sql.Connection con,
SyncData syncData,
MemberDataMap memberDataMap)
Deletes member records based on the data provided.
|
protected java.lang.Object |
DefaultLdapSyncAdapter.getMemberDataMapColumnValue(java.sql.Connection con,
java.lang.String column,
SyncData syncData,
MemberDataMap memberDataMap)
Returns the column value for the given column from the
member data mapping.
|
protected java.lang.Object |
DefaultLdapSyncAdapter.getMemberDataMapKeyColumnValue(java.lang.String keyColumn,
SyncData syncData,
MemberDataMap memberDataMap)
Returns the key value for the given key column from the
member data mapping.
|
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.
|