|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchScope | |
|---|---|
| org.ldaptive | |
| org.ldaptive.provider.jndi | |
| Uses of SearchScope in org.ldaptive |
|---|
| Methods in org.ldaptive that return SearchScope | |
|---|---|
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. |
| Methods in org.ldaptive with parameters of type SearchScope | |
|---|---|
void |
SearchRequest.setSearchScope(SearchScope scope)
Sets the search scope. |
| Uses of SearchScope in org.ldaptive.provider.jndi |
|---|
| Methods in org.ldaptive.provider.jndi with parameters of type SearchScope | |
|---|---|
protected int |
JndiConnection.JndiSearchIterator.getSearchScope(SearchScope ss)
Returns the jndi integer constant for the supplied search scope. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||