Uses of Interface
org.forgerock.opendj.ldap.controls.ControlDecoder
-
Packages that use ControlDecoder 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.org.opends.server.controls Contains classes that represent specific LDAP controls and their values.org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side.org.opends.server.types Contains implementations for a number of Directory Server data types.org.opends.server.types.operation Contains a number of interfaces that are implemented by the various types of Directory Server operations. -
-
Uses of ControlDecoder in org.forgerock.opendj.ldap.controls
Fields in org.forgerock.opendj.ldap.controls declared as ControlDecoder Modifier and Type Field Description static ControlDecoder<AssertionRequestControl>
AssertionRequestControl. DECODER
A decoder which can be used for decoding the LDAP assertion request control.static ControlDecoder<AuthorizationIdentityRequestControl>
AuthorizationIdentityRequestControl. DECODER
A decoder which can be used for decoding the authorization identity request control.static ControlDecoder<AuthorizationIdentityResponseControl>
AuthorizationIdentityResponseControl. DECODER
A decoder which can be used for decoding the authorization identity response control.static ControlDecoder<EntryChangeNotificationResponseControl>
EntryChangeNotificationResponseControl. DECODER
A decoder which can be used for decoding the entry change notification response control.static ControlDecoder<GetEffectiveRightsRequestControl>
GetEffectiveRightsRequestControl. DECODER
A decoder which can be used for decoding the get effective rights request control.static ControlDecoder<ManageDsaItRequestControl>
ManageDsaItRequestControl. DECODER
A decoder which can be used for decoding the Manage DsaIT request control.static ControlDecoder<MatchedValuesRequestControl>
MatchedValuesRequestControl. DECODER
A decoder which can be used for decoding the matched values request control.static ControlDecoder<PasswordExpiredResponseControl>
PasswordExpiredResponseControl. DECODER
A decoder which can be used for decoding the password expired response control.static ControlDecoder<PasswordExpiringResponseControl>
PasswordExpiringResponseControl. DECODER
A decoder which can be used for decoding the password expiring response control.static ControlDecoder<PasswordPolicyRequestControl>
PasswordPolicyRequestControl. DECODER
A decoder which can be used for decoding the password policy request control.static ControlDecoder<PasswordPolicyResponseControl>
PasswordPolicyResponseControl. DECODER
A decoder which can be used for decoding the password policy response control.static ControlDecoder<PermissiveModifyRequestControl>
PermissiveModifyRequestControl. DECODER
A decoder which can be used for decoding the permissive modify request control.static ControlDecoder<PersistentSearchRequestControl>
PersistentSearchRequestControl. DECODER
A decoder which can be used for decoding the persistent search request control.static ControlDecoder<PostReadRequestControl>
PostReadRequestControl. DECODER
A decoder which can be used for decoding the post-read request control.static ControlDecoder<PostReadResponseControl>
PostReadResponseControl. DECODER
A decoder which can be used for decoding the post-read response control.static ControlDecoder<PreReadRequestControl>
PreReadRequestControl. DECODER
A decoder which can be used for decoding the pre-read request control.static ControlDecoder<PreReadResponseControl>
PreReadResponseControl. DECODER
A decoder which can be used for decoding the pre-read response control.static ControlDecoder<ProxiedAuthV1RequestControl>
ProxiedAuthV1RequestControl. DECODER
A decoder which can be used for decoding the proxied authorization v1 request control.static ControlDecoder<ProxiedAuthV2RequestControl>
ProxiedAuthV2RequestControl. DECODER
A decoder which can be used for decoding the proxied authorization v2 request control.static ControlDecoder<RelaxRulesRequestControl>
RelaxRulesRequestControl. DECODER
A decoder which can be used for decoding the permissive modify request control.static ControlDecoder<ServerSideSortRequestControl>
ServerSideSortRequestControl. DECODER
A decoder which can be used for decoding the server side sort request control.static ControlDecoder<ServerSideSortResponseControl>
ServerSideSortResponseControl. DECODER
A decoder which can be used for decoding the server side sort response control.static ControlDecoder<SimplePagedResultsControl>
SimplePagedResultsControl. DECODER
A decoder which can be used for decoding the simple paged results control.static ControlDecoder<SubentriesRequestControl>
SubentriesRequestControl. DECODER
A decoder which can be used for decoding the sub-entries request control.static ControlDecoder<SubtreeDeleteRequestControl>
SubtreeDeleteRequestControl. DECODER
A decoder which can be used for decoding the sub-tree delete request control.static ControlDecoder<VirtualListViewRequestControl>
VirtualListViewRequestControl. DECODER
A decoder which can be used for decoding the virtual list view request control.static ControlDecoder<VirtualListViewResponseControl>
VirtualListViewResponseControl. DECODER
A decoder which can be used for decoding the virtual list view response control. -
Uses of ControlDecoder in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages with parameters of type ControlDecoder Modifier and Type Method Description <C extends Control>
CAbandonRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CAddRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CBindRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CBindResult. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CCancelExtendedRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CCompareRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CCompareResult. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CDeleteRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CExtendedRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CExtendedResult. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CGenericExtendedRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CGenericExtendedResult. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CGenericIntermediateResponse. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CIntermediateResponse. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CInvalidRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CModifyDnRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CModifyRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CPasswordModifyExtendedRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CPasswordModifyExtendedResult. getControl(ControlDecoder<C> decoder, DecodeOptions options)
default <C extends Control>
CProtocolOp. 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>
CProtocolOp. 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>
CResult. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CSearchRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CSearchResultReference. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CStartTlsExtendedRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CUnbindRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CWhoAmIExtendedRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CWhoAmIExtendedResult. getControl(ControlDecoder<C> decoder, DecodeOptions options)
-
Uses of ControlDecoder in org.opends.server.controls
Fields in org.opends.server.controls declared as ControlDecoder Modifier and Type Field Description static ControlDecoder<EntryChangelogNotificationResponseControl>
EntryChangelogNotificationResponseControl. DECODER
The Control Decoder that can be used to decode this control.static ControlDecoder<ExternalChangelogRequestControl>
ExternalChangelogRequestControl. DECODER
The Control Decoder that can be used to decode this control.static ControlDecoder<InternalModificationsRequestControl>
InternalModificationsRequestControl. DECODER
The Control Decoder that can be used to decode this control.static ControlDecoder<ReplicatedRequestControl>
ReplicatedRequestControl. DECODER
The Control Decoder that can be used to decode this control.static ControlDecoder<SearchBaseDnBackendOnlyControl>
SearchBaseDnBackendOnlyControl. DECODER
Decoder from bytestring. -
Uses of ControlDecoder in org.opends.server.replication.plugin
Fields in org.opends.server.replication.plugin declared as ControlDecoder Modifier and Type Field Description static ControlDecoder<ReplicationRepairRequestControl>
ReplicationRepairRequestControl. DECODER
The Control Decoder that can be used to decode this control. -
Uses of ControlDecoder in org.opends.server.types
Methods in org.opends.server.types with parameters of type ControlDecoder Modifier and Type Method Description <T extends Control>
TOperation. getRequestControl(ControlDecoder<T> d, DecodeOptions options)
-
Uses of ControlDecoder in org.opends.server.types.operation
Methods in org.opends.server.types.operation with parameters of type ControlDecoder Modifier and Type Method Description default <T extends Control>
TPluginOperation. getRequestControl(ControlDecoder<T> d)
Retrieves a control included in the request from the client using the default decode options.<T extends Control>
TPluginOperation. getRequestControl(ControlDecoder<T> d, DecodeOptions options)
Retrieves a control included in the request from the client.
-