Uses of Interface
org.apache.directory.api.ldap.model.message.ResultResponseRequest
-
-
Uses of ResultResponseRequest in org.apache.directory.api.dsmlv2.request
Classes in org.apache.directory.api.dsmlv2.request with type parameters of type ResultResponseRequest Modifier and Type Class Description classAbstractResultResponseRequestDsml<E extends ResultResponseRequest,F extends ResultResponse>Abstract class for DSML requests.Classes in org.apache.directory.api.dsmlv2.request that implement ResultResponseRequest Modifier and Type Class Description 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 ResultResponseRequest in org.apache.directory.api.ldap.extras.extended.cancel
Subinterfaces of ResultResponseRequest in org.apache.directory.api.ldap.extras.extended.cancel Modifier and Type Interface Description interfaceCancelRequestThe CancelRequest interface, as described in RFC 3909 :Classes in org.apache.directory.api.ldap.extras.extended.cancel that implement ResultResponseRequest Modifier and Type Class Description classCancelRequestImplImplement the extended Cancel Request as described in RFC 3909. -
Uses of ResultResponseRequest in org.apache.directory.api.ldap.extras.extended.certGeneration
Subinterfaces of ResultResponseRequest in org.apache.directory.api.ldap.extras.extended.certGeneration Modifier and Type Interface Description interfaceCertGenerationRequestThe interface for a certificate generation request extended operation.Classes in org.apache.directory.api.ldap.extras.extended.certGeneration that implement ResultResponseRequest 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. -
Uses of ResultResponseRequest in org.apache.directory.api.ldap.extras.extended.endTransaction
Subinterfaces of ResultResponseRequest in org.apache.directory.api.ldap.extras.extended.endTransaction Modifier and Type Interface Description interfaceEndTransactionRequestThe EndTransactionRequest interface.Classes in org.apache.directory.api.ldap.extras.extended.endTransaction that implement ResultResponseRequest Modifier and Type Class Description classEndTransactionRequestImplThe EndTransactionRequest implementation. -
Uses of ResultResponseRequest in org.apache.directory.api.ldap.extras.extended.gracefulShutdown
Subinterfaces of ResultResponseRequest 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.Classes in org.apache.directory.api.ldap.extras.extended.gracefulShutdown that implement ResultResponseRequest 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. -
Uses of ResultResponseRequest in org.apache.directory.api.ldap.extras.extended.pwdModify
Subinterfaces of ResultResponseRequest in org.apache.directory.api.ldap.extras.extended.pwdModify Modifier and Type Interface Description interfacePasswordModifyRequestThe RFC 3062 PwdModify request :Classes in org.apache.directory.api.ldap.extras.extended.pwdModify that implement ResultResponseRequest Modifier and Type Class Description classPasswordModifyRequestImplThe RFC 3062 PwdModify request : -
Uses of ResultResponseRequest in org.apache.directory.api.ldap.extras.extended.startTls
Subinterfaces of ResultResponseRequest in org.apache.directory.api.ldap.extras.extended.startTls Modifier and Type Interface Description interfaceStartTlsRequestThe RFC 4511 StartTLS requestClasses in org.apache.directory.api.ldap.extras.extended.startTls that implement ResultResponseRequest Modifier and Type Class Description classStartTlsRequestImplThe RFC 4511 StartTLS request -
Uses of ResultResponseRequest in org.apache.directory.api.ldap.extras.extended.startTransaction
Subinterfaces of ResultResponseRequest in org.apache.directory.api.ldap.extras.extended.startTransaction Modifier and Type Interface Description interfaceStartTransactionRequestThe StartTransactionRequest interface.Classes in org.apache.directory.api.ldap.extras.extended.startTransaction that implement ResultResponseRequest Modifier and Type Class Description classStartTransactionRequestImplImplement the extended Start Transaction Request as described in RFC 5805. -
Uses of ResultResponseRequest in org.apache.directory.api.ldap.extras.extended.storedProcedure
Subinterfaces of ResultResponseRequest 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.Classes in org.apache.directory.api.ldap.extras.extended.storedProcedure that implement ResultResponseRequest Modifier and Type Class Description classStoredProcedureRequestImplAn extended operation requesting the server to execute a stored procedure. -
Uses of ResultResponseRequest in org.apache.directory.api.ldap.extras.extended.whoAmI
Subinterfaces of ResultResponseRequest in org.apache.directory.api.ldap.extras.extended.whoAmI Modifier and Type Interface Description interfaceWhoAmIRequestThe RFC 4532 WhoAmI requestClasses in org.apache.directory.api.ldap.extras.extended.whoAmI that implement ResultResponseRequest Modifier and Type Class Description classWhoAmIRequestImplThe RFC 4532 WhoAmI request -
Uses of ResultResponseRequest in org.apache.directory.api.ldap.model.message
Subinterfaces of ResultResponseRequest in org.apache.directory.api.ldap.model.message Modifier and Type Interface Description interfaceAddRequestAdd protocol operation request used to add a new entry to the DIT.interfaceBindRequestBind protocol operation request which authenticates and begins a client session.interfaceCompareRequestCompare request protocol message that tests an entry to see if it abides by an attribute value assertion.interfaceDeleteRequestDelete request protocol message used to remove an existing leaf entry from the directory.interfaceExtendedRequestExtended protocol request message used to add to more operations to the protocol.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.interfaceModifyRequestModify request protocol message used to alter the attributes and values of an existing entry.interfaceSearchRequestSearch request protocol message interface.interfaceSingleReplyRequestSuper interface for all request messages returning only one type of response.Classes in org.apache.directory.api.ldap.model.message that implement ResultResponseRequest Modifier and Type Class Description classAbstractExtendedRequestExtendedRequest implementation.classAddRequestImplLockable add request implementation.classBindRequestImplBind protocol operation request which authenticates and begins a client session.classCompareRequestImplComparison request implementation.classDeleteRequestImplDelete request implementation.classModifyDnRequestImplModifyDNRequest implementation.classModifyRequestImplLockable ModifyRequest implementation.classOpaqueExtendedRequestExtendedRequest basic implementation.classSearchRequestImplSearchRequest implementation.
-