Uses of Class
edu.vt.middleware.ldap.bean.AbstractLdapBean

Packages that use AbstractLdapBean
edu.vt.middleware.ldap.bean   
 

Uses of AbstractLdapBean in edu.vt.middleware.ldap.bean
 

Subclasses of AbstractLdapBean in edu.vt.middleware.ldap.bean
 class AbstractLdapAttribute<T extends Set<Object>>
          AbstractLdapAttribute provides a base implementation of LdapAttribute where the underlying values are backed by a Set.
 class AbstractLdapAttributes<T extends Map<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 Map<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.
 



Copyright © 2003-2010 Virginia Tech. All Rights Reserved.