| Interface | Description |
|---|---|
| ContextMapperWithRequiredAttributes<T> |
A
ContextMapper for LDAP DirContextAdapters that declares which attributes it requires. |
| Class | Description |
|---|---|
| AttributeContextMapper<T> | |
| AttributeToContextCallbackHandler<T> |
Modified by Atlassian
From Spring LDAP 2.0.2.RELEASE
|
| ContextMapperWithCustomAttributes<T> |
An abstract implementation of
ContextMapperWithRequiredAttributes for cases where
a mapper requires core attributes and also the attributes for any attached
custom AttributeMappers. |
| ExternalIdContextMapper |
Maps the externalId attribute.
|
| GroupContextMapper |
Translates information returned from an LDAP directory into a
LDAPGroupWithAttributes
implementation of Group. |
| JpegPhotoContextMapper | |
| LookupCallbackHandler<T> | |
| NameWithExternalIdContextMapper |
Maps the name and externalId attribute.
|
| TombstoneContextMapper |
Specific to Active Directory to map deleted objects.
|
| UserContextMapper |
Translates information returned from an LDAP directory into a
LDAPUserWithAttributes
implementation of User. |
| UserContextMapperConfig |
Allows to describe what kind of attributes should be mapped during synchronisation
|
| UserContextMapperConfig.Builder |
Copyright © 2023 Atlassian. All rights reserved.