Package | Description |
---|---|
edu.vt.middleware.ldap | |
edu.vt.middleware.ldap.bean | |
edu.vt.middleware.ldap.dsml | |
edu.vt.middleware.ldap.ldif |
Modifier and Type | Field and Description |
---|---|
protected LdapBeanFactory |
LdapSearch.beanFactory
Ldap bean factory.
|
Modifier and Type | Method and Description |
---|---|
LdapBeanFactory |
LdapSearch.getLdapBeanFactory()
Returns the factory for creating ldap beans.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapSearch.setLdapBeanFactory(LdapBeanFactory lbf)
Sets the factory for creating ldap beans.
|
Modifier and Type | Class and 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. |
Modifier and Type | Field and Description |
---|---|
protected LdapBeanFactory |
AbstractLdapBean.beanFactory
Factory for creating ldap beans.
|
Modifier and Type | Method and Description |
---|---|
static LdapBeanFactory |
LdapBeanProvider.getLdapBeanFactory()
Returns the factory for creating ldap beans.
|
Modifier and Type | Method and Description |
---|---|
static void |
LdapBeanProvider.setLdapBeanFactory(LdapBeanFactory lbf)
Sets the factory for creating ldap beans.
|
Constructor and Description |
---|
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. |
Modifier and Type | Field and Description |
---|---|
protected LdapBeanFactory |
AbstractDsml.beanFactory
Ldap bean factory.
|
protected LdapBeanFactory |
DsmlResultConverter.beanFactory
Ldap bean factory.
|
Modifier and Type | Method and Description |
---|---|
LdapBeanFactory |
AbstractDsml.getLdapBeanFactory()
Returns the factory for creating ldap beans.
|
LdapBeanFactory |
DsmlResultConverter.getLdapBeanFactory()
Returns the factory for creating ldap beans.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
protected LdapBeanFactory |
LdifResultConverter.beanFactory
Ldap bean factory.
|
protected LdapBeanFactory |
Ldif.beanFactory
Ldap bean factory.
|
Modifier and Type | Method and Description |
---|---|
LdapBeanFactory |
LdifResultConverter.getLdapBeanFactory()
Returns the factory for creating ldap beans.
|
LdapBeanFactory |
Ldif.getLdapBeanFactory()
Returns the factory for creating ldap beans.
|
Modifier and Type | Method and Description |
---|---|
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 © 2016. All rights reserved.