Uses of Interface
edu.vt.middleware.ldap.bean.LdapBeanFactory

Packages that use LdapBeanFactory
edu.vt.middleware.ldap   
edu.vt.middleware.ldap.bean   
edu.vt.middleware.ldap.dsml   
edu.vt.middleware.ldap.ldif   
 

Uses of LdapBeanFactory in edu.vt.middleware.ldap
 

Fields in edu.vt.middleware.ldap declared as LdapBeanFactory
protected  LdapBeanFactory LdapSearch.beanFactory
          Ldap bean factory.
 

Methods in edu.vt.middleware.ldap that return LdapBeanFactory
 LdapBeanFactory LdapSearch.getLdapBeanFactory()
          Returns the factory for creating ldap beans.
 

Methods in edu.vt.middleware.ldap with parameters of type LdapBeanFactory
 void LdapSearch.setLdapBeanFactory(LdapBeanFactory lbf)
          Sets the factory for creating ldap beans.
 

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

Classes in edu.vt.middleware.ldap.bean that implement LdapBeanFactory
 class OrderedLdapBeanFactory
          OrderedLdapBeanFactory provides an ldap bean factory that produces ordered ldap beans.
 class SortedLdapBeanFactory
          SortedLdapBeanFactory provides an ldap bean factory that produces sorted ldap beans.
 class UnorderedLdapBeanFactory
          UnorderedLdapBeanFactory provides an ldap bean factory that produces unordered ldap beans.
 

Fields in edu.vt.middleware.ldap.bean declared as LdapBeanFactory
protected  LdapBeanFactory AbstractLdapBean.beanFactory
          Factory for creating ldap beans.
 

Methods in edu.vt.middleware.ldap.bean that return LdapBeanFactory
static LdapBeanFactory LdapBeanProvider.getLdapBeanFactory()
          Returns the factory for creating ldap beans.
 

Methods in edu.vt.middleware.ldap.bean with parameters of type LdapBeanFactory
static void LdapBeanProvider.setLdapBeanFactory(LdapBeanFactory lbf)
          Sets the factory for creating ldap beans.
 

Constructors in edu.vt.middleware.ldap.bean with parameters of type LdapBeanFactory
AbstractLdapAttribute(LdapBeanFactory lbf)
          Creates a new AbstractLdapAttribute with the supplied ldap bean factory.
AbstractLdapAttributes(LdapBeanFactory lbf)
          Creates a new AbstractLdapAttributes with the supplied ldap bean factory.
AbstractLdapBean(LdapBeanFactory lbf)
          Creates a new AbstractLdapBean with the supplied ldap bean factory.
AbstractLdapEntry(LdapBeanFactory lbf)
          Creates a new AbstractLdapEntry with the supplied ldap bean factory.
AbstractLdapResult(LdapBeanFactory lbf)
          Creates a new AbstractLdapResult with the supplied ldap bean factory.
 

Uses of LdapBeanFactory in edu.vt.middleware.ldap.dsml
 

Fields in edu.vt.middleware.ldap.dsml declared as LdapBeanFactory
protected  LdapBeanFactory DsmlResultConverter.beanFactory
          Ldap bean factory.
protected  LdapBeanFactory AbstractDsml.beanFactory
          Ldap bean factory.
 

Methods in edu.vt.middleware.ldap.dsml that return LdapBeanFactory
 LdapBeanFactory DsmlResultConverter.getLdapBeanFactory()
          Returns the factory for creating ldap beans.
 LdapBeanFactory AbstractDsml.getLdapBeanFactory()
          Returns the factory for creating ldap beans.
 

Methods in edu.vt.middleware.ldap.dsml with parameters of type LdapBeanFactory
 void DsmlResultConverter.setLdapBeanFactory(LdapBeanFactory lbf)
          Sets the factory for creating ldap beans.
 void AbstractDsml.setLdapBeanFactory(LdapBeanFactory lbf)
          Sets the factory for creating ldap beans.
 

Uses of LdapBeanFactory in edu.vt.middleware.ldap.ldif
 

Fields in edu.vt.middleware.ldap.ldif declared as LdapBeanFactory
protected  LdapBeanFactory LdifResultConverter.beanFactory
          Ldap bean factory.
protected  LdapBeanFactory Ldif.beanFactory
          Ldap bean factory.
 

Methods in edu.vt.middleware.ldap.ldif that return LdapBeanFactory
 LdapBeanFactory LdifResultConverter.getLdapBeanFactory()
          Returns the factory for creating ldap beans.
 LdapBeanFactory Ldif.getLdapBeanFactory()
          Returns the factory for creating ldap beans.
 

Methods in edu.vt.middleware.ldap.ldif with parameters of type LdapBeanFactory
 void LdifResultConverter.setLdapBeanFactory(LdapBeanFactory lbf)
          Sets the factory for creating ldap beans.
 void Ldif.setLdapBeanFactory(LdapBeanFactory lbf)
          Sets the factory for creating ldap beans.
 



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