public class DomainGroupLdapMapper extends Object implements org.bremersee.data.ldaptive.LdaptiveEntryMapper<org.bremersee.dccon.model.DomainGroup>
| Constructor and Description |
|---|
DomainGroupLdapMapper(DomainControllerProperties properties)
Instantiates a new domain group ldap mapper.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getObjectClasses() |
org.bremersee.dccon.model.DomainGroup |
map(org.ldaptive.LdapEntry ldapEntry) |
void |
map(org.ldaptive.LdapEntry ldapEntry,
org.bremersee.dccon.model.DomainGroup domainGroup) |
org.ldaptive.AttributeModification[] |
mapAndComputeModifications(org.bremersee.dccon.model.DomainGroup source,
org.ldaptive.LdapEntry destination) |
String |
mapDn(org.bremersee.dccon.model.DomainGroup domainGroup) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAttribute, addAttributes, createDn, getAttributeValue, getAttributeValues, getAttributeValuesAsList, getAttributeValuesAsSet, getRdn, map, mapAndComputeModifyRequest, removeAttribute, removeAttribute, removeAttributes, setAttribute, setAttributespublic DomainGroupLdapMapper(DomainControllerProperties properties)
properties - the propertiespublic String[] getObjectClasses()
getObjectClasses in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper<org.bremersee.dccon.model.DomainGroup>public String mapDn(org.bremersee.dccon.model.DomainGroup domainGroup)
mapDn in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper<org.bremersee.dccon.model.DomainGroup>mapDn in interface org.ldaptive.beans.LdapEntryMapper<org.bremersee.dccon.model.DomainGroup>public org.bremersee.dccon.model.DomainGroup map(org.ldaptive.LdapEntry ldapEntry)
map in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper<org.bremersee.dccon.model.DomainGroup>public void map(org.ldaptive.LdapEntry ldapEntry,
org.bremersee.dccon.model.DomainGroup domainGroup)
map in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper<org.bremersee.dccon.model.DomainGroup>map in interface org.ldaptive.beans.LdapEntryMapper<org.bremersee.dccon.model.DomainGroup>public org.ldaptive.AttributeModification[] mapAndComputeModifications(org.bremersee.dccon.model.DomainGroup source,
org.ldaptive.LdapEntry destination)
mapAndComputeModifications in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper<org.bremersee.dccon.model.DomainGroup>Copyright © 2020 bremersee.org. All rights reserved.