Uses of Class
org.ldaptive.SearchRequest
-
-
Uses of SearchRequest in org.ldaptive
Fields in org.ldaptive declared as SearchRequest Modifier and Type Field Description private SearchRequestSearchOperation. requestSearch request to execute.Methods in org.ldaptive that return SearchRequest Modifier and Type Method Description private SearchRequestSearchOperation. configureRequest(String baseDN, Filter filter, String[] returnAttributes)Creates a new request fromSearchOperation.getRequest()and applies any non-null supplied properties.static SearchRequestSearchRequest. copy(SearchRequest request)Returns a new search request with the same properties as the supplied request.static SearchRequestSearchRequest. copy(SearchRequest request, boolean deep)Returns a new search request with the same properties as the supplied request.SearchRequestSearchOperation. getRequest()SearchRequestSearchConnectionValidator. getSearchRequest()Deprecated.static SearchRequestSearchRequest. objectScopeSearchRequest(String dn)Returns a search request initialized for use with an object level search scope.static SearchRequestSearchRequest. objectScopeSearchRequest(String dn, String[] attrs)Returns a search request initialized for use with an object level search scope.static SearchRequestSearchRequest. objectScopeSearchRequest(String dn, String[] attrs, String filter)Returns a search request initialized for use with an object level search scope.static SearchRequestSearchRequest. objectScopeSearchRequest(String dn, String[] attrs, Filter filter)Returns a search request initialized for use with an object level search scope.static SearchRequestSearchRequest. objectScopeSearchRequest(String dn, String[] attrs, FilterTemplate template)Returns a search request initialized for use with an object level search scope.Methods in org.ldaptive that return types with arguments of type SearchRequest Modifier and Type Method Description protected OperationHandle<SearchRequest,SearchResponse>SearchConnectionValidator. performOperation(Connection conn)Methods in org.ldaptive with parameters of type SearchRequest Modifier and Type Method Description static SearchRequest.BuilderSearchRequest. builder(SearchRequest request)Creates a builder for this class.static SearchRequestSearchRequest. copy(SearchRequest request)Returns a new search request with the same properties as the supplied request.static SearchRequestSearchRequest. copy(SearchRequest request, boolean deep)Returns a new search request with the same properties as the supplied request.static SearchResponseSearchOperation. execute(ConnectionFactory factory, SearchRequest req)Executes a search request.SearchResponseSearchOperation. execute(SearchRequest req)SearchOperationHandleConnection. operation(SearchRequest request)Creates a handle for a search operation.SearchOperation.BuilderSearchOperation.Builder. request(SearchRequest request)Sets the search request.static SearchOperationHandleSearchOperation. send(ConnectionFactory factory, SearchRequest req)Sends a search request.SearchOperationHandleSearchOperation. send(SearchRequest req)Sends the supplied search request.voidSearchOperation. setRequest(SearchRequest req)voidSearchConnectionValidator. setSearchRequest(SearchRequest sr)Deprecated.Constructors in org.ldaptive with parameters of type SearchRequest Constructor Description Builder(SearchRequest req)Creates a new builder.SearchConnectionValidator(Duration period, Duration timeout, SearchRequest request)Creates a new search validator.SearchConnectionValidator(SearchRequest sr)Creates a new search validator.SearchOperation(ConnectionFactory factory, SearchRequest req)Creates a new search operation. -
Uses of SearchRequest in org.ldaptive.ad.control.util
Methods in org.ldaptive.ad.control.util with parameters of type SearchRequest Modifier and Type Method Description private RequestControl[]DirSyncClient. appendRequestControls(SearchRequest request, byte[] cookie)Creates a new array of request controls which includes the dir sync control, extended DN control and show deleted control.private RequestControl[]NotificationClient. appendRequestControls(SearchRequest request)Creates a new array of request controls which includes the notification control.SearchResponseDirSyncClient. execute(SearchRequest request)Performs a search operation with theDirSyncControl.SearchResponseDirSyncClient. execute(SearchRequest request, CookieManager manager)Performs a search operation with theDirSyncControl.SearchResponseDirSyncClient. execute(SearchRequest request, SearchResponse result)Performs a search operation with theDirSyncControl.BlockingQueue<NotificationClient.NotificationItem>NotificationClient. execute(SearchRequest request)InvokesNotificationClient.execute(SearchRequest, int)with a capacity ofInteger.MAX_VALUE.BlockingQueue<NotificationClient.NotificationItem>NotificationClient. execute(SearchRequest request, int capacity)Performs a search operation with theNotificationControl.SearchResponseDirSyncClient. executeToCompletion(SearchRequest request)SearchResponseDirSyncClient. executeToCompletion(SearchRequest request, CookieManager manager)Performs a search operation with theDirSyncControl. -
Uses of SearchRequest in org.ldaptive.ad.handler
Methods in org.ldaptive.ad.handler with parameters of type SearchRequest Modifier and Type Method Description voidAbstractBinaryAttributeHandler. setRequest(SearchRequest request) -
Uses of SearchRequest in org.ldaptive.auth
Methods in org.ldaptive.auth that return SearchRequest Modifier and Type Method Description protected SearchRequestAbstractSearchEntryResolver. createSearchRequest(AuthenticationCriteria ac)Returns a search request for the supplied authentication criteria.protected SearchRequestAuthorizationIdentityEntryResolver. createSearchRequest(AuthenticationCriteria ac, String dn)Returns a search request for an object level search for the supplied DN.protected SearchRequestSearchDnResolver. createSearchRequest(FilterTemplate template)Returns a search request for searching for a single entry in an LDAP, returning no attributes.protected SearchRequestWhoAmIEntryResolver. createSearchRequest(AuthenticationCriteria ac, String dn)Returns a search request for an object level search for the supplied DN. -
Uses of SearchRequest in org.ldaptive.control.util
Fields in org.ldaptive.control.util declared as SearchRequest Modifier and Type Field Description private SearchRequestSyncReplRunner. searchRequestSync repl search request.Methods in org.ldaptive.control.util with parameters of type SearchRequest Modifier and Type Method Description private RequestControl[]PagedResultsClient. appendRequestControls(SearchRequest request, byte[] cookie)Creates a new array of request controls which includes the paged results control.private RequestControl[]PersistentSearchClient. appendRequestControls(SearchRequest request)Creates a new array of request controls which includes the persistent search request control.private RequestControl[]SyncReplClient. appendRequestControls(SearchRequest request, CookieManager manager)Creates a new array of request controls which includes the sync request control.private RequestControl[]VirtualListViewClient. appendRequestControls(SearchRequest request, VirtualListViewRequestControl cntrl)Creates a new array of request controls which includes the VLV and sort controls.SearchResponsePagedResultsClient. execute(SearchRequest request)Performs a search operation with thePagedResultsControl.SearchResponsePagedResultsClient. execute(SearchRequest request, CookieManager manager)Performs a search operation with thePagedResultsControl.SearchResponsePagedResultsClient. execute(SearchRequest request, SearchResponse result)Performs a search operation with thePagedResultsControl.SearchResponseVirtualListViewClient. execute(SearchRequest request, VirtualListViewParams params)Performs a search operation with theVirtualListViewRequestControl.SearchResponseVirtualListViewClient. execute(SearchRequest request, VirtualListViewParams params, SearchResponse result)Performs a search operation with theVirtualListViewRequestControl.SearchResponsePagedResultsClient. executeToCompletion(SearchRequest request)Performs a search operation with thePagedResultsControl.SearchResponsePagedResultsClient. executeToCompletion(SearchRequest request, CookieManager manager)Performs a search operation with thePagedResultsControl.SearchResponseVirtualListViewClient. executeToCompletion(SearchRequest request, VirtualListViewParams params)Performs a search operation with theVirtualListViewRequestControl.SearchOperationHandlePersistentSearchClient. send(SearchRequest request)Performs an async search operation with thePersistentSearchRequestControl.SearchOperationHandleSyncReplClient. send(SearchRequest request)SearchOperationHandleSyncReplClient. send(SearchRequest request, CookieManager manager)Performs an async search operation with theSyncRequestControl.Constructors in org.ldaptive.control.util with parameters of type SearchRequest Constructor Description SyncReplRunner(SingleConnectionFactory cf, SearchRequest request, CookieManager manager)Creates a new sync repl runner. -
Uses of SearchRequest in org.ldaptive.jaas
Fields in org.ldaptive.jaas declared as SearchRequest Modifier and Type Field Description private SearchRequestLdapRoleAuthorizationModule. searchRequestSearch request to use for roles.Methods in org.ldaptive.jaas that return SearchRequest Modifier and Type Method Description SearchRequestPropertiesRoleResolverFactory. createSearchRequest(Map<String,?> jaasOptions)SearchRequestRoleResolverFactory. createSearchRequest(Map<String,?> jaasOptions)Creates a new search request with the supplied JAAS options.Methods in org.ldaptive.jaas with parameters of type SearchRequest Modifier and Type Method Description Set<LdapRole>RoleResolver. search(SearchRequest request)Executes a search request and converts any attributes to ldap roles.Set<LdapRole>SearchRoleResolver. search(SearchRequest request) -
Uses of SearchRequest in org.ldaptive.props
Constructors in org.ldaptive.props with parameters of type SearchRequest Constructor Description SearchRequestPropertySource(SearchRequest request)Creates a new search request property source using the default properties file.SearchRequestPropertySource(SearchRequest request, Reader... readers)Creates a new search request property source.SearchRequestPropertySource(SearchRequest request, String... paths)Creates a new search request property source.SearchRequestPropertySource(SearchRequest request, Properties props)Creates a new search request property source.SearchRequestPropertySource(SearchRequest request, PropertySource.PropertyDomain domain, Properties props)Creates a new search request property source. -
Uses of SearchRequest in org.ldaptive.referral
Methods in org.ldaptive.referral that return SearchRequest Modifier and Type Method Description protected SearchRequestAbstractFollowSearchReferralHandler. createReferralRequest(LdapURL url) -
Uses of SearchRequest in org.ldaptive.transport
Constructors in org.ldaptive.transport with parameters of type SearchRequest Constructor Description DefaultSearchOperationHandle(SearchRequest req, TransportConnection conn, Duration timeout)Creates a new search operation handle. -
Uses of SearchRequest in org.ldaptive.transport.netty
Methods in org.ldaptive.transport.netty with parameters of type SearchRequest Modifier and Type Method Description DefaultSearchOperationHandleNettyConnection. operation(SearchRequest request)
-