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 SearchScope
LdapURL.DEFAULT_SCOPE
Default scope, value isOBJECT
.private SearchScope
LdapURL.scope
Search scope of the ldap url.private SearchScope
SearchRequest.searchScope
Search scope.Methods in org.ldaptive that return SearchScopeModifier and TypeMethodDescriptionLdapURL.getScope()
Returns the scope.SearchRequest.getSearchScope()
Gets the search scope.static SearchScope
Returns 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.void
SearchRequest.setSearchScope
(SearchScope scope) Sets the search scope.Constructors in org.ldaptive with parameters of type SearchScopeModifierConstructorDescriptionprotected
LdapURL
(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.