@PublicAPI(stability=PRIVATE)

Package org.opends.dsml.protocol

This package contains source for a Web application that may be used as a DSML-to-LDAP gateway.

See:
          Description

Class Summary
DSMLAbandonOperation This class provides the functionality for the performing an LDAP ABANDON operation based on the specified DSML request.
DSMLAddOperation This class provides the functionality for the performing an LDAP ADD operation based on the specified DSML request.
DSMLCompareOperation This class provides the functionality for the performing an LDAP COMPARE operation based on the specified DSML request.
DSMLDeleteOperation This class provides the functionality for the performing an LDAP DELETE operation based on the specified DSML request.
DSMLExtendedOperation This class provides the functionality for the performing an LDAP EXTENDED operation based on the specified DSML request.
DSMLModifyDNOperation This class provides the functionality for the performing an LDAP MODIFY_DN operation based on the specified DSML request.
DSMLModifyOperation This class provides the functionality for the performing an LDAP MODIFY operation based on the specified DSML request.
DSMLSearchOperation This class provides the functionality for the performing an LDAP SEARCH operation based on the specified DSML request.
DSMLServlet This class provides the entry point for the DSML request.
 

Package org.opends.dsml.protocol Description

This package contains source for a Web application that may be used as a DSML-to-LDAP gateway. It accepts requests from DSMLv2 clients, forwards them as LDAPv3 requests to a directory server, and converts the LDAPv3 response back to a DSMLv2 response that is sent back to the client.