Uses of Interface
org.apache.directory.api.ldap.model.message.Message
-
-
Uses of Message in org.apache.directory.api.dsmlv2
Classes in org.apache.directory.api.dsmlv2 with type parameters of type Message Modifier and Type Class Description classAbstractDsmlMessageDecorator<M extends Message>An abstract DSML Message decorator base class.Classes in org.apache.directory.api.dsmlv2 that implement Message Modifier and Type Class Description classAbstractDsmlMessageDecorator<M extends Message>An abstract DSML Message decorator base class.Methods in org.apache.directory.api.dsmlv2 that return Message Modifier and Type Method Description MessageAbstractDsmlMessageDecorator. addAllControls(Control[] controlsToAdd)Adds an array of controls to this Message.MessageAbstractDsmlMessageDecorator. addControl(Control control)Adds a control to this Message.MessageAbstractDsmlMessageDecorator. removeControl(Control control)Deletes a control removing it from this Message.MessageAbstractDsmlMessageDecorator. setMessageId(int messageId)Sets the Message ID for this request -
Uses of Message in org.apache.directory.api.dsmlv2.request
Classes in org.apache.directory.api.dsmlv2.request that implement Message Modifier and Type Class Description classAbandonRequestDsmlDSML Decorator for AbandonRequestclassAbstractRequestDsml<E extends Request>Abstract class for DSML requests.classAbstractResultResponseRequestDsml<E extends ResultResponseRequest,F extends ResultResponse>Abstract class for DSML requests.classAddRequestDsmlDSML Decorator for AddRequestclassBindRequestDsmlDSML Decorator for BindRequestclassCompareRequestDsmlDSML Decorator for CompareRequestclassDelRequestDsmlDSML Decorator for DeleteRequestclassExtendedRequestDsml<Q extends ExtendedRequest,P extends ExtendedResponse>DSML Decorator for ExtendedRequestclassModifyDNRequestDsmlDSML Decorator for ModifyDNRequestclassModifyRequestDsmlDSML Decorator for ModifyRequestclassSearchRequestDsmlDSML Decorator for SearchRequest -
Uses of Message in org.apache.directory.api.dsmlv2.response
Classes in org.apache.directory.api.dsmlv2.response that implement Message Modifier and Type Class Description classAbstractResponseDsml<E extends Response>Base class for all DSML responses.classAbstractResultResponseDsml<E extends ResultResponse>Base class for all DSML responses.classAddResponseDsmlDSML Decorator for AddResponseclassBindResponseDsmlDSML Decorator for AuthResponseclassCompareResponseDsmlDSML Decorator for CompareResponseclassDelResponseDsmlDSML Decorator for DelResponseclassErrorResponseClass representing Error Response.classExtendedResponseDsmlDSML Decorator for ExtendedResponseclassModDNResponseDsmlDSML Decorator for ModDNResponseclassModifyResponseDsmlDSML Decorator for ModifyResponseclassSearchResponseThis class represents the DSML Search ResponseclassSearchResponseDsmlThis class represents the Search Response Dsml Container.classSearchResultDoneDsmlDSML Decorator for SearchResultDoneclassSearchResultEntryDsmlDSML Decorator for SearchResultEntryclassSearchResultReferenceDsmlDSML Decorator for SearchResultReferenceConstructors in org.apache.directory.api.dsmlv2.response with parameters of type Message Constructor Description LdapResultDsml(LdapApiService codec, LdapResult result, Message message)Creates a new instance of LdapResultDsml.SearchResponseDsml(LdapApiService codec, Message response)Creates a new getDecoratedMessage() of SearchResponseDsml. -
Uses of Message in org.apache.directory.api.ldap.codec.actions
Method parameters in org.apache.directory.api.ldap.codec.actions with type arguments of type Message Modifier and Type Method Description voidAllowGrammarEnd. action(LdapMessageContainer<Message> container)The action to be executed.voidCheckLengthNotNull. action(LdapMessageContainer<Message> container)The action to be executed. -
Uses of Message in org.apache.directory.api.ldap.codec.actions.controls
Method parameters in org.apache.directory.api.ldap.codec.actions.controls with type arguments of type Message Modifier and Type Method Description voidInitControls. action(LdapMessageContainer<Message> container)The action to be executed.voidStoreControlCriticality. action(LdapMessageContainer<Message> container)The action to be executed.voidStoreControlName. action(LdapMessageContainer<Message> container)The action to be executed.voidStoreControlValue. action(LdapMessageContainer<Message> container)The action to be executed. -
Uses of Message in org.apache.directory.api.ldap.codec.actions.ldapMessage
Method parameters in org.apache.directory.api.ldap.codec.actions.ldapMessage with type arguments of type Message Modifier and Type Method Description voidInitLdapMessage. action(LdapMessageContainer<Message> container)The action to be executed.voidStoreMessageId. action(LdapMessageContainer<Message> container)The action to be executed. -
Uses of Message in org.apache.directory.api.ldap.codec.actions.ldapResult
Method parameters in org.apache.directory.api.ldap.codec.actions.ldapResult with type arguments of type Message Modifier and Type Method Description voidAddReferral. action(LdapMessageContainer<Message> container)The action to be executed.voidInitReferrals. action(LdapMessageContainer<Message> container)The action to be executed.voidStoreErrorMessage. action(LdapMessageContainer<Message> container)The action to be executed.voidStoreMatchedDN. action(LdapMessageContainer<Message> container)The action to be executed.voidStoreResultCode. action(LdapMessageContainer<Message> container)The action to be executed. -
Uses of Message in org.apache.directory.api.ldap.codec.api
Classes in org.apache.directory.api.ldap.codec.api with type parameters of type Message Modifier and Type Class Description classLdapMessageContainer<E extends Message>The LdapMessage container stores all the messages decoded by the Asn1Decoder.Methods in org.apache.directory.api.ldap.codec.api that return Message Modifier and Type Method Description MessageLdapDecoder. decode(InputStream in, LdapMessageContainer<? extends Message> container)Decodes a PDU from an input stream into a Ldap message container.MessageResponseCarryingException. getResponse()Get the constructed responseMethods in org.apache.directory.api.ldap.codec.api with parameters of type Message Modifier and Type Method Description static ByteBufferLdapEncoder. encodeMessage(Asn1Buffer buffer, LdapApiService codec, Message message)Generate the PDU which contains the encoded object.voidResponseCarryingException. setResponse(Message response)Set a response if we get an exception while parsing the messageMethod parameters in org.apache.directory.api.ldap.codec.api with type arguments of type Message Modifier and Type Method Description MessageLdapDecoder. decode(InputStream in, LdapMessageContainer<? extends Message> container)Decodes a PDU from an input stream into a Ldap message container. -
Uses of Message in org.apache.directory.api.ldap.codec.factory
Methods in org.apache.directory.api.ldap.codec.factory with parameters of type Message Modifier and Type Method Description voidAbandonRequestFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the AbandonRequest message to a PDU.voidAddRequestFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the AddRequest message to a PDU.voidAddResponseFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the AddResponse message to a PDU.voidBindRequestFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the BindRequest message to a PDU.voidBindResponseFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the BindResponse message to a PDU.voidCompareRequestFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the CompareRequest message to a PDU.voidCompareResponseFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the CompareResponse message to a PDU.voidDeleteRequestFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the DeleteRequest message to a PDU.voidDeleteResponseFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the DeleteResponse message to a PDU.voidExtendedRequestFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the ExtendedRequest message to a PDU.voidExtendedResponseFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the ExtendedResponse message to a PDU.voidIntermediateResponseFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the IntermediateResponse message to a PDU.voidMessagefactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode a message, in a reverse way (ie, starting from the end of the PDU.voidModifyDnRequestFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the ModifyDnRequest message to a PDU.voidModifyDnResponseFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the ModifyDnResponse message to a PDU.voidModifyRequestFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the ModifyRequest message to a PDU.voidModifyResponseFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the ModifyResponse message to a PDU.protected voidResponseFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, byte tag, Message message)Encode the Response message to a PDU.voidSearchRequestFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the SearchRequest message to a PDU.voidSearchResultDoneFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the SearchResultDone message to a PDU.voidSearchResultEntryFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the SearchResultEntry message to a PDU.voidSearchResultReferenceFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the SearchResultReference message to a PDU.voidUnbindRequestFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the UnbindRequest message to a PDU. -
Uses of Message in org.apache.directory.api.ldap.extras.extended.cancel
Subinterfaces of Message in org.apache.directory.api.ldap.extras.extended.cancel Modifier and Type Interface Description interfaceCancelRequestThe CancelRequest interface, as described in RFC 3909 :interfaceCancelResponseThe interface for Cancel ExtendedResponse, as defined in RFC 3909.Classes in org.apache.directory.api.ldap.extras.extended.cancel that implement Message Modifier and Type Class Description classCancelRequestImplImplement the extended Cancel Request as described in RFC 3909.classCancelResponseImplThe response sent back from the server after the Cancel extended operation is performed. -
Uses of Message in org.apache.directory.api.ldap.extras.extended.certGeneration
Subinterfaces of Message in org.apache.directory.api.ldap.extras.extended.certGeneration Modifier and Type Interface Description interfaceCertGenerationRequestThe interface for a certificate generation request extended operation.interfaceCertGenerationResponseThe interface for the certificate generation extended operation.Classes in org.apache.directory.api.ldap.extras.extended.certGeneration that implement Message Modifier and Type Class Description classCertGenerationRequestImplAn extended operation requesting the server to generate a public/private key pair and a certificate and store them in a specified target entry in the DIT.classCertGenerationResponseImplThe response sent back from the server after the CertGeneration extended operation is performed. -
Uses of Message in org.apache.directory.api.ldap.extras.extended.endTransaction
Subinterfaces of Message in org.apache.directory.api.ldap.extras.extended.endTransaction Modifier and Type Interface Description interfaceEndTransactionRequestThe EndTransactionRequest interface.interfaceEndTransactionResponseThe interface for End Transaction Extended Response.Classes in org.apache.directory.api.ldap.extras.extended.endTransaction that implement Message Modifier and Type Class Description classEndTransactionRequestImplThe EndTransactionRequest implementation.classEndTransactionResponseImplThe End Transaction Extended Response implementation. -
Uses of Message in org.apache.directory.api.ldap.extras.extended.gracefulDisconnect
Subinterfaces of Message in org.apache.directory.api.ldap.extras.extended.gracefulDisconnect Modifier and Type Interface Description interfaceGracefulDisconnectResponseAn unsolicited notification, extended response, intended for notifying clients of upcoming disconnection due to intended service windows.Classes in org.apache.directory.api.ldap.extras.extended.gracefulDisconnect that implement Message Modifier and Type Class Description classGracefulDisconnectResponseImplAn unsolicited notification, extended response, intended for notifying clients of up coming disconnection due to intended service windows. -
Uses of Message in org.apache.directory.api.ldap.extras.extended.gracefulShutdown
Subinterfaces of Message in org.apache.directory.api.ldap.extras.extended.gracefulShutdown Modifier and Type Interface Description interfaceGracefulShutdownRequestAn extended operation requesting the server to shutdown it's LDAP service port while allowing established clients to complete or abandon operations already in progress.interfaceGracefulShutdownResponseThe response sent back from the server when aGracefulShutdownRequestImplextended operation is sent.Classes in org.apache.directory.api.ldap.extras.extended.gracefulShutdown that implement Message Modifier and Type Class Description classGracefulShutdownRequestImplAn extended operation requesting the server to shutdown it's LDAP service port while allowing established clients to complete or abandon operations already in progress.classGracefulShutdownResponseImplThe response sent back from the server when aGracefulShutdownRequestImplextended operation is sent. -
Uses of Message in org.apache.directory.api.ldap.extras.extended.pwdModify
Subinterfaces of Message in org.apache.directory.api.ldap.extras.extended.pwdModify Modifier and Type Interface Description interfacePasswordModifyRequestThe RFC 3062 PwdModify request :interfacePasswordModifyResponseThe RFC 3062 PwdModify response :Classes in org.apache.directory.api.ldap.extras.extended.pwdModify that implement Message Modifier and Type Class Description classPasswordModifyRequestImplThe RFC 3062 PwdModify request :classPasswordModifyResponseImplThe RFC 3062 PwdModify response : -
Uses of Message in org.apache.directory.api.ldap.extras.extended.startTls
Subinterfaces of Message in org.apache.directory.api.ldap.extras.extended.startTls Modifier and Type Interface Description interfaceStartTlsRequestThe RFC 4511 StartTLS requestinterfaceStartTlsResponseThe RFC 4511 StartTLS responseClasses in org.apache.directory.api.ldap.extras.extended.startTls that implement Message Modifier and Type Class Description classStartTlsRequestImplThe RFC 4511 StartTLS requestclassStartTlsResponseImplThe RFC 4511 StartTLS response : -
Uses of Message in org.apache.directory.api.ldap.extras.extended.startTransaction
Subinterfaces of Message in org.apache.directory.api.ldap.extras.extended.startTransaction Modifier and Type Interface Description interfaceStartTransactionRequestThe StartTransactionRequest interface.interfaceStartTransactionResponseThe interface for Start Transaction Extended Response.Classes in org.apache.directory.api.ldap.extras.extended.startTransaction that implement Message Modifier and Type Class Description classStartTransactionRequestImplImplement the extended Start Transaction Request as described in RFC 5805.classStartTransactionResponseImplThe interface for Start Transaction Extended Response. -
Uses of Message in org.apache.directory.api.ldap.extras.extended.storedProcedure
Subinterfaces of Message in org.apache.directory.api.ldap.extras.extended.storedProcedure Modifier and Type Interface Description interfaceStoredProcedureRequestAn extended operation requesting the server to execute a stored procedure.interfaceStoredProcedureResponseThe stored procedure extended operation response.Classes in org.apache.directory.api.ldap.extras.extended.storedProcedure that implement Message Modifier and Type Class Description classStoredProcedureRequestImplAn extended operation requesting the server to execute a stored procedure.classStoredProcedureResponseImplThe response sent back from the server when aStoredProcedureRequestImplis sent. -
Uses of Message in org.apache.directory.api.ldap.extras.extended.whoAmI
Subinterfaces of Message in org.apache.directory.api.ldap.extras.extended.whoAmI Modifier and Type Interface Description interfaceWhoAmIRequestThe RFC 4532 WhoAmI requestinterfaceWhoAmIResponseThe RFC 4532 WhoAmI response :Classes in org.apache.directory.api.ldap.extras.extended.whoAmI that implement Message Modifier and Type Class Description classWhoAmIRequestImplThe RFC 4532 WhoAmI requestclassWhoAmIResponseImplThe RFC 4532 WhoAmI response : -
Uses of Message in org.apache.directory.api.ldap.extras.intermediate.syncrepl
Subinterfaces of Message in org.apache.directory.api.ldap.extras.intermediate.syncrepl Modifier and Type Interface Description interfaceSyncInfoValueA syncInfoValue object, as defined in RFC 4533 ;Classes in org.apache.directory.api.ldap.extras.intermediate.syncrepl that implement Message Modifier and Type Class Description classSyncInfoValueImplA simpleSyncInfoValueimplementation to store response properties. -
Uses of Message in org.apache.directory.api.ldap.model.exception
Methods in org.apache.directory.api.ldap.model.exception that return Message Modifier and Type Method Description MessageResponseCarryingMessageException. getResponse()Get the constructed responseMethods in org.apache.directory.api.ldap.model.exception with parameters of type Message Modifier and Type Method Description voidResponseCarryingMessageException. setResponse(Message response)Set a response if we get an exception while parsing the message -
Uses of Message in org.apache.directory.api.ldap.model.message
Subinterfaces of Message in org.apache.directory.api.ldap.model.message Modifier and Type Interface Description interfaceAbandonableRequestA request which can be abandoned.interfaceAbandonRequestAbandon protocol operation request to terminate an operation already in progress.interfaceAddRequestAdd protocol operation request used to add a new entry to the DIT.interfaceAddResponseAdd protocol response message used to confirm the results of a add request message.interfaceBindRequestBind protocol operation request which authenticates and begins a client session.interfaceBindResponseBind protocol response message used to confirm the results of a bind request message.interfaceCompareRequestCompare request protocol message that tests an entry to see if it abides by an attribute value assertion.interfaceCompareResponseCompare protocol response message used to confirm the results of a compare request message.interfaceDeleteRequestDelete request protocol message used to remove an existing leaf entry from the directory.interfaceDeleteResponseDelete protocol response message used to confirm the results of a delete request message.interfaceExtendedRequestExtended protocol request message used to add to more operations to the protocol.interfaceExtendedResponseExtended protocol response message used to confirm the results of a extended request message.interfaceIntermediateResponseIntermediate response message used to return multiple response messages for a single search request (ExtendedRequest or Control).interfaceManyReplyRequestA request that can generate zero, one, or more heterogenous responses for a single request.interfaceModifyDnRequestModify Dn request protocol message used to rename or move an existing entry in the directory.interfaceModifyDnResponseModify Dn protocol response message used to confirm the results of a modify Dn request message.interfaceModifyRequestModify request protocol message used to alter the attributes and values of an existing entry.interfaceModifyResponseModify protocol response message used to confirm the results of a modify request message.interfaceRequestLdap protocol request messages derive from this super interface.interfaceResponseSuper interface used as a marker for all protocol response type messages.interfaceResultResponseAn LDAP Response that contains an LDAPResult structure within it.interfaceResultResponseRequestA request who's one or more responses contains an LdapResult.interfaceSearchRequestSearch request protocol message interface.interfaceSearchResultDoneSearch done protocol response message used to indicate the completion of a search request message.interfaceSearchResultEntrySearch entry protocol response message used to return non referral entries to the client in response to a search request message.interfaceSearchResultReferenceSearch reference protocol response message used to return referrals to the client in response to a search request message.interfaceSingleReplyRequestSuper interface for all request messages returning only one type of response.interfaceUnbindRequestUnbind protocol request message used to end a client session.Classes in org.apache.directory.api.ldap.model.message that implement Message Modifier and Type Class Description classAbandonRequestImplImplementation of an AbandonRequest message.classAbstractAbandonableRequestThe base abandonable request message class.classAbstractExtendedRequestExtendedRequest implementation.classAbstractExtendedResponseAn Abstract ExtendedResponse implementation.classAbstractMessageAbstract message base class.classAbstractRequestThe base request message class.classAbstractResponseAbstract base for a Response message.classAbstractResultResponseAbstract base for a ResultResponse message.classAddRequestImplLockable add request implementation.classAddResponseImplAddResponse implementation.classBindRequestImplBind protocol operation request which authenticates and begins a client session.classBindResponseImplBindResponse implementation.classCompareRequestImplComparison request implementation.classCompareResponseImplCompareResponse implementation.classDeleteRequestImplDelete request implementation.classDeleteResponseImplDeleteResponse implementationclassIntermediateResponseImplIntermediateResponse implementationclassModifyDnRequestImplModifyDNRequest implementation.classModifyDnResponseImplModifyDnResponse implementationclassModifyRequestImplLockable ModifyRequest implementation.classModifyResponseImplModifyResponse implementationclassOpaqueExtendedRequestExtendedRequest basic implementation.classOpaqueExtendedResponseExtendedResponse basic implementation.classSearchRequestImplSearchRequest implementation.classSearchResultDoneImplSearchResponseDone implementationclassSearchResultEntryImplLockable SearchResponseEntry implementationclassSearchResultReferenceImplSearchResponseReference implementationclassUnbindRequestImplLockable UnbindRequest implementation.Methods in org.apache.directory.api.ldap.model.message that return Message Modifier and Type Method Description MessageAbstractMessage. addAllControls(Control[] controls)Adds an array of controls to this Message.MessageMessage. addAllControls(Control[] controlsToAdd)Adds an array of controls to this Message.MessageAbstractMessage. addControl(Control control)Adds a control to this Message.MessageMessage. addControl(Control control)Adds a control to this Message.MessageAbstractMessage. removeControl(Control control)Deletes a control removing it from this Message.MessageMessage. removeControl(Control control)Deletes a control removing it from this Message.MessageAbstractMessage. setMessageId(int id)Sets the Message ID for this requestMessageMessage. setMessageId(int messageId)Sets the Message ID for this request -
Uses of Message in org.apache.directory.api.ldap.model.message.extended
Classes in org.apache.directory.api.ldap.model.message.extended that implement Message Modifier and Type Class Description classAddNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Add response.classBindNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Bind response.classCompareNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Compare response.classDeleteNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Delete response.classExtendedNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Extended response.classModifyDnNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the ModifyDn response.classModifyNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Modify response.classNoticeOfDisconnectAn extended operation intended for notifying clients of upcoming disconnection.classSearchNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Search response.
-