T - type of object to mappublic interface LdapEntryMapper<T>
| Modifier and Type | Method and Description |
|---|---|
void |
map(LdapEntry source,
T dest)
Injects data from the supplied ldap entry into the supplied destination object.
|
void |
map(T source,
LdapEntry dest)
Injects data from the supplied source object into the supplied ldap entry.
|
String |
mapDn(T object)
Returns the LDAP DN for the supplied object.
|
String mapDn(T object)
object - to retrieve the DN fromvoid map(T source, LdapEntry dest)
source - to read fromdest - to write toCopyright © 2003-2019 Virginia Tech. All Rights Reserved.