Uses of Class
org.ldaptive.SearchScope
-
Packages that use SearchScope Package Description org.ldaptive -
-
Uses of SearchScope in org.ldaptive
Fields in org.ldaptive declared as SearchScope Modifier and Type Field Description protected static SearchScopeLdapURL. DEFAULT_SCOPEDefault scope, value isOBJECT.Methods in org.ldaptive that return SearchScope Modifier and Type Method Description SearchScopeLdapURL. getScope()Returns the scope.SearchScopeSearchRequest. getSearchScope()Gets the search scope.static SearchScopeSearchScope. valueOf(java.lang.String name)Returns 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 SearchScope Modifier and Type Method Description SearchRequest.BuilderSearchRequest.Builder. scope(SearchScope scope)Sets the search scope.voidSearchRequest. setSearchScope(SearchScope scope)Sets the search scope.Constructors in org.ldaptive with parameters of type SearchScope Constructor Description LdapURL(java.lang.String scheme, java.lang.String hostname, int port, java.lang.String baseDn, java.lang.String[] attributes, SearchScope scope, java.lang.String filter)Creates a new ldap url.SearchRequest(java.lang.String dn, SearchScope scope, DerefAliases aliases, int size, java.time.Duration time, boolean types, Filter filter, java.lang.String... attributes)Creates a new search request.
-