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 LdapBeanFactory
LdapSearch. beanFactory
Ldap bean factory.Methods in edu.vt.middleware.ldap that return LdapBeanFactory Modifier and Type Method Description LdapBeanFactory
LdapSearch. getLdapBeanFactory()
Returns the factory for creating ldap beans.Methods in edu.vt.middleware.ldap with parameters of type LdapBeanFactory Modifier and Type Method Description 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 Modifier and Type Class Description 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 Modifier and Type Field Description protected LdapBeanFactory
AbstractLdapBean. beanFactory
Factory for creating ldap beans.Methods in edu.vt.middleware.ldap.bean that return LdapBeanFactory Modifier and Type Method Description static LdapBeanFactory
LdapBeanProvider. 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 void
LdapBeanProvider. 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 newAbstractLdapAttribute
with the supplied ldap bean factory.AbstractLdapAttributes(LdapBeanFactory lbf)
Creates a newAbstractLdapAttributes
with the supplied ldap bean factory.AbstractLdapBean(LdapBeanFactory lbf)
Creates a newAbstractLdapBean
with the supplied ldap bean factory.AbstractLdapEntry(LdapBeanFactory lbf)
Creates a newAbstractLdapEntry
with the supplied ldap bean factory.AbstractLdapResult(LdapBeanFactory lbf)
Creates a newAbstractLdapResult
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 Modifier and Type Field Description protected LdapBeanFactory
AbstractDsml. beanFactory
Ldap bean factory.protected LdapBeanFactory
DsmlResultConverter. beanFactory
Ldap bean factory.Methods in edu.vt.middleware.ldap.dsml that return LdapBeanFactory Modifier and Type Method Description LdapBeanFactory
AbstractDsml. getLdapBeanFactory()
Returns the factory for creating ldap beans.LdapBeanFactory
DsmlResultConverter. 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 void
AbstractDsml. setLdapBeanFactory(LdapBeanFactory lbf)
Sets the factory for creating ldap beans.void
DsmlResultConverter. 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 LdapBeanFactory
Ldif. beanFactory
Ldap bean factory.protected LdapBeanFactory
LdifResultConverter. beanFactory
Ldap bean factory.Methods in edu.vt.middleware.ldap.ldif that return LdapBeanFactory Modifier and Type Method Description LdapBeanFactory
Ldif. getLdapBeanFactory()
Returns the factory for creating ldap beans.LdapBeanFactory
LdifResultConverter. 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 void
Ldif. setLdapBeanFactory(LdapBeanFactory lbf)
Sets the factory for creating ldap beans.void
LdifResultConverter. setLdapBeanFactory(LdapBeanFactory lbf)
Sets the factory for creating ldap beans.
-