Uses of Class
edu.vt.middleware.ldap.bean.AbstractLdapResult
-
Packages that use AbstractLdapResult Package Description edu.vt.middleware.ldap.bean -
-
Uses of AbstractLdapResult in edu.vt.middleware.ldap.bean
Subclasses of AbstractLdapResult in edu.vt.middleware.ldap.bean Modifier and Type Class Description protected class
OrderedLdapBeanFactory.OrderedLdapResult
OrderedLdapResult
represents a collection of ldap entries that are ordered by insertion.protected class
SortedLdapBeanFactory.SortedLdapResult
SortedLdapResult
represents a collection of ldap entries that are sorted by their DN.protected class
UnorderedLdapBeanFactory.UnorderedLdapResult
UnorderedLdapResult
represents a collection of ldap entries that are unordered.
-