Package | Description |
---|---|
org.opends.server.protocols.internal |
Contains the implementation for the "internal" connection handler
and its associated classes.
|
org.opends.server.protocols.jmx |
Contains the implementation for the Directory Server connection handler that
is responsible for interacting with clients using JMX.
|
Modifier and Type | Method and Description |
---|---|
SearchRequest |
SearchRequest.addAttribute(Collection<String> attributeDescriptions)
To be added to
SearchRequest ? |
SearchRequest |
SearchRequest.addAttribute(String... attributeDescriptions)
To be removed.
|
SearchRequest |
SearchRequest.addControl(Collection<Control> controls) |
SearchRequest |
SearchRequest.addControl(Control control) |
static SearchRequest |
Requests.newSearchRequest(DN name,
org.forgerock.opendj.ldap.SearchScope scope)
Return a new search request object.
|
static SearchRequest |
Requests.newSearchRequest(DN name,
org.forgerock.opendj.ldap.SearchScope scope,
SearchFilter filter,
String... attributeDescriptions)
Creates a new search request using the provided distinguished name,
scope, and filter.
|
static SearchRequest |
Requests.newSearchRequest(DN name,
org.forgerock.opendj.ldap.SearchScope scope,
String filter)
Return a new search request object.
|
static SearchRequest |
Requests.newSearchRequest(String name,
org.forgerock.opendj.ldap.SearchScope scope,
String filter)
Return a new search request object.
|
static SearchRequest |
Requests.newSearchRequest(String name,
org.forgerock.opendj.ldap.SearchScope scope,
String filter,
String... attributeDescriptions)
Creates a new search request using the provided distinguished name,
scope, and filter, decoded using the default schema.
|
SearchRequest |
SearchRequest.setDereferenceAliasesPolicy(org.forgerock.opendj.ldap.DereferenceAliasesPolicy policy)
To be removed.
|
SearchRequest |
SearchRequest.setFilter(SearchFilter filter)
To be removed.
|
SearchRequest |
SearchRequest.setFilter(String filter)
To be removed.
|
SearchRequest |
SearchRequest.setName(DN dn)
To be removed.
|
SearchRequest |
SearchRequest.setName(String dn)
To be removed.
|
SearchRequest |
SearchRequest.setScope(org.forgerock.opendj.ldap.SearchScope scope)
To be removed.
|
SearchRequest |
SearchRequest.setSizeLimit(int limit)
To be removed.
|
SearchRequest |
SearchRequest.setTimeLimit(int limit)
To be removed.
|
SearchRequest |
SearchRequest.setTypesOnly(boolean typesOnly)
To be removed.
|
Modifier and Type | Method and Description |
---|---|
InternalSearchOperation |
InternalClientConnection.processSearch(SearchRequest request)
Processes an internal search operation with the provided
information.
|
InternalSearchOperation |
InternalClientConnection.processSearch(SearchRequest request,
InternalSearchListener searchListener)
Processes an internal search operation with the provided
information.
|
Constructor and Description |
---|
InternalSearchOperation(ClientConnection internalConnection,
long operationID,
int messageID,
SearchRequest request)
Creates a new internal search operation with the provided information.
|
InternalSearchOperation(ClientConnection internalConnection,
long operationID,
int messageID,
SearchRequest request,
InternalSearchListener searchListener)
Creates a new internal search operation with the provided information.
|
Modifier and Type | Method and Description |
---|---|
InternalSearchOperation |
JmxClientConnection.processSearch(SearchRequest request)
Processes an Jmx search operation with the provided information.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.