Package org.forgerock.opendj.ldap.requests


package org.forgerock.opendj.ldap.requests
Classes and interfaces for core LDAP requests.
  • Class
    Description
    The Abandon operation allows a client to request that the server abandon an uncompleted operation.
    An abstract Extended request which can be used as the basis for implementing new Extended operations.
    The Add operation allows a client to request the addition of an entry into the Directory.
    The anonymous SASL bind request as defined in RFC 4505.
    An authentication client which can be used to bind to a server.
    The Bind operation allows authentication information to be exchanged between the client and server.
    The cancel extended request as defined in RFC 3909.
    The Compare operation allows a client to compare an assertion value with the values of a particular attribute in a particular entry in the Directory.
    The CRAM-MD5 SASL bind request as defined in draft-ietf-sasl-crammd5.
    The Delete operation allows a client to request the removal of an entry from the Directory.
    The DIGEST-MD5 SASL bind request as defined in RFC 2831.
    The Extended operation allows additional operations to be defined for services not already available in the protocol; for example, to implement an operation which installs transport layer security (see StartTLSExtendedRequest).
    A factory interface for decoding a generic extended request as an extended request of specific type.
    The External SASL bind request as defined in RFC 4422.
    A generic Bind request which should be used for unsupported authentication methods.
    A generic Extended request which should be used for unsupported extended operations.
    The GSSAPI SASL bind request as defined in RFC 2831.
    The Modify DN operation allows a client to change the Relative Distinguished Name (RDN) of an entry in the Directory and/or to move a subtree of entries to a new location in the Directory.
    The Modify operation allows a client to request that a modification of an entry be performed on its behalf by a server.
    The password modify extended request as defined in RFC 3062.
    The Plain SASL bind request as defined in RFC 4616.
    The base class of all Requests provides methods for querying and manipulating the set of Controls included with a Request.
    This class contains various methods for creating and manipulating requests.
    The SASL authentication method of the Bind operation allows clients to authenticate using one of the SASL authentication methods defined in RFC 4513.
    The Search operation is used to request a server to return, subject to access controls and other restrictions, a set of entries matching a complex search criterion.
    The simple authentication method of the Bind Operation provides three authentication mechanisms: An anonymous authentication mechanism, in which both the name and password are zero length.
    The start TLS extended request as defined in RFC 4511.
    The Unbind operation allows a client to terminate an LDAP session.
    The who am I extended request as defined in RFC 4532.