Package org.forgerock.opendj.ldap.responses
package org.forgerock.opendj.ldap.responses
Classes and interfaces for core LDAP responses.
-
ClassDescriptionAbstractExtendedResult<S extends ExtendedResult>An abstract Extended result which can be used as the basis for implementing new Extended operations.AbstractExtendedResultDecoder<S extends ExtendedResult>This class provides a skeletal implementation of the
ExtendedResultDecoderinterface, to minimize the effort required to implement this interface.AbstractIntermediateResponse<S extends IntermediateResponse>An abstract Intermediate response which can be used as the basis for implementing new Intermediate responses.A Bind result indicates the status of the client's request for authentication.An Compare result indicates the final status of an Compare operation.A Extended result indicates the status of an Extended operation and any additional information associated with the Extended operation, including the optional response name and value.ExtendedResultDecoder<S extends ExtendedResult>A factory interface for decoding a generic extended result as an extended result of specific type.A Generic Extended result indicates the final status of an Generic Extended operation.A Generic Intermediate response provides a mechanism for communicating unrecognized or unsupported Intermediate responses to the client.An Intermediate response provides a general mechanism for defining single-request/multiple-response operations.The password modify extended result as defined in RFC 3062.The base class of all Responses provides methods for querying and manipulating the set of Controls included with a Response.This class contains various methods for creating and manipulating responses.A Result is used to indicate the status of an operation performed by the server.A Search Result Entry represents an entry found during a Search operation.A Search Result Reference represents an area not yet explored during a Search operation.The who am I extended result as defined in RFC 4532.