Uses of Interface
org.forgerock.opendj.ldap.messages.ExtendedRequestDecoder
Packages that use ExtendedRequestDecoder
Package
Description
Classes and interfaces for core LDAP requests/responses.
-
Uses of ExtendedRequestDecoder in org.forgerock.opendj.ldap.messages
Fields in org.forgerock.opendj.ldap.messages declared as ExtendedRequestDecoderModifier and TypeFieldDescriptionstatic final ExtendedRequestDecoder<CancelExtendedRequest,ExtendedResult> CancelExtendedRequest.DECODERA decoder which can be used to decode cancel extended operation requests.GenericExtendedRequest.DECODERA decoder which can be used to decode generic extended operation requests.PasswordModifyExtendedRequest.DECODERA decoder which can be used to decode password modify extended operation requests.static final ExtendedRequestDecoder<StartTlsExtendedRequest,ExtendedResult> StartTlsExtendedRequest.DECODERA decoder which can be used to decode start TLS extended operation requests.static final ExtendedRequestDecoder<WhoAmIExtendedRequest,WhoAmIExtendedResult> WhoAmIExtendedRequest.DECODERA decoder which can be used to decode who am I extended operation requests.