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() |
public LdapEntryIdentificationContextMapper()
public Object mapFromContext(Object ctx)
ContextMapper
ctx
is the object from a single SearchResult
,
Binding
, or a lookup operation.mapFromContext
in interface ContextMapper
ctx
- 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-2012 The Spring LDAP Framework. All Rights Reserved.