AbstractLdapAttribute<T extends Set<java.lang.Object>> |
AbstractLdapAttribute provides a base implementation of
LdapAttribute where the underlying values are backed by a
Set .
|
AbstractLdapAttributes<T extends Map<java.lang.String,LdapAttribute>> |
AbstractLdapAttributes provides a base implementation of
LdapAttributes where the underlying attributes are backed by a
Map .
|
AbstractLdapBean |
AbstractLdapBean provides common implementations to other bean
objects.
|
AbstractLdapEntry |
AbstractLdapEntry provides a base implementation of
LdapEntry .
|
AbstractLdapResult<T extends Map<java.lang.String,LdapEntry>> |
AbstractLdapResult provides a base implementation of
LdapResult where the underlying entries are backed by a
Map .
|
LdapBeanProvider |
LdapBeanProvider provides a single source for ldap bean types
and configuration.
|
OrderedLdapBeanFactory |
OrderedLdapBeanFactory provides an ldap bean factory that
produces ordered ldap beans.
|
SortedLdapBeanFactory |
SortedLdapBeanFactory provides an ldap bean factory that
produces sorted ldap beans.
|
UnorderedLdapBeanFactory |
UnorderedLdapBeanFactory provides an ldap bean factory that
produces unordered ldap beans.
|