| Package | Description | 
|---|---|
| org.ldaptive | |
| org.ldaptive.provider.apache | |
| org.ldaptive.provider.jldap | |
| org.ldaptive.provider.jndi | |
| org.ldaptive.provider.opendj | |
| org.ldaptive.provider.unboundid | 
| Modifier and Type | Field and Description | 
|---|---|
| protected static SearchScope | LdapURL.Entry. DEFAULT_SCOPEDefault scope, value is  OBJECT. | 
| private SearchScope | SearchRequest. searchScopeSearch scope. | 
| private SearchScope | LdapURL.Entry. urlScopeSearch scope of the ldap url. | 
| Modifier and Type | Method and Description | 
|---|---|
| SearchScope | LdapURL.Entry. getScope()Returns the scope. | 
| SearchScope | SearchRequest. getSearchScope()Gets the search scope. | 
| static SearchScope | SearchScope. valueOf(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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SearchRequest. setSearchScope(SearchScope scope)Sets the search scope. | 
| Constructor and Description | 
|---|
| Entry(String scheme,
     String hostname,
     int port,
     String baseDn,
     String[] attributes,
     SearchScope scope,
     SearchFilter filter)Creates a new entry. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected org.apache.directory.api.ldap.model.message.SearchScope | ApacheLdapConnection.AbstractApacheLdapSearch. getSearchScope(SearchScope ss)Returns the apache ldap search scope for the supplied search scope. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected int | JLdapConnection.AbstractJLdapSearch. getSearchScope(SearchScope ss)Returns the jldap integer constant for the supplied search scope. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected int | JndiConnection.JndiSearchIterator. getSearchScope(SearchScope ss)Returns the jndi integer constant for the supplied search scope. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected org.forgerock.opendj.ldap.SearchScope | OpenDJConnection.AbstractOpenDJSearch. getSearchScope(SearchScope ss)Returns the opendj search scope for the supplied search scope. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected com.unboundid.ldap.sdk.SearchScope | UnboundIDConnection.AbstractUnboundIDSearch. getSearchScope(SearchScope ss)Returns the unbound id search scope for the supplied search scope. | 
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.