Package | Description |
---|---|
org.forgerock.opendj.ldap.controls |
Classes and interfaces for common LDAP controls.
|
org.forgerock.opendj.ldap.requests |
Classes and interfaces for core LDAP requests.
|
org.forgerock.opendj.ldap.responses |
Classes and interfaces for core LDAP responses.
|
Modifier and Type | Field and Description |
---|---|
static ControlDecoder<VirtualListViewResponseControl> |
VirtualListViewResponseControl.DECODER
A decoder which can be used for decoding the virtual list view response control.
|
static ControlDecoder<VirtualListViewRequestControl> |
VirtualListViewRequestControl.DECODER
A decoder which can be used for decoding the virtual list view request control.
|
static ControlDecoder<SubtreeDeleteRequestControl> |
SubtreeDeleteRequestControl.DECODER
A decoder which can be used for decoding the sub-tree delete request control.
|
static ControlDecoder<SubentriesRequestControl> |
SubentriesRequestControl.DECODER
A decoder which can be used for decoding the sub-entries request control.
|
static ControlDecoder<SimplePagedResultsControl> |
SimplePagedResultsControl.DECODER
A decoder which can be used for decoding the simple paged results control.
|
static ControlDecoder<ServerSideSortResponseControl> |
ServerSideSortResponseControl.DECODER
A decoder which can be used for decoding the server side sort response control.
|
static ControlDecoder<ServerSideSortRequestControl> |
ServerSideSortRequestControl.DECODER
A decoder which can be used for decoding the server side sort request control.
|
static ControlDecoder<ProxiedAuthV2RequestControl> |
ProxiedAuthV2RequestControl.DECODER
A decoder which can be used for decoding the proxied authorization v2 request control.
|
static ControlDecoder<ProxiedAuthV1RequestControl> |
ProxiedAuthV1RequestControl.DECODER
A decoder which can be used for decoding the proxied authorization v1 request control.
|
static ControlDecoder<PreReadResponseControl> |
PreReadResponseControl.DECODER
A decoder which can be used for decoding the pre-read response control.
|
static ControlDecoder<PreReadRequestControl> |
PreReadRequestControl.DECODER
A decoder which can be used for decoding the pre-read request control.
|
static ControlDecoder<PostReadResponseControl> |
PostReadResponseControl.DECODER
A decoder which can be used for decoding the post-read response control.
|
static ControlDecoder<PostReadRequestControl> |
PostReadRequestControl.DECODER
A decoder which can be used for decoding the post-read request control.
|
static ControlDecoder<PersistentSearchRequestControl> |
PersistentSearchRequestControl.DECODER
A decoder which can be used for decoding the persistent search request control.
|
static ControlDecoder<PermissiveModifyRequestControl> |
PermissiveModifyRequestControl.DECODER
A decoder which can be used for decoding the permissive modify request control.
|
static ControlDecoder<PasswordPolicyResponseControl> |
PasswordPolicyResponseControl.DECODER
A decoder which can be used for decoding the password policy response control.
|
static ControlDecoder<PasswordPolicyRequestControl> |
PasswordPolicyRequestControl.DECODER
A decoder which can be used for decoding the password policy request control.
|
static ControlDecoder<PasswordExpiringResponseControl> |
PasswordExpiringResponseControl.DECODER
A decoder which can be used for decoding the password expiring response control.
|
static ControlDecoder<PasswordExpiredResponseControl> |
PasswordExpiredResponseControl.DECODER
A decoder which can be used for decoding the password expired response control.
|
static ControlDecoder<MatchedValuesRequestControl> |
MatchedValuesRequestControl.DECODER
A decoder which can be used for decoding the matched values request control.
|
static ControlDecoder<ManageDsaITRequestControl> |
ManageDsaITRequestControl.DECODER
A decoder which can be used for decoding the Manage DsaIT request control.
|
static ControlDecoder<GetEffectiveRightsRequestControl> |
GetEffectiveRightsRequestControl.DECODER
A decoder which can be used for decoding the get effective rights request control.
|
static ControlDecoder<EntryChangeNotificationResponseControl> |
EntryChangeNotificationResponseControl.DECODER
A decoder which can be used for decoding the entry change notification response control.
|
static ControlDecoder<AuthorizationIdentityResponseControl> |
AuthorizationIdentityResponseControl.DECODER
A decoder which can be used for decoding the authorization identity response control.
|
static ControlDecoder<AuthorizationIdentityRequestControl> |
AuthorizationIdentityRequestControl.DECODER
A decoder which can be used for decoding the authorization identity request control.
|
static ControlDecoder<AssertionRequestControl> |
AssertionRequestControl.DECODER
A decoder which can be used for decoding the LDAP assertion request control.
|
Modifier and Type | Method and Description |
---|---|
<C extends Control> |
WhoAmIExtendedRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
UnbindRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
StartTLSExtendedRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
SimpleBindRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
SearchRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
SASLBindRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
Request.getControl(ControlDecoder<C> decoder,
DecodeOptions options)
Decodes and returns the first control in this request having an OID
corresponding to the provided control decoder.
|
<C extends Control> |
PlainSASLBindRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
PasswordModifyExtendedRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
ModifyRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
ModifyDNRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
GenericExtendedRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
GenericBindRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
GSSAPISASLBindRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
ExternalSASLBindRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
ExtendedRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
DigestMD5SASLBindRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
DeleteRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
CompareRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
CancelExtendedRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
CRAMMD5SASLBindRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
BindRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
AnonymousSASLBindRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
AddRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
AbandonRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
Modifier and Type | Method and Description |
---|---|
<C extends Control> |
WhoAmIExtendedResult.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
SearchResultReference.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
SearchResultEntry.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
Result.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
Response.getControl(ControlDecoder<C> decoder,
DecodeOptions options)
Decodes and returns the first control in this response having an OID
corresponding to the provided control decoder.
|
<C extends Control> |
PasswordModifyExtendedResult.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
IntermediateResponse.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
GenericIntermediateResponse.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
GenericExtendedResult.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
ExtendedResult.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
CompareResult.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
BindResult.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
Copyright 2010-2017 ForgeRock AS.