| Class | Description |
|---|---|
| CommunoteLdapUserSearch |
Search for a user in LDAP directory.
|
| LdapAttributesMapper<T> |
Generic mapper for LDAP attributes to Communote counterparts.
|
| LdapGroupAttributesMapper |
Mapper for groups.
|
| LdapGroupSearch |
Class for searching Groups within a LDAP.
|
| LdapSearchUtils |
Utils for LDAP access.
|
| LdapUserAttributesMapper |
Mapper for mapping LDAP user attributes to an ExternalUserVO.
|
| LdapUtils | |
| SpringAttributesMapperAdapter |
Adapter for the AttributesMapper interface used in Spring's LdapTemplate which calls Communote's
LdapAttributesMapper
|
| Enum | Description |
|---|---|
| LdapGroupAttribute |
Property constants that represent attribute names to be mapped to LDAP attributes for
synchronization of users with LDAP directories
|
| LdapUserAttribute |
Property constants that represent attribute names to be mapped to LDAP attributes for
synchronization of users with LDAP directories
|
| Exception | Description |
|---|---|
| LdapAttributeMappingException |
Exception to be thrown if an attribute mapping is incomplete or contains wrong data.
|
| RequiredAttributeNotContainedException |
Exception to be thrown if a required attribute was not contained in the response of an LDAP query
and thus could not be mapped back.
|
Copyright © 2019 Communote team. All rights reserved.