public class LdapEntryIdentificationContextMapper extends 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 |
|---|---|
Object |
mapFromContext(Object ctx)
Map a single LDAP Context to an object.
|
public LdapEntryIdentificationContextMapper()
public Object mapFromContext(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.Copyright © 2005–2021 The Spring LDAP Framework. All rights reserved.