Uses of Interface
org.apache.directory.api.ldap.model.message.SearchRequest
-
-
Uses of SearchRequest in org.apache.directory.api.dsmlv2.request
Classes in org.apache.directory.api.dsmlv2.request that implement SearchRequest Modifier and Type Class Description classSearchRequestDsmlDSML Decorator for SearchRequestMethods in org.apache.directory.api.dsmlv2.request that return SearchRequest Modifier and Type Method Description SearchRequestSearchRequestDsml. addAllControls(Control[] controls)Adds an array of controls to this Message.SearchRequestSearchRequestDsml. addAttributes(String... attributes)Adds some attributes to the set of entry attributes to return.SearchRequestSearchRequestDsml. addControl(Control control)Adds a control to this Message.SearchRequestSearchRequestDsml. followReferrals()Tells the client to follow referrals instead of throwing exceptionsSearchRequestSearchRequestDsml. ignoreReferrals()Tells the client to ignore referrals instead of throwing exceptions.SearchRequestSearchRequestDsml. removeAttribute(String attribute)Removes an attribute to the set of entry attributes to return.SearchRequestSearchRequestDsml. removeControl(Control control)Deletes a control removing it from this Message.SearchRequestSearchRequestDsml. setBase(Dn baseDn)Sets the search base as a distinguished name.SearchRequestSearchRequestDsml. setDerefAliases(AliasDerefMode aliasDerefAliases)Sets the alias handling parameter.SearchRequestSearchRequestDsml. setFilter(String filter)Sets the search filter associated with this search request.SearchRequestSearchRequestDsml. setFilter(ExprNode filter)Sets the search filter associated with this search request.SearchRequestSearchRequestDsml. setMessageId(int messageId)Sets the Message ID for this requestSearchRequestSearchRequestDsml. setScope(SearchScope scope)Sets the search scope parameter enumeration.SearchRequestSearchRequestDsml. setSizeLimit(long entriesMax)Sets sizelimit that restricts the maximum number of entries to be returned as a result of the search.SearchRequestSearchRequestDsml. setTimeLimit(int secondsMax)Sets the timelimit that restricts the maximum time (in seconds) allowed for a search.SearchRequestSearchRequestDsml. setTypesOnly(boolean typesOnly)An indicator as to whether search results will contain both attribute types and values, or just attribute types.Constructors in org.apache.directory.api.dsmlv2.request with parameters of type SearchRequest Constructor Description SearchRequestDsml(LdapApiService codec, SearchRequest ldapMessage)Creates a new getDecoratedMessage() of SearchRequestDsml. -
Uses of SearchRequest in org.apache.directory.api.ldap.codec.actions.request.search
Method parameters in org.apache.directory.api.ldap.codec.actions.request.search with type arguments of type SearchRequest Modifier and Type Method Description voidInitSearchRequest. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitSearchRequestAttributeDescList. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreSearchRequestAttributeDesc. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreSearchRequestBaseObject. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreSearchRequestDerefAlias. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreSearchRequestScope. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreSearchRequestSizeLimit. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreSearchRequestTimeLimit. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreSearchRequestTypesOnly. action(LdapMessageContainer<SearchRequest> container)The action to be executed. -
Uses of SearchRequest in org.apache.directory.api.ldap.codec.actions.request.search.filter
Method parameters in org.apache.directory.api.ldap.codec.actions.request.search.filter with type arguments of type SearchRequest Modifier and Type Method Description voidInitAndFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitApproxMatchFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitAssertionValueFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitAttributeDescFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitEqualityMatchFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitExtensibleMatchFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitGreaterOrEqualFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitLessOrEqualFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitNotFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitOrFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitPresentFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitSubstringsFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreAny. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreFinal. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreInitial. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreMatchingRuleDnAttributes. action(LdapMessageContainer<SearchRequest> container)voidStoreMatchingRuleId. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreMatchingRuleType. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreMatchValue. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreSubstringFilterType. action(LdapMessageContainer<SearchRequest> container)The action to be executed. -
Uses of SearchRequest in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement SearchRequest Modifier and Type Class Description classSearchRequestImplSearchRequest implementation.Methods in org.apache.directory.api.ldap.model.message that return SearchRequest Modifier and Type Method Description SearchRequestSearchRequest. addAllControls(Control[] controls)Adds an array of controls to this Message.SearchRequestSearchRequestImpl. addAllControls(Control[] controls)Adds an array of controls to this Message.SearchRequestSearchRequest. addAttributes(String... attributes)Adds some attributes to the set of entry attributes to return.SearchRequestSearchRequestImpl. addAttributes(String... attributesToAdd)Adds some attributes to the set of entry attributes to return.SearchRequestSearchRequest. addControl(Control control)Adds a control to this Message.SearchRequestSearchRequestImpl. addControl(Control control)Adds a control to this Message.SearchRequestSearchRequest. followReferrals()Tells the client to follow referrals instead of throwing exceptionsSearchRequestSearchRequestImpl. followReferrals()Tells the client to follow referrals instead of throwing exceptionsSearchRequestSearchRequest. ignoreReferrals()Tells the client to ignore referrals instead of throwing exceptions.SearchRequestSearchRequestImpl. ignoreReferrals()Tells the client to ignore referrals instead of throwing exceptions.SearchRequestSearchRequest. removeAttribute(String attribute)Removes an attribute to the set of entry attributes to return.SearchRequestSearchRequestImpl. removeAttribute(String attribute)Removes an attribute to the set of entry attributes to return.SearchRequestSearchRequest. removeControl(Control control)Deletes a control removing it from this Message.SearchRequestSearchRequestImpl. removeControl(Control control)Deletes a control removing it from this Message.SearchRequestSearchRequest. setBase(Dn baseDn)Sets the search base as a distinguished name.SearchRequestSearchRequestImpl. setBase(Dn base)Sets the search base as a distinguished name.SearchRequestSearchRequest. setDerefAliases(AliasDerefMode aliasDerefAliases)Sets the alias handling parameter.SearchRequestSearchRequestImpl. setDerefAliases(AliasDerefMode aliasDerefAliases)Sets the alias handling parameter.SearchRequestSearchRequest. setFilter(String filter)Sets the search filter associated with this search request.SearchRequestSearchRequest. setFilter(ExprNode filter)Sets the search filter associated with this search request.SearchRequestSearchRequestImpl. setFilter(String filter)Sets the search filter associated with this search request.SearchRequestSearchRequestImpl. setFilter(ExprNode filter)Sets the search filter associated with this search request.SearchRequestSearchRequest. setMessageId(int messageId)Sets the Message ID for this requestSearchRequestSearchRequestImpl. setMessageId(int messageId)Sets the Message ID for this requestSearchRequestSearchRequest. setScope(SearchScope scope)Sets the search scope parameter enumeration.SearchRequestSearchRequestImpl. setScope(SearchScope scope)Sets the search scope parameter enumeration.SearchRequestSearchRequest. setSizeLimit(long entriesMax)Sets sizelimit that restricts the maximum number of entries to be returned as a result of the search.SearchRequestSearchRequestImpl. setSizeLimit(long entriesMax)Sets sizelimit that restricts the maximum number of entries to be returned as a result of the search.SearchRequestSearchRequest. setTimeLimit(int secondsMax)Sets the timelimit that restricts the maximum time (in seconds) allowed for a search.SearchRequestSearchRequestImpl. setTimeLimit(int secondsMax)Sets the timelimit that restricts the maximum time (in seconds) allowed for a search.SearchRequestSearchRequest. setTypesOnly(boolean typesOnly)An indicator as to whether search results will contain both attribute types and values, or just attribute types.SearchRequestSearchRequestImpl. setTypesOnly(boolean typesOnly)An indicator as to whether search results will contain both attribute types and values, or just attribute types. -
Uses of SearchRequest in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api with parameters of type SearchRequest Modifier and Type Method Description SearchCursorLdapConnection. search(SearchRequest searchRequest)Performs search using a search request object.SearchCursorLdapConnectionWrapper. search(SearchRequest searchRequest)Performs search using a search request object.SearchCursorLdapNetworkConnection. search(SearchRequest searchRequest)Performs search using a search request object.SearchCursorLdapNetworkConnection. search(SearchRequest searchRequest, long localSearchTimeout)Search operation with explicit specification of operation timeout.SearchFutureLdapAsyncConnection. searchAsync(SearchRequest searchRequest)Do a search, on the base object, using the given filter.SearchFutureLdapNetworkConnection. searchAsync(SearchRequest searchRequest)Do a search, on the base object, using the given filter. -
Uses of SearchRequest in org.apache.directory.ldap.client.template
Methods in org.apache.directory.ldap.client.template that return SearchRequest Modifier and Type Method Description SearchRequestLdapConnectionTemplate. newSearchRequest(String baseDn, String filter, SearchScope scope)Returns a newSearchRequestoverbaseDninscopematchingfilterreturning all normal attributes for each matching entry.SearchRequestLdapConnectionTemplate. newSearchRequest(String baseDn, String filter, SearchScope scope, String... attributes)Returns a newSearchRequestoverbaseDninscopematchingfilterreturningattributesfor each matching entry.SearchRequestLdapConnectionTemplate. newSearchRequest(String baseDn, FilterBuilder filter, SearchScope scope)Returns a newSearchRequestoverbaseDninscopematchingfilterreturning all normal attributes for each matching entry.SearchRequestLdapConnectionTemplate. newSearchRequest(String baseDn, FilterBuilder filter, SearchScope scope, String... attributes)Returns a newSearchRequestoverbaseDninscopematchingfilterreturningattributesfor each matching entry.SearchRequestLdapConnectionTemplate. newSearchRequest(Dn baseDn, String filter, SearchScope scope)Returns a newSearchRequestoverbaseDninscopematchingfilterreturning all normal attributes for each matching entry.SearchRequestLdapConnectionTemplate. newSearchRequest(Dn baseDn, String filter, SearchScope scope, String... attributes)Returns a newSearchRequestoverbaseDninscopematchingfilterreturningattributesfor each matching entry.SearchRequestLdapConnectionTemplate. newSearchRequest(Dn baseDn, FilterBuilder filter, SearchScope scope)Returns a newSearchRequestoverbaseDninscopematchingfilterreturning all normal attributes for each matching entry.SearchRequestLdapConnectionTemplate. newSearchRequest(Dn baseDn, FilterBuilder filter, SearchScope scope, String... attributes)Returns a newSearchRequestoverbaseDninscopematchingfilterreturningattributesfor each matching entry.SearchRequestModelFactory. newSearchRequest(String baseDn, String filter, SearchScope scope)Returns a newSearchRequestoverbaseDninscopematchingfilterreturning all normal attributes for each matching entry.SearchRequestModelFactory. newSearchRequest(String baseDn, String filter, SearchScope scope, String... attributes)Returns a newSearchRequestoverbaseDninscopematchingfilterreturningattributesfor each matching entry.SearchRequestModelFactory. newSearchRequest(String baseDn, FilterBuilder filter, SearchScope scope)Returns a newSearchRequestoverbaseDninscopematchingfilterreturning all normal attributes for each matching entry.SearchRequestModelFactory. newSearchRequest(String baseDn, FilterBuilder filter, SearchScope scope, String... attributes)Returns a newSearchRequestoverbaseDninscopematchingfilterreturningattributesfor each matching entry.SearchRequestModelFactory. newSearchRequest(Dn baseDn, String filter, SearchScope scope)Returns a newSearchRequestoverbaseDninscopematchingfilterreturning all normal attributes for each matching entry.SearchRequestModelFactory. newSearchRequest(Dn baseDn, String filter, SearchScope scope, String... attributes)Returns a newSearchRequestoverbaseDninscopematchingfilterreturningattributesfor each matching entry.SearchRequestModelFactory. newSearchRequest(Dn baseDn, FilterBuilder filter, SearchScope scope)Returns a newSearchRequestoverbaseDninscopematchingfilterreturning all normal attributes for each matching entry.SearchRequestModelFactory. newSearchRequest(Dn baseDn, FilterBuilder filter, SearchScope scope, String... attributes)Returns a newSearchRequestoverbaseDninscopematchingfilterreturningattributesfor each matching entry.SearchRequestModelFactoryImpl. newSearchRequest(String baseDn, String filter, SearchScope scope)Returns a newSearchRequestoverbaseDninscopematchingfilterreturning all normal attributes for each matching entry.SearchRequestModelFactoryImpl. newSearchRequest(String baseDn, String filter, SearchScope scope, String... attributes)Returns a newSearchRequestoverbaseDninscopematchingfilterreturningattributesfor each matching entry.SearchRequestModelFactoryImpl. newSearchRequest(String baseDn, FilterBuilder filter, SearchScope scope)Returns a newSearchRequestoverbaseDninscopematchingfilterreturning all normal attributes for each matching entry.SearchRequestModelFactoryImpl. newSearchRequest(String baseDn, FilterBuilder filter, SearchScope scope, String... attributes)Returns a newSearchRequestoverbaseDninscopematchingfilterreturningattributesfor each matching entry.SearchRequestModelFactoryImpl. newSearchRequest(Dn baseDn, String filter, SearchScope scope)Returns a newSearchRequestoverbaseDninscopematchingfilterreturning all normal attributes for each matching entry.SearchRequestModelFactoryImpl. newSearchRequest(Dn baseDn, String filter, SearchScope scope, String... attributes)Returns a newSearchRequestoverbaseDninscopematchingfilterreturningattributesfor each matching entry.SearchRequestModelFactoryImpl. newSearchRequest(Dn baseDn, FilterBuilder filter, SearchScope scope)Returns a newSearchRequestoverbaseDninscopematchingfilterreturning all normal attributes for each matching entry.SearchRequestModelFactoryImpl. newSearchRequest(Dn baseDn, FilterBuilder filter, SearchScope scope, String... attributes)Returns a newSearchRequestoverbaseDninscopematchingfilterreturningattributesfor each matching entry.Methods in org.apache.directory.ldap.client.template with parameters of type SearchRequest Modifier and Type Method Description PasswordWarningLdapConnectionOperations. authenticate(SearchRequest searchRequest, char[] password)Attempts to authenticate the supplied credentials against the first entry found matching the search criteria.PasswordWarningLdapConnectionTemplate. authenticate(SearchRequest searchRequest, char[] password)Attempts to authenticate the supplied credentials against the first entry found matching the search criteria.<T> List<T>LdapConnectionOperations. search(SearchRequest searchRequest, EntryMapper<T> entryMapper)Searches for the entries matching the suppliedsearchRequest, feeding the result into theentryMapper.<T> List<T>LdapConnectionTemplate. search(SearchRequest searchRequest, EntryMapper<T> entryMapper)Searches for the entries matching the suppliedsearchRequest, feeding the result into theentryMapper.<T> TLdapConnectionOperations. searchFirst(SearchRequest searchRequest, EntryMapper<T> entryMapper)Searches for the first entry matching the suppliedsearchRequest, feeding the result into theentryMapper.<T> TLdapConnectionTemplate. searchFirst(SearchRequest searchRequest, EntryMapper<T> entryMapper)Searches for the first entry matching the suppliedsearchRequest, feeding the result into theentryMapper.
-