Package | Description |
---|---|
edu.vt.middleware.ldap.bean | |
edu.vt.middleware.ldap.dsml | |
edu.vt.middleware.ldap.ldif |
Modifier and Type | Class and Description |
---|---|
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.OrderedLdapResult
OrderedLdapResult represents a collection of ldap entries that
are ordered by insertion. |
protected class |
SortedLdapBeanFactory.SortedLdapResult
SortedLdapResult represents a collection of ldap entries that
are sorted by their DN. |
protected class |
UnorderedLdapBeanFactory.UnorderedLdapResult
UnorderedLdapResult represents a collection of ldap entries
that are unordered. |
Modifier and Type | Method and Description |
---|---|
LdapResult |
OrderedLdapBeanFactory.newLdapResult()
Create a new instance of
LdapResult . |
LdapResult |
UnorderedLdapBeanFactory.newLdapResult()
Create a new instance of
LdapResult . |
LdapResult |
LdapBeanFactory.newLdapResult()
Create a new instance of
LdapResult . |
LdapResult |
SortedLdapBeanFactory.newLdapResult()
Create a new instance of
LdapResult . |
Modifier and Type | Method and Description |
---|---|
LdapResult |
Dsmlv2.createLdapResult(org.dom4j.Document doc)
This will take a DSML
Document and convert it to a
LdapResult . |
protected abstract LdapResult |
AbstractDsml.createLdapResult(org.dom4j.Document doc)
This will take a DSML
Document and convert it to an Iterator
of LDAP search results. |
LdapResult |
Dsmlv1.createLdapResult(org.dom4j.Document doc)
This will take a DSML
Document and convert it to an
LdapResult . |
LdapResult |
DsmlResultConverter.fromDsmlv1(String dsml)
This reads any entries in the supplied DSML into this
DsmlResult . |
LdapResult |
DsmlResultConverter.fromDsmlv2(String dsml)
This reads any entries in the supplied DSML into this
DsmlResult . |
LdapResult |
AbstractDsml.importDsmlToLdapResult(Reader reader)
This will take a Reader containing a DSML
Document and convert
it to an LdapResult . |
Modifier and Type | Method and Description |
---|---|
org.dom4j.Document |
Dsmlv2.createDsml(LdapResult result)
This will take the results of a prior LDAP query and convert it to a DSML
Document . |
abstract org.dom4j.Document |
AbstractDsml.createDsml(LdapResult result)
This will take the results of a prior LDAP query and convert it to a DSML
Document . |
org.dom4j.Document |
Dsmlv1.createDsml(LdapResult result)
This will take the results of a prior LDAP query and convert it to a DSML
Document . |
void |
AbstractDsml.outputDsml(LdapResult result,
Writer writer)
This will write the supplied LDAP result to the supplied writer in the form
of DSML.
|
String |
DsmlResultConverter.toDsmlv1(LdapResult result)
This returns this
DsmlResult as version 1 DSML. |
String |
DsmlResultConverter.toDsmlv2(LdapResult result)
This returns this
DsmlResult as version 2 DSML. |
Modifier and Type | Method and Description |
---|---|
LdapResult |
LdifResultConverter.fromLdif(String ldif)
This reads any entries in the supplied LDIF into this
LdifResult . |
LdapResult |
Ldif.importLdifToLdapResult(Reader reader)
This will take a Reader containing an LDIF and convert it to an
LdapResult . |
Modifier and Type | Method and Description |
---|---|
String |
Ldif.createLdif(LdapResult result)
This will take the results of a prior LDAP query and convert it to LDIF.
|
void |
Ldif.outputLdif(LdapResult result,
Writer writer)
This will write the supplied LDAP search results to the supplied writer in
LDIF form.
|
String |
LdifResultConverter.toLdif(LdapResult result)
This returns this
LdifResult as LDIF. |
Copyright © 2014. All rights reserved.