Package org.bremersee.ldaptive.app
Class PersonMapper
java.lang.Object
org.bremersee.ldaptive.app.PersonMapper
- All Implemented Interfaces:
LdaptiveEntryMapper<Person>,org.ldaptive.beans.LdapEntryMapper<Person>
The test person mapper.
- Author:
- Christian Bremer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]map(org.ldaptive.LdapEntry ldapEntry) voidorg.ldaptive.AttributeModification[]mapAndComputeModifications(Person source, org.ldaptive.LdapEntry destination) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bremersee.ldaptive.LdaptiveEntryMapper
getBinaryAttributeNames, getMappedAttributeNames, map, mapAndComputeModifyRequest
-
Constructor Details
-
PersonMapper
public PersonMapper()
-
-
Method Details
-
getObjectClasses
- Specified by:
getObjectClassesin interfaceLdaptiveEntryMapper<Person>
-
mapDn
- Specified by:
mapDnin interfaceorg.ldaptive.beans.LdapEntryMapper<Person>- Specified by:
mapDnin interfaceLdaptiveEntryMapper<Person>
-
map
- Specified by:
mapin interfaceLdaptiveEntryMapper<Person>
-
map
- Specified by:
mapin interfaceorg.ldaptive.beans.LdapEntryMapper<Person>- Specified by:
mapin interfaceLdaptiveEntryMapper<Person>
-
mapAndComputeModifications
public org.ldaptive.AttributeModification[] mapAndComputeModifications(Person source, org.ldaptive.LdapEntry destination) - Specified by:
mapAndComputeModificationsin interfaceLdaptiveEntryMapper<Person>
-