Package | Description |
---|---|
org.ldaptive | |
org.ldaptive.provider.jndi |
Modifier and Type | Field and Description |
---|---|
protected static SearchScope |
LdapURL.Entry.DEFAULT_SCOPE
Default scope, value is
OBJECT . |
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 int |
JndiConnection.JndiSearchIterator.getSearchScope(SearchScope ss)
Returns the jndi integer constant for the supplied search scope.
|
Copyright © 2021. All rights reserved.