class |
AbstractLdapAttribute<T extends java.util.Set<java.lang.Object>> |
AbstractLdapAttribute provides a base implementation of
LdapAttribute where the underlying values are backed by a
Set .
|
class |
AbstractLdapAttributes<T extends java.util.Map<java.lang.String,LdapAttribute>> |
AbstractLdapAttributes provides a base implementation of
LdapAttributes where the underlying attributes are backed by a
Map .
|
class |
AbstractLdapEntry |
AbstractLdapEntry provides a base implementation of
LdapEntry .
|
class |
AbstractLdapResult<T extends java.util.Map<java.lang.String,LdapEntry>> |
AbstractLdapResult provides a base implementation of
LdapResult where the underlying entries are backed by a
Map .
|
protected class |
OrderedLdapBeanFactory.OrderedLdapAttribute |
OrderedLdapAttribute represents a single ldap attribute whose
values are ordered by insertion.
|
protected class |
OrderedLdapBeanFactory.OrderedLdapAttributes |
OrderedLdapAttributes represents a collection of ldap
attribute that are ordered by insertion.
|
protected class |
OrderedLdapBeanFactory.OrderedLdapEntry |
OrderedLdapEntry represents a single ldap entry.
|
protected class |
OrderedLdapBeanFactory.OrderedLdapResult |
OrderedLdapResult represents a collection of ldap entries that
are ordered by insertion.
|
protected class |
SortedLdapBeanFactory.SortedLdapAttribute |
SortedLdapAttribute represents a single ldap attribute whose
values are sorted.
|
protected class |
SortedLdapBeanFactory.SortedLdapAttributes |
SortedLdapAttributes represents a collection of ldap attribute
that are sorted by their name.
|
protected class |
SortedLdapBeanFactory.SortedLdapEntry |
SortedLdapEntry represents a single ldap entry.
|
protected class |
SortedLdapBeanFactory.SortedLdapResult |
SortedLdapResult represents a collection of ldap entries that
are sorted by their DN.
|
protected class |
UnorderedLdapBeanFactory.UnorderedLdapAttribute |
UnorderedLdapAttribute represents a single ldap attribute
whose values are unordered.
|
protected class |
UnorderedLdapBeanFactory.UnorderedLdapAttributes |
UnorderedLdapAttributes represents a collection of ldap
attribute that are unordered.
|
protected class |
UnorderedLdapBeanFactory.UnorderedLdapEntry |
UnorderedLdapEntry represents a single ldap entry.
|
protected class |
UnorderedLdapBeanFactory.UnorderedLdapResult |
UnorderedLdapResult represents a collection of ldap entries
that are unordered.
|