|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - type of object to mappublic interface LdapEntryMapper<T>
Interface for ldap entry mappers.
| Method Summary | |
|---|---|
void |
map(org.ldaptive.LdapEntry source,
T dest)
Injects data from the supplied ldap entry into the supplied destination object. |
void |
map(T source,
org.ldaptive.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. |
| Method Detail |
|---|
String mapDn(T object)
object - to retrieve the DN from
void map(T source,
org.ldaptive.LdapEntry dest)
source - to read fromdest - to write to
void map(org.ldaptive.LdapEntry source,
T dest)
source - to read fromdest - to write to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||