Package | Description |
---|---|
org.ldaptive.beans | |
org.ldaptive.beans.persistence | |
org.ldaptive.beans.reflect | |
org.ldaptive.beans.spring |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLdapEntryMapper<T>
Base implementation of an ldap entry mapper.
|
Modifier and Type | Field and Description |
---|---|
private LdapEntryMapper<T> |
DefaultLdapEntryManager.ldapEntryMapper
Mapper for converting ldap entry to object type.
|
Modifier and Type | Method and Description |
---|---|
LdapEntryMapper<T> |
DefaultLdapEntryManager.getLdapEntryMapper()
Returns the ldap entry mapper.
|
Constructor and Description |
---|
DefaultLdapEntryManager(LdapEntryMapper<T> mapper,
ConnectionFactory factory)
Creates a new default ldap entry manager.
|
DefaultLdapEntryManager(LdapEntryMapper<T> mapper,
ConnectionFactory factory,
String[] attrs)
Creates a new default ldap entry manager.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLdapEntryMapper<T>
Stores the class descriptors for a specific object in a static map.
|
Modifier and Type | Class and Description |
---|---|
class |
SpringLdapEntryMapper<T>
Uses a
SpringClassDescriptor for ldap entry mapping. |
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.