See: Description
| Interface | Description |
|---|---|
| BindResult |
A Bind result indicates the status of the client's request for
authentication.
|
| CompareResult |
An Compare result indicates the final status of an Compare operation.
|
| ExtendedResult |
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.
|
| GenericExtendedResult |
A Generic Extended result indicates the final status of an Generic Extended
operation.
|
| GenericIntermediateResponse |
A Generic Intermediate response provides a mechanism for communicating
unrecognized or unsupported Intermediate responses to the client.
|
| IntermediateResponse |
An Intermediate response provides a general mechanism for defining
single-request/multiple-response operations.
|
| PasswordModifyExtendedResult |
The password modify extended result as defined in RFC 3062.
|
| Response |
The base class of all Responses provides methods for querying and
manipulating the set of Controls included with a Response.
|
| Result |
A Result is used to indicate the status of an operation performed by the
server.
|
| SearchResultEntry |
A Search Result Entry represents an entry found during a Search operation.
|
| SearchResultReference |
A Search Result Reference represents an area not yet explored during a Search
operation.
|
| WhoAmIExtendedResult |
The who am I extended result as defined in RFC 4532.
|
| Class | Description |
|---|---|
| AbstractExtendedResult<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
ExtendedResultDecoder interface, 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.
|
| Responses |
This class contains various methods for creating and manipulating responses.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.