Uses of Interface
edu.vt.middleware.ldap.bean.LdapBeanFactory
-
Packages that use LdapBeanFactory Package Description 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 Modifier and Type Field Description protected LdapBeanFactoryLdapSearch. beanFactoryLdap bean factory.Methods in edu.vt.middleware.ldap that return LdapBeanFactory Modifier and Type Method Description LdapBeanFactoryLdapSearch. getLdapBeanFactory()Returns the factory for creating ldap beans.Methods in edu.vt.middleware.ldap with parameters of type LdapBeanFactory Modifier and Type Method Description voidLdapSearch. 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 Modifier and Type Class Description classOrderedLdapBeanFactoryOrderedLdapBeanFactoryprovides an ldap bean factory that produces ordered ldap beans.classSortedLdapBeanFactorySortedLdapBeanFactoryprovides an ldap bean factory that produces sorted ldap beans.classUnorderedLdapBeanFactoryUnorderedLdapBeanFactoryprovides an ldap bean factory that produces unordered ldap beans.Fields in edu.vt.middleware.ldap.bean declared as LdapBeanFactory Modifier and Type Field Description protected LdapBeanFactoryAbstractLdapBean. beanFactoryFactory for creating ldap beans.Methods in edu.vt.middleware.ldap.bean that return LdapBeanFactory Modifier and Type Method Description static LdapBeanFactoryLdapBeanProvider. getLdapBeanFactory()Returns the factory for creating ldap beans.Methods in edu.vt.middleware.ldap.bean with parameters of type LdapBeanFactory Modifier and Type Method Description static voidLdapBeanProvider. setLdapBeanFactory(LdapBeanFactory lbf)Sets the factory for creating ldap beans.Constructors in edu.vt.middleware.ldap.bean with parameters of type LdapBeanFactory Constructor Description AbstractLdapAttribute(LdapBeanFactory lbf)Creates a newAbstractLdapAttributewith the supplied ldap bean factory.AbstractLdapAttributes(LdapBeanFactory lbf)Creates a newAbstractLdapAttributeswith the supplied ldap bean factory.AbstractLdapBean(LdapBeanFactory lbf)Creates a newAbstractLdapBeanwith the supplied ldap bean factory.AbstractLdapEntry(LdapBeanFactory lbf)Creates a newAbstractLdapEntrywith the supplied ldap bean factory.AbstractLdapResult(LdapBeanFactory lbf)Creates a newAbstractLdapResultwith the supplied ldap bean factory. -
Uses of LdapBeanFactory in edu.vt.middleware.ldap.dsml
Fields in edu.vt.middleware.ldap.dsml declared as LdapBeanFactory Modifier and Type Field Description protected LdapBeanFactoryAbstractDsml. beanFactoryLdap bean factory.protected LdapBeanFactoryDsmlResultConverter. beanFactoryLdap bean factory.Methods in edu.vt.middleware.ldap.dsml that return LdapBeanFactory Modifier and Type Method Description LdapBeanFactoryAbstractDsml. getLdapBeanFactory()Returns the factory for creating ldap beans.LdapBeanFactoryDsmlResultConverter. getLdapBeanFactory()Returns the factory for creating ldap beans.Methods in edu.vt.middleware.ldap.dsml with parameters of type LdapBeanFactory Modifier and Type Method Description voidAbstractDsml. setLdapBeanFactory(LdapBeanFactory lbf)Sets the factory for creating ldap beans.voidDsmlResultConverter. 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 Modifier and Type Field Description protected LdapBeanFactoryLdif. beanFactoryLdap bean factory.protected LdapBeanFactoryLdifResultConverter. beanFactoryLdap bean factory.Methods in edu.vt.middleware.ldap.ldif that return LdapBeanFactory Modifier and Type Method Description LdapBeanFactoryLdif. getLdapBeanFactory()Returns the factory for creating ldap beans.LdapBeanFactoryLdifResultConverter. getLdapBeanFactory()Returns the factory for creating ldap beans.Methods in edu.vt.middleware.ldap.ldif with parameters of type LdapBeanFactory Modifier and Type Method Description voidLdif. setLdapBeanFactory(LdapBeanFactory lbf)Sets the factory for creating ldap beans.voidLdifResultConverter. setLdapBeanFactory(LdapBeanFactory lbf)Sets the factory for creating ldap beans.
-