|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.ldap.core.LdapEntryIdentificationContextMapper
public class LdapEntryIdentificationContextMapper
ContextMapper
implementation that maps the found entries to the
LdapEntryIdentification
of each respective entry.
Constructor Summary | |
---|---|
LdapEntryIdentificationContextMapper()
|
Method Summary | |
---|---|
java.lang.Object |
mapFromContext(java.lang.Object ctx)
Map a single LDAP Context to an object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LdapEntryIdentificationContextMapper()
Method Detail |
---|
public java.lang.Object mapFromContext(java.lang.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
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |