Uses of Class
edu.vt.middleware.ldap.handler.SearchCriteria

Packages that use SearchCriteria
edu.vt.middleware.ldap.handler   
 

Uses of SearchCriteria in edu.vt.middleware.ldap.handler
 

Methods in edu.vt.middleware.ldap.handler with parameters of type SearchCriteria
static Attributes AttributesProcessor.executeHandler(SearchCriteria sc, Attributes attrs, AttributeHandler handler)
          Process the attributes of an ldap search search.
static Attributes AttributesProcessor.executeHandler(SearchCriteria sc, Attributes attrs, AttributeHandler handler, Class<?>[] ignore)
          Process the attributes of an ldap search search.
 List<O> ResultHandler.process(SearchCriteria sc, List<? extends R> l)
          Process the results from an ldap search.
 List<O> AbstractResultHandler.process(SearchCriteria sc, List<? extends R> l)
          This will enumerate through the supplied List and return a List of those results.
 List<SearchResult> RecursiveSearchResultHandler.process(SearchCriteria sc, List<? extends SearchResult> l)
          This will enumerate through the supplied List and return a List of those results.
 List<SearchResult> MergeSearchResultHandler.process(SearchCriteria sc, List<? extends SearchResult> l)
          This will enumerate through the supplied List and return a List of those results.
 List<O> ResultHandler.process(SearchCriteria sc, NamingEnumeration<? extends R> en)
          Process the results from an ldap search.
 List<O> AbstractResultHandler.process(SearchCriteria sc, NamingEnumeration<? extends R> en)
          This will enumerate through the supplied NamingEnumeration and return a List of those results.
 List<O> ResultHandler.process(SearchCriteria sc, NamingEnumeration<? extends R> en, Class<?>[] ignore)
          Process the results from an ldap search.
 List<O> AbstractResultHandler.process(SearchCriteria sc, NamingEnumeration<? extends R> en, Class<?>[] ignore)
          This will enumerate through the supplied NamingEnumeration and return a List of those results.
 List<SearchResult> RecursiveSearchResultHandler.process(SearchCriteria sc, NamingEnumeration<? extends SearchResult> en, Class<?>[] ignore)
          This will enumerate through the supplied NamingEnumeration and return a List of those results.
 List<SearchResult> MergeSearchResultHandler.process(SearchCriteria sc, NamingEnumeration<? extends SearchResult> en, Class<?>[] ignore)
          This will enumerate through the supplied NamingEnumeration and return a List of those results.
protected  Attributes EntryDnSearchResultHandler.processAttributes(SearchCriteria sc, SearchResult sr)
          Process the attributes of an ldap search.
protected  Attributes CopySearchResultHandler.processAttributes(SearchCriteria sc, SearchResult sr)
          Process the attributes of an ldap search.
protected  String FqdnSearchResultHandler.processDn(SearchCriteria sc, SearchResult sr)
          Process the dn of an ldap search result.
protected  String CopySearchResultHandler.processDn(SearchCriteria sc, SearchResult sr)
          Process the dn of an ldap search result.
protected  String CaseChangeSearchResultHandler.processDn(SearchCriteria sc, SearchResult sr)
          Process the dn of an ldap search result.
protected  Attribute RecursiveAttributeHandler.processResult(SearchCriteria sc, Attribute attr)
          This will return a deep copy of the supplied Attribute.
protected  Attribute CopyAttributeHandler.processResult(SearchCriteria sc, Attribute attr)
          This will return a deep copy of the supplied Attribute.
protected  Attribute CaseChangeAttributeHandler.processResult(SearchCriteria sc, Attribute attr)
          This will return a deep copy of the supplied Attribute.
protected abstract  O AbstractResultHandler.processResult(SearchCriteria sc, R r)
          Processes the supplied result.
protected  SearchResult CopySearchResultHandler.processResult(SearchCriteria sc, SearchResult sr)
          This will return a deep copy of the supplied SearchResult.
protected  T CopyResultHandler.processResult(SearchCriteria sc, T r)
          Returns the supplied result unaltered.
protected  Object CopyAttributeHandler.processValue(SearchCriteria sc, Object value)
          This returns the supplied value unaltered.
protected  Object CaseChangeAttributeHandler.processValue(SearchCriteria sc, Object value)
          This returns the supplied value unaltered.
protected  Object BinaryAttributeHandler.processValue(SearchCriteria sc, Object value)
          This base64 encodes the supplied value if it is of type byte[].
 



Copyright © 2003-2010 Virginia Tech. All Rights Reserved.