Package | Description |
---|---|
org.apache.ambari.server.controller | |
org.apache.ambari.server.security.authorization | |
org.apache.ambari.server.security.ldap |
Modifier and Type | Method and Description |
---|---|
LdapBatchDto |
AmbariManagementController.synchronizeLdapUsersAndGroups(LdapSyncRequest userRequest,
LdapSyncRequest groupRequest)
Synchronizes local users and groups with given data.
|
LdapBatchDto |
AmbariManagementControllerImpl.synchronizeLdapUsersAndGroups(LdapSyncRequest userRequest,
LdapSyncRequest groupRequest) |
Modifier and Type | Method and Description |
---|---|
void |
Users.processLdapSync(LdapBatchDto batchInfo)
Executes batch queries to database to insert large amounts of LDAP data.
|
Modifier and Type | Method and Description |
---|---|
LdapBatchDto |
AmbariLdapDataPopulator.synchronizeAllLdapGroups(LdapBatchDto batchInfo,
boolean collectIgnoredUsers)
Performs synchronization of all groups.
|
LdapBatchDto |
AmbariLdapDataPopulator.synchronizeAllLdapUsers(LdapBatchDto batchInfo,
boolean collectIgnoredUsers)
Performs synchronization of given sets of all users.
|
LdapBatchDto |
AmbariLdapDataPopulator.synchronizeExistingLdapGroups(LdapBatchDto batchInfo,
boolean collectIgnoredUsers)
Performs synchronization of existent users and groups.
|
LdapBatchDto |
AmbariLdapDataPopulator.synchronizeExistingLdapUsers(LdapBatchDto batchInfo,
boolean collectIgnoredUsers)
Performs synchronization of existent users and groups.
|
LdapBatchDto |
AmbariLdapDataPopulator.synchronizeLdapGroups(Set<String> groups,
LdapBatchDto batchInfo,
boolean collectIgnoredUsers)
Performs synchronization of given set of groupnames.
|
LdapBatchDto |
AmbariLdapDataPopulator.synchronizeLdapUsers(Set<String> users,
LdapBatchDto batchInfo,
boolean collectIgnoredUsers)
Performs synchronization of given set of user names.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AmbariLdapDataPopulator.addLdapGroup(LdapBatchDto batchInfo,
Map<String,Group> internalGroupsMap,
LdapGroupDto groupDto) |
protected void |
AmbariLdapDataPopulator.refreshGroupMembers(LdapBatchDto batchInfo,
LdapGroupDto group,
Map<String,User> internalUsers,
Map<String,Group> internalGroupsMap,
Set<String> groupMemberAttributes,
boolean recursive,
boolean collectIgnoredUsers)
Check group members of the synced group: add missing ones and remove the ones absent in external LDAP.
|
LdapBatchDto |
AmbariLdapDataPopulator.synchronizeAllLdapGroups(LdapBatchDto batchInfo,
boolean collectIgnoredUsers)
Performs synchronization of all groups.
|
LdapBatchDto |
AmbariLdapDataPopulator.synchronizeAllLdapUsers(LdapBatchDto batchInfo,
boolean collectIgnoredUsers)
Performs synchronization of given sets of all users.
|
LdapBatchDto |
AmbariLdapDataPopulator.synchronizeExistingLdapGroups(LdapBatchDto batchInfo,
boolean collectIgnoredUsers)
Performs synchronization of existent users and groups.
|
LdapBatchDto |
AmbariLdapDataPopulator.synchronizeExistingLdapUsers(LdapBatchDto batchInfo,
boolean collectIgnoredUsers)
Performs synchronization of existent users and groups.
|
LdapBatchDto |
AmbariLdapDataPopulator.synchronizeLdapGroups(Set<String> groups,
LdapBatchDto batchInfo,
boolean collectIgnoredUsers)
Performs synchronization of given set of groupnames.
|
LdapBatchDto |
AmbariLdapDataPopulator.synchronizeLdapUsers(Set<String> users,
LdapBatchDto batchInfo,
boolean collectIgnoredUsers)
Performs synchronization of given set of user names.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.