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 | Class and Description |
---|---|
class |
ExtendedResponse
Java class for ExtendedResponse complex type.
|
Modifier and Type | Field and Description |
---|---|
protected LDAPResult |
SearchResponse.searchResultDone |
Modifier and Type | Method and Description |
---|---|
LDAPResult |
ObjectFactory.createLDAPResult()
Create an instance of
LDAPResult |
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.
|
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.
|
LDAPResult |
SearchResponse.getSearchResultDone()
Gets the value of the searchResultDone property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<LDAPResult> |
ObjectFactory.createBatchResponseAddResponse(LDAPResult value)
|
JAXBElement<LDAPResult> |
ObjectFactory.createBatchResponseAuthResponse(LDAPResult value)
|
JAXBElement<LDAPResult> |
ObjectFactory.createBatchResponseCompareResponse(LDAPResult value)
|
JAXBElement<LDAPResult> |
ObjectFactory.createBatchResponseDelResponse(LDAPResult value)
|
JAXBElement<LDAPResult> |
ObjectFactory.createBatchResponseModDNResponse(LDAPResult value)
|
JAXBElement<LDAPResult> |
ObjectFactory.createBatchResponseModifyResponse(LDAPResult value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<LDAPResult> |
ObjectFactory.createBatchResponseAddResponse(LDAPResult value)
|
JAXBElement<LDAPResult> |
ObjectFactory.createBatchResponseAuthResponse(LDAPResult value)
|
JAXBElement<LDAPResult> |
ObjectFactory.createBatchResponseCompareResponse(LDAPResult value)
|
JAXBElement<LDAPResult> |
ObjectFactory.createBatchResponseDelResponse(LDAPResult value)
|
JAXBElement<LDAPResult> |
ObjectFactory.createBatchResponseModDNResponse(LDAPResult value)
|
JAXBElement<LDAPResult> |
ObjectFactory.createBatchResponseModifyResponse(LDAPResult value)
|
void |
SearchResponse.setSearchResultDone(LDAPResult value)
Sets the value of the searchResultDone property.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.