Uses of Interface
org.apache.directory.api.ldap.model.message.ExtendedRequest
-
-
Uses of ExtendedRequest in org.apache.directory.api.dsmlv2.request
Classes in org.apache.directory.api.dsmlv2.request with type parameters of type ExtendedRequest Modifier and Type Class Description classExtendedRequestDsml<Q extends ExtendedRequest,P extends ExtendedResponse>DSML Decorator for ExtendedRequestClasses in org.apache.directory.api.dsmlv2.request that implement ExtendedRequest Modifier and Type Class Description classExtendedRequestDsml<Q extends ExtendedRequest,P extends ExtendedResponse>DSML Decorator for ExtendedRequestMethods in org.apache.directory.api.dsmlv2.request that return ExtendedRequest Modifier and Type Method Description ExtendedRequestExtendedRequestDsml. addAllControls(Control[] controls)Adds an array of controls to this Message.ExtendedRequestExtendedRequestDsml. addControl(Control control)Adds a control to this Message.ExtendedRequestExtendedRequestDsml. removeControl(Control control)Deletes a control removing it from this Message.ExtendedRequestExtendedRequestDsml. setMessageId(int messageId)Sets the Message ID for this requestExtendedRequestExtendedRequestDsml. setRequestName(String oid)Sets the Object Identifier corresponding to the extended request type. -
Uses of ExtendedRequest in org.apache.directory.api.ldap.codec.actions.request.extended
Method parameters in org.apache.directory.api.ldap.codec.actions.request.extended with type arguments of type ExtendedRequest Modifier and Type Method Description voidInitExtendedRequest. action(LdapMessageContainer<ExtendedRequest> container)The action to be executed.voidStoreExtendedRequestName. action(LdapMessageContainer<ExtendedRequest> container)The action to be executed.voidStoreExtendedRequestValue. action(LdapMessageContainer<ExtendedRequest> container)The action to be executed. -
Uses of ExtendedRequest in org.apache.directory.api.ldap.codec.api
Methods in org.apache.directory.api.ldap.codec.api that return ExtendedRequest Modifier and Type Method Description ExtendedRequestLdapApiService. fromJndi(ExtendedRequest jndiRequest)Creates a model ExtendedResponse from the JNDI ExtendedRequest.ExtendedRequestAbstractExtendedOperationFactory. newRequest(byte[] value)Returns a newExtendedRequestwith the following encoded value.ExtendedRequestExtendedOperationFactory. newRequest()Returns a newExtendedRequestwith no valueExtendedRequestExtendedOperationFactory. newRequest(byte[] value)Returns a newExtendedRequestwith the following encoded value.Methods in org.apache.directory.api.ldap.codec.api with parameters of type ExtendedRequest Modifier and Type Method Description voidAbstractExtendedOperationFactory. decodeValue(ExtendedRequest extendedRequest, byte[] requestValue)Decode the value part of the extended request operation.voidExtendedOperationFactory. decodeValue(ExtendedRequest extendedRequest, byte[] requestValue)Decode the value part of the extended request operation.voidAbstractExtendedOperationFactory. encodeValue(Asn1Buffer buffer, ExtendedRequest extendedRequest)Encode the value part of the extended request operation.voidExtendedOperationFactory. encodeValue(Asn1Buffer buffer, ExtendedRequest extendedRequest)Encode the value part of the extended request operation.ExtendedRequestLdapApiService. toJndi(ExtendedRequest modelRequest)Creates a JNDIExtendedRequestfrom the modelExtendedRequest. -
Uses of ExtendedRequest in org.apache.directory.api.ldap.codec.osgi
Methods in org.apache.directory.api.ldap.codec.osgi that return ExtendedRequest Modifier and Type Method Description ExtendedRequestDefaultLdapCodecService. fromJndi(ExtendedRequest jndiRequest)Creates a model ExtendedResponse from the JNDI ExtendedRequest.Methods in org.apache.directory.api.ldap.codec.osgi with parameters of type ExtendedRequest Modifier and Type Method Description ExtendedRequestDefaultLdapCodecService. toJndi(ExtendedRequest modelRequest)Creates a JNDIExtendedRequestfrom the modelExtendedRequest. -
Uses of ExtendedRequest in org.apache.directory.api.ldap.extras.extended.ads_impl.cancel
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.cancel with parameters of type ExtendedRequest Modifier and Type Method Description voidCancelFactory. decodeValue(ExtendedRequest extendedRequest, byte[] requestValue)Decode the value part of the extended request operation.voidCancelFactory. encodeValue(Asn1Buffer buffer, ExtendedRequest extendedRequest)Encode the value part of the extended request operation. -
Uses of ExtendedRequest in org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration with parameters of type ExtendedRequest Modifier and Type Method Description voidCertGenerationFactory. decodeValue(ExtendedRequest extendedRequest, byte[] requestValue)Decode the value part of the extended request operation.voidCertGenerationFactory. encodeValue(Asn1Buffer buffer, ExtendedRequest extendedRequest)Encode the value part of the extended request operation. -
Uses of ExtendedRequest in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction with parameters of type ExtendedRequest Modifier and Type Method Description voidEndTransactionFactory. decodeValue(ExtendedRequest extendedRequest, byte[] requestValue)Decode the value part of the extended request operation.voidEndTransactionFactory. encodeValue(Asn1Buffer buffer, ExtendedRequest extendedRequest)Encode the value part of the extended request operation. -
Uses of ExtendedRequest in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect that return ExtendedRequest Modifier and Type Method Description ExtendedRequestGracefulDisconnectFactory. newRequest()Returns a newExtendedRequestwith no value -
Uses of ExtendedRequest in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown with parameters of type ExtendedRequest Modifier and Type Method Description voidGracefulShutdownFactory. decodeValue(ExtendedRequest extendedRequest, byte[] requestValue)Decode the value part of the extended request operation.voidGracefulShutdownFactory. encodeValue(Asn1Buffer buffer, ExtendedRequest extendedRequest)Encode the value part of the extended request operation. -
Uses of ExtendedRequest in org.apache.directory.api.ldap.extras.extended.ads_impl.nod
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.nod that return ExtendedRequest Modifier and Type Method Description ExtendedRequestNoDFactory. newRequest() -
Uses of ExtendedRequest in org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify with parameters of type ExtendedRequest Modifier and Type Method Description voidPasswordModifyFactory. decodeValue(ExtendedRequest extendedRequest, byte[] requestValue)Decode the value part of the extended request operation.voidPasswordModifyFactory. encodeValue(Asn1Buffer buffer, ExtendedRequest extendedRequest)Encode the value part of the extended request operation. -
Uses of ExtendedRequest in org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure with parameters of type ExtendedRequest Modifier and Type Method Description voidStoredProcedureFactory. decodeValue(ExtendedRequest extendedRequest, byte[] requestValue)Decode the value part of the extended request operation.voidStoredProcedureFactory. encodeValue(Asn1Buffer buffer, ExtendedRequest extendedRequest)Encode the value part of the extended request operation. -
Uses of ExtendedRequest in org.apache.directory.api.ldap.extras.extended.cancel
Subinterfaces of ExtendedRequest 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 ExtendedRequest Modifier and Type Class Description classCancelRequestImplImplement the extended Cancel Request as described in RFC 3909. -
Uses of ExtendedRequest in org.apache.directory.api.ldap.extras.extended.certGeneration
Subinterfaces of ExtendedRequest 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 ExtendedRequest 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 ExtendedRequest in org.apache.directory.api.ldap.extras.extended.endTransaction
Subinterfaces of ExtendedRequest 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 ExtendedRequest Modifier and Type Class Description classEndTransactionRequestImplThe EndTransactionRequest implementation. -
Uses of ExtendedRequest in org.apache.directory.api.ldap.extras.extended.gracefulShutdown
Subinterfaces of ExtendedRequest 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 ExtendedRequest 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 ExtendedRequest in org.apache.directory.api.ldap.extras.extended.pwdModify
Subinterfaces of ExtendedRequest 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 ExtendedRequest Modifier and Type Class Description classPasswordModifyRequestImplThe RFC 3062 PwdModify request : -
Uses of ExtendedRequest in org.apache.directory.api.ldap.extras.extended.startTls
Subinterfaces of ExtendedRequest 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 ExtendedRequest Modifier and Type Class Description classStartTlsRequestImplThe RFC 4511 StartTLS request -
Uses of ExtendedRequest in org.apache.directory.api.ldap.extras.extended.startTransaction
Subinterfaces of ExtendedRequest 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 ExtendedRequest Modifier and Type Class Description classStartTransactionRequestImplImplement the extended Start Transaction Request as described in RFC 5805. -
Uses of ExtendedRequest in org.apache.directory.api.ldap.extras.extended.storedProcedure
Subinterfaces of ExtendedRequest 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 ExtendedRequest Modifier and Type Class Description classStoredProcedureRequestImplAn extended operation requesting the server to execute a stored procedure. -
Uses of ExtendedRequest in org.apache.directory.api.ldap.extras.extended.whoAmI
Subinterfaces of ExtendedRequest 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 ExtendedRequest Modifier and Type Class Description classWhoAmIRequestImplThe RFC 4532 WhoAmI request -
Uses of ExtendedRequest in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement ExtendedRequest Modifier and Type Class Description classAbstractExtendedRequestExtendedRequest implementation.classOpaqueExtendedRequestExtendedRequest basic implementation.Methods in org.apache.directory.api.ldap.model.message that return ExtendedRequest Modifier and Type Method Description ExtendedRequestAbstractExtendedRequest. addAllControls(Control[] controls)Adds an array of controls to this Message.ExtendedRequestExtendedRequest. addAllControls(Control[] controls)Adds an array of controls to this Message.ExtendedRequestOpaqueExtendedRequest. addAllControls(Control[] controls)Adds an array of controls to this Message.ExtendedRequestAbstractExtendedRequest. addControl(Control control)Adds a control to this Message.ExtendedRequestExtendedRequest. addControl(Control control)Adds a control to this Message.ExtendedRequestOpaqueExtendedRequest. addControl(Control control)Adds a control to this Message.ExtendedRequestAbstractExtendedRequest. removeControl(Control control)Deletes a control removing it from this Message.ExtendedRequestExtendedRequest. removeControl(Control control)Deletes a control removing it from this Message.ExtendedRequestOpaqueExtendedRequest. removeControl(Control control)Deletes a control removing it from this Message.ExtendedRequestAbstractExtendedRequest. setMessageId(int messageId)Sets the Message ID for this requestExtendedRequestExtendedRequest. setMessageId(int messageId)Sets the Message ID for this requestExtendedRequestOpaqueExtendedRequest. setMessageId(int messageId)Sets the Message ID for this requestExtendedRequestAbstractExtendedRequest. setRequestName(String newOid)Sets the Object Identifier corresponding to the extended request type.ExtendedRequestExtendedRequest. setRequestName(String oid)Sets the Object Identifier corresponding to the extended request type.ExtendedRequestOpaqueExtendedRequest. setRequestName(String newOid)Sets the Object Identifier corresponding to the extended request type. -
Uses of ExtendedRequest in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api with parameters of type ExtendedRequest Modifier and Type Method Description ExtendedResponseLdapConnection. extended(ExtendedRequest extendedRequest)Performs an extended operation based on the extended request object.ExtendedResponseLdapConnectionWrapper. extended(ExtendedRequest extendedRequest)Performs an extended operation based on the extended request object.ExtendedResponseLdapNetworkConnection. extended(ExtendedRequest extendedRequest)Performs an extended operation based on the extended request object.ExtendedResponseMonitoringLdapConnection. extended(ExtendedRequest extendedRequest)Performs an extended operation based on the extended request object.ExtendedFutureLdapAsyncConnection. extendedAsync(ExtendedRequest extendedRequest)Asynchronously requests the server to perform an extended operation based on the given request.ExtendedFutureLdapNetworkConnection. extendedAsync(ExtendedRequest extendedRequest)Asynchronously requests the server to perform an extended operation based on the given request. -
Uses of ExtendedRequest in org.apache.directory.ldap.client.api.future
Fields in org.apache.directory.ldap.client.api.future declared as ExtendedRequest Modifier and Type Field Description (package private) ExtendedRequestExtendedFuture. extendedRequestThe extendedRequest : we need it to find which request is associated with a response, when this response has no nameMethods in org.apache.directory.ldap.client.api.future that return ExtendedRequest Modifier and Type Method Description ExtendedRequestExtendedFuture. getExtendedRequest()Methods in org.apache.directory.ldap.client.api.future with parameters of type ExtendedRequest Modifier and Type Method Description voidExtendedFuture. setExtendedRequest(ExtendedRequest extendedRequest)
-