Package org.ldaptive

Class SearchExecutor

  • All Implemented Interfaces:
    Message<RequestControl>, Request

    public class SearchExecutor
    extends SearchRequest
    Helper class which encapsulates the try, finally idiom used to execute a SearchOperation. This is a convenience class for searching if you don't need to manage individual connections. In addition, this class provides a way to hold common search request properties constant while changing properties that tend to be more dynamic.