Uses of Interface
org.apache.directory.api.ldap.model.message.SingleReplyRequest
-
-
Uses of SingleReplyRequest in org.apache.directory.api.dsmlv2.request
Classes in org.apache.directory.api.dsmlv2.request that implement SingleReplyRequest Modifier and Type Class Description 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 ModifyRequest -
Uses of SingleReplyRequest in org.apache.directory.api.ldap.extras.extended.cancel
Subinterfaces of SingleReplyRequest 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 SingleReplyRequest Modifier and Type Class Description classCancelRequestImplImplement the extended Cancel Request as described in RFC 3909. -
Uses of SingleReplyRequest in org.apache.directory.api.ldap.extras.extended.certGeneration
Subinterfaces of SingleReplyRequest 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 SingleReplyRequest 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 SingleReplyRequest in org.apache.directory.api.ldap.extras.extended.endTransaction
Subinterfaces of SingleReplyRequest 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 SingleReplyRequest Modifier and Type Class Description classEndTransactionRequestImplThe EndTransactionRequest implementation. -
Uses of SingleReplyRequest in org.apache.directory.api.ldap.extras.extended.gracefulShutdown
Subinterfaces of SingleReplyRequest 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 SingleReplyRequest 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 SingleReplyRequest in org.apache.directory.api.ldap.extras.extended.pwdModify
Subinterfaces of SingleReplyRequest 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 SingleReplyRequest Modifier and Type Class Description classPasswordModifyRequestImplThe RFC 3062 PwdModify request : -
Uses of SingleReplyRequest in org.apache.directory.api.ldap.extras.extended.startTls
Subinterfaces of SingleReplyRequest 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 SingleReplyRequest Modifier and Type Class Description classStartTlsRequestImplThe RFC 4511 StartTLS request -
Uses of SingleReplyRequest in org.apache.directory.api.ldap.extras.extended.startTransaction
Subinterfaces of SingleReplyRequest 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 SingleReplyRequest Modifier and Type Class Description classStartTransactionRequestImplImplement the extended Start Transaction Request as described in RFC 5805. -
Uses of SingleReplyRequest in org.apache.directory.api.ldap.extras.extended.storedProcedure
Subinterfaces of SingleReplyRequest 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 SingleReplyRequest Modifier and Type Class Description classStoredProcedureRequestImplAn extended operation requesting the server to execute a stored procedure. -
Uses of SingleReplyRequest in org.apache.directory.api.ldap.extras.extended.whoAmI
Subinterfaces of SingleReplyRequest 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 SingleReplyRequest Modifier and Type Class Description classWhoAmIRequestImplThe RFC 4532 WhoAmI request -
Uses of SingleReplyRequest in org.apache.directory.api.ldap.model.message
Subinterfaces of SingleReplyRequest 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.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.Classes in org.apache.directory.api.ldap.model.message that implement SingleReplyRequest 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.
-