Package org.bremersee.ldaptive.app
Class GroupMapper
java.lang.Object
org.bremersee.ldaptive.app.GroupMapper
- All Implemented Interfaces:
LdaptiveEntryMapper<Group>,org.ldaptive.beans.LdapEntryMapper<Group>
The test group mapper.
- Author:
- Christian Bremer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]map(org.ldaptive.LdapEntry ldapEntry) voidorg.ldaptive.AttributeModification[]mapAndComputeModifications(Group 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
-
GroupMapper
public GroupMapper()
-
-
Method Details
-
getObjectClasses
- Specified by:
getObjectClassesin interfaceLdaptiveEntryMapper<Group>
-
mapDn
- Specified by:
mapDnin interfaceorg.ldaptive.beans.LdapEntryMapper<Group>- Specified by:
mapDnin interfaceLdaptiveEntryMapper<Group>
-
map
- Specified by:
mapin interfaceLdaptiveEntryMapper<Group>
-
map
- Specified by:
mapin interfaceorg.ldaptive.beans.LdapEntryMapper<Group>- Specified by:
mapin interfaceLdaptiveEntryMapper<Group>
-
mapAndComputeModifications
public org.ldaptive.AttributeModification[] mapAndComputeModifications(Group source, org.ldaptive.LdapEntry destination) - Specified by:
mapAndComputeModificationsin interfaceLdaptiveEntryMapper<Group>
-