Package | Description |
---|---|
org.apache.ambari.server.security.ldap |
Modifier and Type | Method and Description |
---|---|
protected LdapUserDto |
AmbariLdapDataPopulator.getLdapUserByMemberAttr(String memberAttributeValue)
Get the LDAP user member for the given member attribute.
|
Modifier and Type | Method and Description |
---|---|
protected Set<LdapUserDto> |
AmbariLdapDataPopulator.getExternalLdapUserInfo()
Retrieves users from external LDAP server.
|
protected Set<LdapUserDto> |
AmbariLdapDataPopulator.getLdapUsers(String username)
Get the set of LDAP users for the given user name.
|
Set<LdapUserDto> |
LdapSyncDto.getUsers()
Get the LDAP users.
|
Set<LdapUserDto> |
LdapBatchDto.getUsersIgnored() |
Set<LdapUserDto> |
LdapBatchDto.getUsersSkipped() |
Set<LdapUserDto> |
LdapBatchDto.getUsersToBecomeLdap() |
Set<LdapUserDto> |
LdapBatchDto.getUsersToBeCreated() |
Set<LdapUserDto> |
LdapBatchDto.getUsersToBeRemoved() |
Modifier and Type | Method and Description |
---|---|
void |
LdapSyncDto.setUsers(Set<LdapUserDto> users)
Set the LDAP users.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.