Package | Description |
---|---|
org.forgerock.opendj.ldap.controls |
Classes and interfaces for common LDAP controls.
|
org.forgerock.opendj.ldap.messages |
Classes and interfaces for core LDAP requests/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<RelaxRulesRequestControl> |
RelaxRulesRequestControl.DECODER
A decoder which can be used for decoding the permissive modify 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 |
---|---|
default <C extends Control> |
ProtocolOp.getControl(ControlDecoder<C> decoder)
Decodes and returns the first control in this protocol-op having an OID
corresponding to the provided control decoder using default decode options.
|
<C extends Control> |
WhoAmIExtendedResult.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<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> |
SearchResultReference.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
SearchResultEntry.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
SearchRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
Result.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
ProtocolOp.getControl(ControlDecoder<C> decoder,
DecodeOptions options)
Decodes and returns the first control in this protocol-op having an OID
corresponding to the provided control decoder.
|
<C extends Control> |
PasswordModifyExtendedResult.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> |
InvalidRequest.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> |
GenericExtendedRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
ExtendedResult.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
ExtendedRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
DeleteRequest.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
CompareResult.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> |
BindResult.getControl(ControlDecoder<C> decoder,
DecodeOptions options) |
<C extends Control> |
BindRequest.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) |
Copyright © 2010-2018, ForgeRock All Rights Reserved.