Uses of Interface
edu.vt.middleware.ldap.bean.LdapResult
-
Packages that use LdapResult Package Description edu.vt.middleware.ldap.bean edu.vt.middleware.ldap.dsml edu.vt.middleware.ldap.ldif -
-
Uses of LdapResult in edu.vt.middleware.ldap.bean
Classes in edu.vt.middleware.ldap.bean that implement LdapResult Modifier and Type Class Description classAbstractLdapResult<T extends java.util.Map<java.lang.String,LdapEntry>>AbstractLdapResultprovides a base implementation ofLdapResultwhere the underlying entries are backed by aMap.protected classOrderedLdapBeanFactory.OrderedLdapResultOrderedLdapResultrepresents a collection of ldap entries that are ordered by insertion.protected classSortedLdapBeanFactory.SortedLdapResultSortedLdapResultrepresents a collection of ldap entries that are sorted by their DN.protected classUnorderedLdapBeanFactory.UnorderedLdapResultUnorderedLdapResultrepresents a collection of ldap entries that are unordered.Methods in edu.vt.middleware.ldap.bean that return LdapResult Modifier and Type Method Description LdapResultLdapBeanFactory. newLdapResult()Create a new instance ofLdapResult.LdapResultOrderedLdapBeanFactory. newLdapResult()Create a new instance ofLdapResult.LdapResultSortedLdapBeanFactory. newLdapResult()Create a new instance ofLdapResult.LdapResultUnorderedLdapBeanFactory. newLdapResult()Create a new instance ofLdapResult. -
Uses of LdapResult in edu.vt.middleware.ldap.dsml
Methods in edu.vt.middleware.ldap.dsml that return LdapResult Modifier and Type Method Description protected abstract LdapResultAbstractDsml. createLdapResult(org.dom4j.Document doc)This will take a DSMLDocumentand convert it to an Iterator of LDAP search results.LdapResultDsmlv1. createLdapResult(org.dom4j.Document doc)This will take a DSMLDocumentand convert it to anLdapResult.LdapResultDsmlv2. createLdapResult(org.dom4j.Document doc)This will take a DSMLDocumentand convert it to aLdapResult.LdapResultDsmlResultConverter. fromDsmlv1(java.lang.String dsml)This reads any entries in the supplied DSML into thisDsmlResult.LdapResultDsmlResultConverter. fromDsmlv2(java.lang.String dsml)This reads any entries in the supplied DSML into thisDsmlResult.LdapResultAbstractDsml. importDsmlToLdapResult(java.io.Reader reader)This will take a Reader containing a DSMLDocumentand convert it to anLdapResult.Methods in edu.vt.middleware.ldap.dsml with parameters of type LdapResult Modifier and Type Method Description abstract org.dom4j.DocumentAbstractDsml. createDsml(LdapResult result)This will take the results of a prior LDAP query and convert it to a DSMLDocument.org.dom4j.DocumentDsmlv1. createDsml(LdapResult result)This will take the results of a prior LDAP query and convert it to a DSMLDocument.org.dom4j.DocumentDsmlv2. createDsml(LdapResult result)This will take the results of a prior LDAP query and convert it to a DSMLDocument.voidAbstractDsml. outputDsml(LdapResult result, java.io.Writer writer)This will write the supplied LDAP result to the supplied writer in the form of DSML.java.lang.StringDsmlResultConverter. toDsmlv1(LdapResult result)This returns thisDsmlResultas version 1 DSML.java.lang.StringDsmlResultConverter. toDsmlv2(LdapResult result)This returns thisDsmlResultas version 2 DSML. -
Uses of LdapResult in edu.vt.middleware.ldap.ldif
Methods in edu.vt.middleware.ldap.ldif that return LdapResult Modifier and Type Method Description LdapResultLdifResultConverter. fromLdif(java.lang.String ldif)This reads any entries in the supplied LDIF into thisLdifResult.LdapResultLdif. importLdifToLdapResult(java.io.Reader reader)This will take a Reader containing an LDIF and convert it to anLdapResult.Methods in edu.vt.middleware.ldap.ldif with parameters of type LdapResult Modifier and Type Method Description java.lang.StringLdif. createLdif(LdapResult result)This will take the results of a prior LDAP query and convert it to LDIF.voidLdif. outputLdif(LdapResult result, java.io.Writer writer)This will write the supplied LDAP search results to the supplied writer in LDIF form.java.lang.StringLdifResultConverter. toLdif(LdapResult result)This returns thisLdifResultas LDIF.
-