Uses of Class
org.ldaptive.SearchRequest
-
-
Uses of SearchRequest in org.ldaptive
Methods in org.ldaptive that return SearchRequest Modifier and Type Method Description static SearchRequestSearchRequest. copy(SearchRequest request)Returns a new search request with the same properties as the supplied request.SearchRequestSearchOperation. getRequest()SearchRequestSearchConnectionValidator. getSearchRequest()Returns the search request.static SearchRequestSearchRequest. objectScopeSearchRequest(java.lang.String dn)Returns a search request initialized for use with an object level search scope.static SearchRequestSearchRequest. objectScopeSearchRequest(java.lang.String dn, java.lang.String[] attrs)Returns a search request initialized for use with an object level search scope.static SearchRequestSearchRequest. objectScopeSearchRequest(java.lang.String dn, java.lang.String[] attrs, java.lang.String filter)Returns a search request initialized for use with an object level search scope.static SearchRequestSearchRequest. objectScopeSearchRequest(java.lang.String dn, java.lang.String[] attrs, Filter filter)Returns a search request initialized for use with an object level search scope.static SearchRequestSearchRequest. objectScopeSearchRequest(java.lang.String dn, java.lang.String[] attrs, FilterTemplate template)Returns a search request initialized for use with an object level search scope.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 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.SearchConnectionValidator.BuilderSearchConnectionValidator.Builder. request(SearchRequest request)Sets the search request to use for validation.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)Sets the search request.Constructors in org.ldaptive with parameters of type SearchRequest Constructor Description Builder(SearchRequest req)Creates a new builder.SearchConnectionValidator(java.time.Duration period, java.time.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 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.java.util.concurrent.BlockingQueue<NotificationClient.NotificationItem>NotificationClient. execute(SearchRequest request)InvokesNotificationClient.execute(SearchRequest, int)with a capacity ofInteger.MAX_VALUE.java.util.concurrent.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, java.lang.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, java.lang.String dn)Returns a search request for an object level search for the supplied DN. -
Uses of SearchRequest in org.ldaptive.control.util
Methods in org.ldaptive.control.util with parameters of type SearchRequest Modifier and Type Method Description 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.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(ConnectionConfig config, SearchRequest request, CookieManager manager)Creates a new sync repl runner.SyncReplRunner(Transport transport, ConnectionConfig config, SearchRequest request, CookieManager manager)Creates a new sync repl runner. -
Uses of SearchRequest in org.ldaptive.jaas
Methods in org.ldaptive.jaas that return SearchRequest Modifier and Type Method Description SearchRequestPropertiesRoleResolverFactory. createSearchRequest(java.util.Map<java.lang.String,?> jaasOptions)SearchRequestRoleResolverFactory. createSearchRequest(java.util.Map<java.lang.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 java.util.Set<LdapRole>RoleResolver. search(SearchRequest request)Executes a search request and converts any attributes to ldap roles.java.util.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, java.io.Reader... readers)Creates a new search request property source.SearchRequestPropertySource(SearchRequest request, java.lang.String... paths)Creates a new search request property source.SearchRequestPropertySource(SearchRequest request, java.util.Properties props)Creates a new search request property source.SearchRequestPropertySource(SearchRequest request, PropertySource.PropertyDomain domain, java.util.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 SearchRequestFollowSearchReferralHandler. createReferralRequest(LdapURL url)protected SearchRequestFollowSearchResultReferenceHandler. 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, java.time.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)
-