Package | Description |
---|---|
psdi.security.ldap |
Modifier and Type | Method and Description |
---|---|
DataMap |
UserSettings.getDataMap()
Returns the data mapping for the users as defined in
the configuration file.
|
DataMap |
GroupSettings.getDataMap()
Returns the data mapping for the groups as defined in
the configuration file.
|
DataMap |
LdapSyncEvent.getGroupDataMap()
Returns the group data mapping as defined in the
configuration file.
|
DataMap |
LdapSyncEvent.getUserDataMap()
Returns the user data mapping as defined in the
configuration file.
|
Modifier and Type | Method and Description |
---|---|
void |
UserSettings.setDataMap(DataMap dataMap)
Sets the data mapping for the users as defined in the
configuration file.
|
void |
GroupSettings.setDataMap(DataMap dataMap)
Sets the data mapping for the groups as defined in the
configuration file.
|
Constructor and Description |
---|
LdapSyncEvent(int eventId,
DataMap dataMap,
SyncData syncData)
Constructor to be used to indicate user and group data
synchronization events.
|