Uses of Enum
org.ldaptive.SearchScope
Packages that use SearchScope
-
Uses of SearchScope in org.ldaptive
Fields in org.ldaptive declared as SearchScopeMethods in org.ldaptive that return SearchScopeModifier and TypeMethodDescriptionSearchRequest.getSearchScope()Gets the search scope.static SearchScopeReturns the enum constant of this type with the specified name.static SearchScope[]SearchScope.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ldaptive with parameters of type SearchScopeModifier and TypeMethodDescriptionSearchRequest.Builder.scope(SearchScope scope) Sets the search scope.voidSearchRequest.setSearchScope(SearchScope scope) Sets the search scope.Constructors in org.ldaptive with parameters of type SearchScopeModifierConstructorDescriptionSearchRequest(String dn, SearchScope scope, DerefAliases aliases, int size, Duration time, boolean types, Filter filter, String... attributes) Creates a new search request. -
Uses of SearchScope in org.ldaptive.url
Fields in org.ldaptive.url declared as SearchScopeModifier and TypeFieldDescription(package private) static final SearchScopeUrl.DEFAULT_SCOPEDefault scope, value isOBJECT.private final SearchScopeUrl.scopeSearch scope of the ldap url.Methods in org.ldaptive.url that return SearchScopeModifier and TypeMethodDescriptionUrl.getScope()Returns the scope.private static SearchScopeDefaultUrlParser.parseScope(String scope) Parses the supplied scope in string form.Constructors in org.ldaptive.url with parameters of type SearchScope