Uses of Interface
org.apache.directory.api.ldap.model.message.Request
-
-
Uses of Request in org.apache.directory.api.dsmlv2
Methods in org.apache.directory.api.dsmlv2 that return types with arguments of type Request Modifier and Type Method Description DsmlDecorator<? extends Request>Dsmlv2Parser. getNextRequest()Gets the next Request or null if there's no more request -
Uses of Request in org.apache.directory.api.dsmlv2.engine
Method parameters in org.apache.directory.api.dsmlv2.engine with type arguments of type Request Modifier and Type Method Description protected voidDsmlv2Engine. processRequest(DsmlDecorator<? extends Request> request, BufferedWriter respWriter)Processes a single request -
Uses of Request in org.apache.directory.api.dsmlv2.request
Classes in org.apache.directory.api.dsmlv2.request with type parameters of type Request Modifier and Type Class Description classAbstractRequestDsml<E extends Request>Abstract class for DSML requests.Classes in org.apache.directory.api.dsmlv2.request that implement Request 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 SearchRequestMethods in org.apache.directory.api.dsmlv2.request that return types with arguments of type Request Modifier and Type Method Description DsmlDecorator<? extends Request>BatchRequestDsml. getCurrentRequest()Gets the current requestList<DsmlDecorator<? extends Request>>BatchRequestDsml. getRequests()Gets the List of all the requests in the Batch RequestMethod parameters in org.apache.directory.api.dsmlv2.request with type arguments of type Request Modifier and Type Method Description booleanBatchRequestDsml. addRequest(DsmlDecorator<? extends Request> request)Adds a request to the Batch Request DSML.booleanBatchRequestDsml. removeRequest(DsmlDecorator<? extends Request> request)Removes a request from the Batch Request DSML. -
Uses of Request in org.apache.directory.api.ldap.extras.extended.cancel
Subinterfaces of Request 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 Request Modifier and Type Class Description classCancelRequestImplImplement the extended Cancel Request as described in RFC 3909. -
Uses of Request in org.apache.directory.api.ldap.extras.extended.certGeneration
Subinterfaces of Request 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 Request 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 Request in org.apache.directory.api.ldap.extras.extended.endTransaction
Subinterfaces of Request 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 Request Modifier and Type Class Description classEndTransactionRequestImplThe EndTransactionRequest implementation. -
Uses of Request in org.apache.directory.api.ldap.extras.extended.gracefulShutdown
Subinterfaces of Request 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 Request 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 Request in org.apache.directory.api.ldap.extras.extended.pwdModify
Subinterfaces of Request 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 Request Modifier and Type Class Description classPasswordModifyRequestImplThe RFC 3062 PwdModify request : -
Uses of Request in org.apache.directory.api.ldap.extras.extended.startTls
Subinterfaces of Request 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 Request Modifier and Type Class Description classStartTlsRequestImplThe RFC 4511 StartTLS request -
Uses of Request in org.apache.directory.api.ldap.extras.extended.startTransaction
Subinterfaces of Request 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 Request Modifier and Type Class Description classStartTransactionRequestImplImplement the extended Start Transaction Request as described in RFC 5805. -
Uses of Request in org.apache.directory.api.ldap.extras.extended.storedProcedure
Subinterfaces of Request 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 Request Modifier and Type Class Description classStoredProcedureRequestImplAn extended operation requesting the server to execute a stored procedure. -
Uses of Request in org.apache.directory.api.ldap.extras.extended.whoAmI
Subinterfaces of Request 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 Request Modifier and Type Class Description classWhoAmIRequestImplThe RFC 4532 WhoAmI request -
Uses of Request in org.apache.directory.api.ldap.model.message
Subinterfaces of Request 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.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.interfaceResultResponseRequestA request who's one or more responses contains an LdapResult.interfaceSearchRequestSearch request protocol message interface.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 Request Modifier and Type Class Description classAbandonRequestImplImplementation of an AbandonRequest message.classAbstractAbandonableRequestThe base abandonable request message class.classAbstractExtendedRequestExtendedRequest implementation.classAbstractRequestThe base request message class.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.classUnbindRequestImplLockable UnbindRequest implementation.
-