Uses of Interface
org.apache.directory.api.ldap.model.message.ExtendedResponse
-
-
Uses of ExtendedResponse in org.apache.directory.api.dsmlv2.request
Classes in org.apache.directory.api.dsmlv2.request with type parameters of type ExtendedResponse Modifier and Type Class Description classExtendedRequestDsml<Q extends ExtendedRequest,P extends ExtendedResponse>DSML Decorator for ExtendedRequest -
Uses of ExtendedResponse in org.apache.directory.api.dsmlv2.response
Classes in org.apache.directory.api.dsmlv2.response that implement ExtendedResponse Modifier and Type Class Description classExtendedResponseDsmlDSML Decorator for ExtendedResponseConstructors in org.apache.directory.api.dsmlv2.response with parameters of type ExtendedResponse Constructor Description ExtendedResponseDsml(LdapApiService codec, ExtendedResponse ldapMessage)Creates a new getDecoratedMessage() of ExtendedResponseDsml. -
Uses of ExtendedResponse in org.apache.directory.api.ldap.codec.actions.response.extended
Method parameters in org.apache.directory.api.ldap.codec.actions.response.extended with type arguments of type ExtendedResponse Modifier and Type Method Description voidInitExtendedResponse. action(LdapMessageContainer<ExtendedResponse> container)The action to be executed.voidStoreExtendedResponseName. action(LdapMessageContainer<ExtendedResponse> container)The action to be executed.voidStoreExtendedResponseValue. action(LdapMessageContainer<ExtendedResponse> container)The action to be executed. -
Uses of ExtendedResponse in org.apache.directory.api.ldap.codec.api
Methods in org.apache.directory.api.ldap.codec.api that return ExtendedResponse Modifier and Type Method Description ExtendedResponseLdapApiService. fromJndi(ExtendedResponse jndiResponse)Creates a model ExtendedResponse from the JNDI ExtendedResponse.ExtendedResponseAbstractExtendedOperationFactory. newResponse(byte[] value)Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value.ExtendedResponseExtendedOperationFactory. newResponse()Creates a new ExtendedResponse, for the ExtendedRequest with no valueExtendedResponseExtendedOperationFactory. newResponse(byte[] encodedValue)Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value.Methods in org.apache.directory.api.ldap.codec.api with parameters of type ExtendedResponse Modifier and Type Method Description static voidLdapMessageContainer. copyLdapResult(ResultResponse resultResponse, ExtendedResponse extendedResponse)Copy the LdapResult element from a opaque response to a newly created extendedResponsevoidAbstractExtendedOperationFactory. decodeValue(ExtendedResponse extendedResponse, byte[] responseValue)Decode the value part of the extended response operation.voidExtendedOperationFactory. decodeValue(ExtendedResponse extendedResponse, byte[] responseValue)Decode the value part of the extended response operation.voidAbstractExtendedOperationFactory. encodeValue(Asn1Buffer buffer, ExtendedResponse extendedResponse)Encode the value part of the extended response operation.voidExtendedOperationFactory. encodeValue(Asn1Buffer buffer, ExtendedResponse extendedResponse)Encode the value part of the extended response operation.ExtendedResponseLdapApiService. toJndi(ExtendedResponse modelResponse)Creates a JNDIExtendedResponsefrom the modelExtendedResponse. -
Uses of ExtendedResponse in org.apache.directory.api.ldap.codec.osgi
Methods in org.apache.directory.api.ldap.codec.osgi that return ExtendedResponse Modifier and Type Method Description ExtendedResponseDefaultLdapCodecService. fromJndi(ExtendedResponse jndiResponse)Creates a model ExtendedResponse from the JNDI ExtendedResponse.Methods in org.apache.directory.api.ldap.codec.osgi with parameters of type ExtendedResponse Modifier and Type Method Description ExtendedResponseDefaultLdapCodecService. toJndi(ExtendedResponse modelResponse)Creates a JNDIExtendedResponsefrom the modelExtendedResponse. -
Uses of ExtendedResponse 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 ExtendedResponse Modifier and Type Method Description voidEndTransactionFactory. decodeValue(ExtendedResponse extendedResponse, byte[] requestValue)Decode the value part of the extended response operation.voidEndTransactionFactory. encodeValue(Asn1Buffer buffer, ExtendedResponse extendedResponse)Encode the value part of the extended response operation. -
Uses of ExtendedResponse in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect with parameters of type ExtendedResponse Modifier and Type Method Description voidGracefulDisconnectFactory. decodeValue(ExtendedResponse extendedResponse, byte[] requestValue)Decode the value part of the extended response operation.voidGracefulDisconnectFactory. encodeValue(Asn1Buffer buffer, ExtendedResponse extendedResponse)Encode the value part of the extended response operation. -
Uses of ExtendedResponse 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 ExtendedResponse Modifier and Type Method Description voidPasswordModifyFactory. decodeValue(ExtendedResponse extendedResponse, byte[] responseValue)Decode the value part of the extended response operation.voidPasswordModifyFactory. encodeValue(Asn1Buffer buffer, ExtendedResponse extendedResponse)Encode the value part of the extended response operation. -
Uses of ExtendedResponse in org.apache.directory.api.ldap.extras.extended.ads_impl.startTransaction
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.startTransaction with parameters of type ExtendedResponse Modifier and Type Method Description voidStartTransactionFactory. encodeValue(Asn1Buffer buffer, ExtendedResponse extendedResponse)Encode the value part of the extended response operation. -
Uses of ExtendedResponse in org.apache.directory.api.ldap.extras.extended.ads_impl.whoAmI
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.whoAmI with parameters of type ExtendedResponse Modifier and Type Method Description voidWhoAmIFactory. decodeValue(ExtendedResponse extendedResponse, byte[] responseValue)Decode the value part of the extended response operation.voidWhoAmIFactory. encodeValue(Asn1Buffer buffer, ExtendedResponse extendedResponse)Encode the value part of the extended response operation. -
Uses of ExtendedResponse in org.apache.directory.api.ldap.extras.extended.cancel
Subinterfaces of ExtendedResponse in org.apache.directory.api.ldap.extras.extended.cancel Modifier and Type Interface Description interfaceCancelResponseThe interface for Cancel ExtendedResponse, as defined in RFC 3909.Classes in org.apache.directory.api.ldap.extras.extended.cancel that implement ExtendedResponse Modifier and Type Class Description classCancelResponseImplThe response sent back from the server after the Cancel extended operation is performed. -
Uses of ExtendedResponse in org.apache.directory.api.ldap.extras.extended.certGeneration
Subinterfaces of ExtendedResponse in org.apache.directory.api.ldap.extras.extended.certGeneration Modifier and Type Interface Description interfaceCertGenerationResponseThe interface for the certificate generation extended operation.Classes in org.apache.directory.api.ldap.extras.extended.certGeneration that implement ExtendedResponse Modifier and Type Class Description classCertGenerationResponseImplThe response sent back from the server after the CertGeneration extended operation is performed. -
Uses of ExtendedResponse in org.apache.directory.api.ldap.extras.extended.endTransaction
Subinterfaces of ExtendedResponse in org.apache.directory.api.ldap.extras.extended.endTransaction Modifier and Type Interface Description interfaceEndTransactionResponseThe interface for End Transaction Extended Response.Classes in org.apache.directory.api.ldap.extras.extended.endTransaction that implement ExtendedResponse Modifier and Type Class Description classEndTransactionResponseImplThe End Transaction Extended Response implementation. -
Uses of ExtendedResponse in org.apache.directory.api.ldap.extras.extended.gracefulDisconnect
Subinterfaces of ExtendedResponse 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 ExtendedResponse 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 ExtendedResponse in org.apache.directory.api.ldap.extras.extended.gracefulShutdown
Subinterfaces of ExtendedResponse in org.apache.directory.api.ldap.extras.extended.gracefulShutdown Modifier and Type Interface Description interfaceGracefulShutdownResponseThe response sent back from the server when aGracefulShutdownRequestImplextended operation is sent.Classes in org.apache.directory.api.ldap.extras.extended.gracefulShutdown that implement ExtendedResponse Modifier and Type Class Description classGracefulShutdownResponseImplThe response sent back from the server when aGracefulShutdownRequestImplextended operation is sent. -
Uses of ExtendedResponse in org.apache.directory.api.ldap.extras.extended.pwdModify
Subinterfaces of ExtendedResponse in org.apache.directory.api.ldap.extras.extended.pwdModify Modifier and Type Interface Description interfacePasswordModifyResponseThe RFC 3062 PwdModify response :Classes in org.apache.directory.api.ldap.extras.extended.pwdModify that implement ExtendedResponse Modifier and Type Class Description classPasswordModifyResponseImplThe RFC 3062 PwdModify response : -
Uses of ExtendedResponse in org.apache.directory.api.ldap.extras.extended.startTls
Subinterfaces of ExtendedResponse in org.apache.directory.api.ldap.extras.extended.startTls Modifier and Type Interface Description interfaceStartTlsResponseThe RFC 4511 StartTLS responseClasses in org.apache.directory.api.ldap.extras.extended.startTls that implement ExtendedResponse Modifier and Type Class Description classStartTlsResponseImplThe RFC 4511 StartTLS response : -
Uses of ExtendedResponse in org.apache.directory.api.ldap.extras.extended.startTransaction
Subinterfaces of ExtendedResponse in org.apache.directory.api.ldap.extras.extended.startTransaction Modifier and Type Interface Description interfaceStartTransactionResponseThe interface for Start Transaction Extended Response.Classes in org.apache.directory.api.ldap.extras.extended.startTransaction that implement ExtendedResponse Modifier and Type Class Description classStartTransactionResponseImplThe interface for Start Transaction Extended Response. -
Uses of ExtendedResponse in org.apache.directory.api.ldap.extras.extended.storedProcedure
Subinterfaces of ExtendedResponse in org.apache.directory.api.ldap.extras.extended.storedProcedure Modifier and Type Interface Description interfaceStoredProcedureResponseThe stored procedure extended operation response.Classes in org.apache.directory.api.ldap.extras.extended.storedProcedure that implement ExtendedResponse Modifier and Type Class Description classStoredProcedureResponseImplThe response sent back from the server when aStoredProcedureRequestImplis sent. -
Uses of ExtendedResponse in org.apache.directory.api.ldap.extras.extended.whoAmI
Subinterfaces of ExtendedResponse in org.apache.directory.api.ldap.extras.extended.whoAmI Modifier and Type Interface Description interfaceWhoAmIResponseThe RFC 4532 WhoAmI response :Classes in org.apache.directory.api.ldap.extras.extended.whoAmI that implement ExtendedResponse Modifier and Type Class Description classWhoAmIResponseImplThe RFC 4532 WhoAmI response : -
Uses of ExtendedResponse in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement ExtendedResponse Modifier and Type Class Description classAbstractExtendedResponseAn Abstract ExtendedResponse implementation.classOpaqueExtendedResponseExtendedResponse basic implementation.Fields in org.apache.directory.api.ldap.model.message declared as ExtendedResponse Modifier and Type Field Description protected ExtendedResponseOpaqueExtendedRequest. responseThe associated responseMethods in org.apache.directory.api.ldap.model.message that return ExtendedResponse Modifier and Type Method Description ExtendedResponseOpaqueExtendedRequest. getExtendedResponse()The result containing response for this request.ExtendedResponseAbstractExtendedRequest. getResponse()abstract ExtendedResponseAbstractExtendedRequest. getResultResponse()The result containing response for this request.ExtendedResponseOpaqueExtendedRequest. getResultResponse()The result containing response for this request.Methods in org.apache.directory.api.ldap.model.message with parameters of type ExtendedResponse Modifier and Type Method Description voidAbstractExtendedRequest. setResponse(ExtendedResponse response) -
Uses of ExtendedResponse in org.apache.directory.api.ldap.model.message.extended
Classes in org.apache.directory.api.ldap.model.message.extended that implement ExtendedResponse Modifier and Type Class Description classExtendedNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Extended response.classNoticeOfDisconnectAn extended operation intended for notifying clients of upcoming disconnection. -
Uses of ExtendedResponse in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api that return ExtendedResponse Modifier and Type Method Description ExtendedResponseLdapConnection. extended(String oid)Sends a extended operation request to the server with the given OID and no value.ExtendedResponseLdapConnection. extended(String oid, byte[] value)Sends a extended operation request to the server with the given OID and value.ExtendedResponseLdapConnection. extended(Oid oid)Sends a extended operation request to the server with the given OID and no value.ExtendedResponseLdapConnection. extended(Oid oid, byte[] value)Sends a extended operation request to the server with the given OID and value.ExtendedResponseLdapConnection. extended(ExtendedRequest extendedRequest)Performs an extended operation based on the extended request object.ExtendedResponseLdapConnectionWrapper. extended(String oid)Sends a extended operation request to the server with the given OID and no value.ExtendedResponseLdapConnectionWrapper. extended(String oid, byte[] value)Sends a extended operation request to the server with the given OID and value.ExtendedResponseLdapConnectionWrapper. extended(Oid oid)Sends a extended operation request to the server with the given OID and no value.ExtendedResponseLdapConnectionWrapper. extended(Oid oid, byte[] value)Sends a extended operation request to the server with the given OID and value.ExtendedResponseLdapConnectionWrapper. extended(ExtendedRequest extendedRequest)Performs an extended operation based on the extended request object.ExtendedResponseLdapNetworkConnection. extended(String oid)Sends a extended operation request to the server with the given OID and no value.ExtendedResponseLdapNetworkConnection. extended(String oid, byte[] value)Sends a extended operation request to the server with the given OID and value.ExtendedResponseLdapNetworkConnection. extended(Oid oid)Sends a extended operation request to the server with the given OID and no value.ExtendedResponseLdapNetworkConnection. extended(Oid oid, byte[] value)Sends a extended operation request to the server with the given OID and value.ExtendedResponseLdapNetworkConnection. extended(ExtendedRequest extendedRequest)Performs an extended operation based on the extended request object.ExtendedResponseMonitoringLdapConnection. extended(String oid)Sends a extended operation request to the server with the given OID and no value.ExtendedResponseMonitoringLdapConnection. extended(String oid, byte[] value)Sends a extended operation request to the server with the given OID and value.ExtendedResponseMonitoringLdapConnection. extended(Oid oid)Sends a extended operation request to the server with the given OID and no value.ExtendedResponseMonitoringLdapConnection. extended(Oid oid, byte[] value)Sends a extended operation request to the server with the given OID and value.ExtendedResponseMonitoringLdapConnection. extended(ExtendedRequest extendedRequest)Performs an extended operation based on the extended request object. -
Uses of ExtendedResponse in org.apache.directory.ldap.client.api.future
Methods in org.apache.directory.ldap.client.api.future with parameters of type ExtendedResponse Modifier and Type Method Description voidExtendedFuture. set(ExtendedResponse response)Set the associated Response in this Future
-