Uses of Enum Class
org.ldaptive.SearchScope
Packages that use SearchScope
-
Uses of SearchScope in org.ldaptive
Fields in org.ldaptive declared as SearchScopeModifier and TypeFieldDescriptionprotected static final SearchScopeLdapURL.DEFAULT_SCOPEDefault scope, value isOBJECT.private SearchScopeLdapURL.scopeSearch scope of the ldap url.private SearchScopeSearchRequest.searchScopeSearch scope.Methods in org.ldaptive that return SearchScopeModifier and TypeMethodDescriptionLdapURL.getScope()Returns the scope.SearchRequest.getSearchScope()Gets the search scope.static SearchScopeReturns the enum constant of this class with the specified name.static SearchScope[]SearchScope.values()Returns an array containing the constants of this enum class, 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 SearchScopeModifierConstructorDescriptionprotectedLdapURL(String scheme, String hostname, int port, String baseDn, String[] attributes, SearchScope scope, String filter) Creates a new ldap url.SearchRequest(String dn, SearchScope scope, DerefAliases aliases, int size, Duration time, boolean types, Filter filter, String... attributes) Creates a new search request.