Package | Description |
---|---|
org.opends.dsml.protocol |
This package contains source for a Web application that may be used as a
DSML-to-LDAP gateway.
|
Modifier and Type | Method and Description |
---|---|
static ResultCode |
ResultCodeFactory.create(ObjectFactory objFactory,
int resultCode)
Create a ResultCode object that contains the resultCode, and, if valid,
a text description (from RFC 2251) of the resultCode.
|
LDAPResult |
DSMLAbandonOperation.doOperation(ObjectFactory objFactory,
AbandonRequest abandonRequest,
List<Control> controls)
Perform the LDAP ABANDON operation and send the result back to the
client.
|
LDAPResult |
DSMLAddOperation.doOperation(ObjectFactory objFactory,
AddRequest addRequest,
List<Control> controls)
Perform the LDAP ADD operation and return the result to the client.
|
LDAPResult |
DSMLCompareOperation.doOperation(ObjectFactory objFactory,
CompareRequest compareRequest,
List<Control> controls)
Perform the LDAP COMPARE operation and send the result back to the
client.
|
LDAPResult |
DSMLDeleteOperation.doOperation(ObjectFactory objFactory,
DelRequest deleteRequest,
List<Control> controls)
Perform the LDAP DELETE operation and send the result back to the
client.
|
ExtendedResponse |
DSMLExtendedOperation.doOperation(ObjectFactory objFactory,
ExtendedRequest extendedRequest,
List<Control> controls)
Perform the LDAP EXTENDED operation and send the result back to the
client.
|
LDAPResult |
DSMLModifyDNOperation.doOperation(ObjectFactory objFactory,
ModifyDNRequest modifyDNRequest,
List<Control> controls)
Perform the LDAP Modify DN operation and send the result back to the
client.
|
LDAPResult |
DSMLModifyOperation.doOperation(ObjectFactory objFactory,
ModifyRequest modifyRequest,
List<Control> controls)
Perform the LDAP Modify operation and send the result back to the client.
|
SearchResponse |
DSMLSearchOperation.doSearch(ObjectFactory objFactory,
SearchRequest searchRequest,
List<Control> controls)
Perform the LDAP SEARCH operation and send the result back to the
client.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.