Uses of Interface
edu.vt.middleware.ldap.bean.LdapResult

Packages that use LdapResult
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
 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.
 

Methods in edu.vt.middleware.ldap.bean that return LdapResult
 LdapResult UnorderedLdapBeanFactory.newLdapResult()
          Create a new instance of LdapResult.
 LdapResult SortedLdapBeanFactory.newLdapResult()
          Create a new instance of LdapResult.
 LdapResult OrderedLdapBeanFactory.newLdapResult()
          Create a new instance of LdapResult.
 LdapResult LdapBeanFactory.newLdapResult()
          Create a new instance of LdapResult.
 

Uses of LdapResult in edu.vt.middleware.ldap.dsml
 

Methods in edu.vt.middleware.ldap.dsml that return LdapResult
 LdapResult Dsmlv2.createLdapResult(org.dom4j.Document doc)
          This will take a DSML Document and convert it to a LdapResult.
 LdapResult Dsmlv1.createLdapResult(org.dom4j.Document doc)
          This will take a DSML Document and convert it to an 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 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.
 

Methods in edu.vt.middleware.ldap.dsml with parameters of type LdapResult
 org.dom4j.Document Dsmlv2.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.
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.
 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.
 

Uses of LdapResult in edu.vt.middleware.ldap.ldif
 

Methods in edu.vt.middleware.ldap.ldif that return LdapResult
 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.
 

Methods in edu.vt.middleware.ldap.ldif with parameters of type LdapResult
 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 © 2003-2010 Virginia Tech. All Rights Reserved.