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