Package | Description |
---|---|
org.apache.ambari.server.security.ldap |
Modifier and Type | Method and Description |
---|---|
protected LdapGroupDto |
AmbariLdapDataPopulator.getLdapGroupByMemberAttr(String memberAttributeValue)
Get the LDAP group member for the given member attribute.
|
Modifier and Type | Method and Description |
---|---|
protected Set<LdapGroupDto> |
AmbariLdapDataPopulator.getExternalLdapGroupInfo()
Retrieves groups from external LDAP server.
|
Set<LdapGroupDto> |
LdapSyncDto.getGroups()
Get the LDAP groups.
|
Set<LdapGroupDto> |
LdapBatchDto.getGroupsProcessedInternal() |
Set<LdapGroupDto> |
LdapBatchDto.getGroupsToBecomeLdap() |
Set<LdapGroupDto> |
LdapBatchDto.getGroupsToBeCreated() |
Set<LdapGroupDto> |
LdapBatchDto.getGroupsToBeRemoved() |
protected Set<LdapGroupDto> |
AmbariLdapDataPopulator.getLdapGroups(String groupName)
Get the set of LDAP groups for the given group name.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapSyncDto.setGroups(Set<LdapGroupDto> groups)
Set the LDAP groups.
|
Constructor and Description |
---|
LdapGroupContextMapper(Set<LdapGroupDto> groups,
LdapServerProperties ldapServerProperties) |
Copyright © 2022 Apache Software Foundation. All rights reserved.