public class LdapEntryIdentificationContextMapper extends java.lang.Object implements ContextMapper
ContextMapper implementation that maps the found entries to the
LdapEntryIdentification of each respective entry.| Constructor and Description |
|---|
LdapEntryIdentificationContextMapper() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
mapFromContext(java.lang.Object ctx)
Map a single LDAP Context to an object.
|
public LdapEntryIdentificationContextMapper()
public java.lang.Object mapFromContext(java.lang.Object ctx)
ContextMapperctx is the object from a single SearchResult,
Binding, or a lookup operation.mapFromContext in interface ContextMapperctx - the context to map to an object. Typically this will be a
DirContextAdapter instance, unless a project specific
DirObjectFactory has been specified on the
ContextSource.