Uses of Class
org.forgerock.opendj.ldap.SearchScope
-
Packages that use SearchScope Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes.org.forgerock.opendj.ldap.messages Classes and interfaces for core LDAP requests/responses.org.forgerock.opendj.rest2ldap.authz This package containsFilterto authenticate and authorize LDAP connections.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages.org.opends.server.types Contains implementations for a number of Directory Server data types.org.opends.server.types.operation Contains a number of interfaces that are implemented by the various types of Directory Server operations. -
-
Uses of SearchScope in org.forgerock.opendj.ldap
Fields in org.forgerock.opendj.ldap declared as SearchScope Modifier and Type Field Description static SearchScopeSearchScope. BASE_OBJECTThe scope is constrained to the search base entry.static SearchScopeSearchScope. SINGLE_LEVELThe scope is constrained to the immediate subordinates of the search base entry.static SearchScopeSearchScope. SUBORDINATESThe scope is constrained to all the subordinates of the search base entry, but does not include the search base entry itself (as wholeSubtree does).static SearchScopeSearchScope. WHOLE_SUBTREEThe scope is constrained to the search base entry and to all its subordinates.Methods in org.forgerock.opendj.ldap that return SearchScope Modifier and Type Method Description SearchScopeLdapUrl. getScope()Returns the search scope associated with this LDAP URL.static SearchScopeSearchScope. valueOf(int intValue)Returns the search scope having the specified integer value as defined in RFC 4511 section 4.5.1.2.static SearchScopeSearchScope. valueOf(String name)Returns the search scope having the specified name as defined in RFC 4511 section 4.5.1.2.Methods in org.forgerock.opendj.ldap that return types with arguments of type SearchScope Modifier and Type Method Description static List<SearchScope>SearchScope. values()Returns an unmodifiable list containing the set of available search scopes indexed on their integer value as defined in RFC 4511 section 4.5.1.2.Methods in org.forgerock.opendj.ldap with parameters of type SearchScope Modifier and Type Method Description booleanDn. isInScopeOf(String dn, SearchScope scope)Returnstrueif this DN matches the provided base DN and search scope.booleanDn. isInScopeOf(Dn dn, SearchScope scope)Returnstrueif this DN matches the provided base DN and search scope.ConnectionEntryReaderAbstractConnection. search(String baseObject, SearchScope scope, String filter, String... attributeDescriptions)ConnectionEntryReaderAbstractConnectionWrapper. search(String baseObject, SearchScope scope, String filter, String... attributeDescriptions)Searches the Directory Server using the provided search parameters.ConnectionEntryReaderConnection. search(String baseObject, SearchScope scope, String filter, String... attributeDescriptions)Searches the Directory Server using the provided search parameters.SearchResultEntryAbstractConnection. searchSingleEntry(String baseObject, SearchScope scope, String filter, String... attributeDescriptions)SearchResultEntryAbstractConnectionWrapper. searchSingleEntry(String baseObject, SearchScope scope, String filter, String... attributeDescriptions)Searches the Directory Server for a single entry using the provided search parameters.SearchResultEntryConnection. searchSingleEntry(String baseObject, SearchScope scope, String filter, String... attributeDescriptions)Searches the Directory Server for a single entry using the provided search parameters.Constructors in org.forgerock.opendj.ldap with parameters of type SearchScope Constructor Description LdapUrl(boolean isSecured, String host, Integer port, Dn name, SearchScope scope, Filter filter, String... attributes)Creates a new LDAP URL including the full set of parameters for a search request. -
Uses of SearchScope in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return SearchScope Modifier and Type Method Description SearchScopeSearchRequest. getScope()Returns the scope of the search.Methods in org.forgerock.opendj.ldap.messages with parameters of type SearchScope Modifier and Type Method Description static SearchRequestRequests. newSearchRequest(String name, SearchScope scope)Creates a new search request using the provided distinguished name and scope.static SearchRequestRequests. newSearchRequest(String name, SearchScope scope, String filter, String... attributeDescriptions)Creates a new search request using the provided distinguished name, scope, and filter, decoded using the default schema.static SearchRequestRequests. newSearchRequest(Dn name, SearchScope scope)Creates a new search request using the provided distinguished name and scope.static SearchRequestRequests. newSearchRequest(Dn name, SearchScope scope, Filter filter, String... attributeDescriptions)Creates a new search request using the provided distinguished name, scope, and filter.static SearchRequestRequests. newSingleEntrySearchRequest(String name, SearchScope scope, String filter, String... attributeDescriptions)Creates a new search request for a single entry, using the provided distinguished name, scope, and filter, decoded using the default schema.static SearchRequestRequests. newSingleEntrySearchRequest(Dn name, SearchScope scope, Filter filter, String... attributeDescriptions)Creates a new search request for a single entry, using the provided distinguished name, scope, and filter.SearchRequestSearchRequest. setScope(SearchScope scope)Sets the scope of the search. -
Uses of SearchScope in org.forgerock.opendj.rest2ldap.authz
Methods in org.forgerock.opendj.rest2ldap.authz with parameters of type SearchScope Modifier and Type Method Description static AuthenticationStrategyAuthenticationStrategies. newSearchThenBindStrategy(LdapClient searchLdapClient, LdapClient bindLdapClient, Dn baseDN, SearchScope searchScope, String filterTemplate)Creates anAuthenticationStrategyperforming authentication against an LDAP server by first performing a lookup of the entry to bind with. -
Uses of SearchScope in org.opends.server.api
Methods in org.opends.server.api with parameters of type SearchScope Modifier and Type Method Description Flowable<Entry>Group. getAllMembers(Dn baseDN, SearchScope scope, Filter filter)Retrieves an iterator that may be used to cursor through the entries of the members contained in this group, or its nested groups. -
Uses of SearchScope in org.opends.server.core
Methods in org.opends.server.core that return SearchScope Modifier and Type Method Description SearchScopeSearchOperation. getScope()Retrieves the scope for this search operation.Methods in org.opends.server.core with parameters of type SearchScope Modifier and Type Method Description voidSearchOperation. setScope(SearchScope scope)Specifies the scope for this search operation. -
Uses of SearchScope in org.opends.server.extensions
Methods in org.opends.server.extensions with parameters of type SearchScope Modifier and Type Method Description Flowable<Entry>DynamicGroup. getAllMembers(Dn baseDN, SearchScope scope, Filter filter)Flowable<Entry>StaticGroup. getAllMembers(Dn baseDN, SearchScope scope, Filter filter)Flowable<Entry>VirtualStaticGroup. getAllMembers(Dn baseDN, SearchScope scope, Filter filter) -
Uses of SearchScope in org.opends.server.types
Methods in org.opends.server.types that return SearchScope Modifier and Type Method Description SearchScopeLDAPURL. getScope()Retrieves the search scope for this LDAP URL.SearchScopeVirtualAttributeRule. getScope()Retrieves the scope of entries in the base DNs that are eligible to have this virtual attribute.Constructors in org.opends.server.types with parameters of type SearchScope Constructor Description VirtualAttributeRule(AttributeType attributeType, VirtualAttributeProvider<? extends VirtualAttributeCfg> provider, Set<Dn> baseDNs, SearchScope scope, Set<Dn> groupDNs, Set<Filter> anyFilter, VirtualAttributeCfgDefn.ConflictBehavior conflictBehavior)Creates a new virtual attribute rule with the provided information. -
Uses of SearchScope in org.opends.server.types.operation
Methods in org.opends.server.types.operation that return SearchScope Modifier and Type Method Description SearchScopeInProgressSearchOperation. getScope()Retrieves the scope for this search operation.SearchScopePostOperationSearchOperation. getScope()Retrieves the scope for this search operation.SearchScopePostResponseSearchOperation. getScope()Retrieves the scope for this search operation.SearchScopePreOperationSearchOperation. getScope()Retrieves the scope for this search operation.SearchScopePreParseSearchOperation. getScope()Retrieves the scope for this search operation.Methods in org.opends.server.types.operation with parameters of type SearchScope Modifier and Type Method Description voidPreParseSearchOperation. setScope(SearchScope scope)Specifies the scope for this search operation.
-