Uses of Class
org.ldaptive.SearchRequest.Builder
Packages that use SearchRequest.Builder
-
Uses of SearchRequest.Builder in org.ldaptive
Methods in org.ldaptive that return SearchRequest.BuilderModifier and TypeMethodDescriptionSearchRequest.Builder.aliases
(DerefAliases aliases) Sets the deref aliases flag.SearchRequest.Builder.binaryAttributes
(String... attributes) Sets the binary attributes.SearchRequest.Builder.binaryAttributes
(Collection<String> attributes) Sets the binary attributes.static SearchRequest.Builder
SearchRequest.builder()
Creates a builder for this class.static SearchRequest.Builder
SearchRequest.builder
(SearchRequest request) Creates a builder for this class.Sets the base DN.Sets the search filter.Sets the search filter.SearchRequest.Builder.filter
(FilterTemplate template) Sets the search filter.SearchRequest.Builder.returnAttributes
(String... attributes) Sets the return attributes.SearchRequest.Builder.returnAttributes
(Collection<String> attributes) Sets the return attributes.SearchRequest.Builder.scope
(SearchScope scope) Sets the search scope.protected SearchRequest.Builder
SearchRequest.Builder.self()
SearchRequest.Builder.sizeLimit
(int size) Sets the size limit.Sets the time limit.SearchRequest.Builder.typesOnly
(boolean types) Sets the types only.