Index

A B C D E F G H I J M N O P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values

A

ACCESS_TOKEN - Static variable in class io.camunda.connector.http.base.authentication.OAuthConstants
 
ApacheRequestAuthenticationBuilder - Class in io.camunda.connector.http.base.client.apache.builder.parts
 
ApacheRequestAuthenticationBuilder() - Constructor for class io.camunda.connector.http.base.client.apache.builder.parts.ApacheRequestAuthenticationBuilder
 
ApacheRequestBodyBuilder - Class in io.camunda.connector.http.base.client.apache.builder.parts
Maps the request body of a HttpCommonRequest to an Apache ClassicRequestBuilder.
ApacheRequestBodyBuilder() - Constructor for class io.camunda.connector.http.base.client.apache.builder.parts.ApacheRequestBodyBuilder
 
ApacheRequestBuilder - Class in io.camunda.connector.http.base.client.apache.builder
Builder for Apache ClassicHttpRequest.
ApacheRequestFactory - Class in io.camunda.connector.http.base.client.apache
Maps a HttpCommonRequest(element template model) to an Apache ClassicHttpRequest.
ApacheRequestHeadersBuilder - Class in io.camunda.connector.http.base.client.apache.builder.parts
 
ApacheRequestHeadersBuilder() - Constructor for class io.camunda.connector.http.base.client.apache.builder.parts.ApacheRequestHeadersBuilder
 
ApacheRequestPartBuilder - Interface in io.camunda.connector.http.base.client.apache.builder.parts
Maps a part of a HttpCommonRequest to an Apache ClassicRequestBuilder.
ApacheRequestQueryParametersBuilder - Class in io.camunda.connector.http.base.client.apache.builder.parts
 
ApacheRequestQueryParametersBuilder() - Constructor for class io.camunda.connector.http.base.client.apache.builder.parts.ApacheRequestQueryParametersBuilder
 
ApacheRequestUriBuilder - Class in io.camunda.connector.http.base.client.apache.builder.parts
 
ApacheRequestUriBuilder() - Constructor for class io.camunda.connector.http.base.client.apache.builder.parts.ApacheRequestUriBuilder
 
ApiKeyAuthentication - Record Class in io.camunda.connector.http.base.model.auth
 
ApiKeyAuthentication(ApiKeyLocation, String, String) - Constructor for record class io.camunda.connector.http.base.model.auth.ApiKeyAuthentication
Creates an instance of a ApiKeyAuthentication record class.
apiKeyLocation() - Method in record class io.camunda.connector.http.base.model.auth.ApiKeyAuthentication
Returns the value of the apiKeyLocation record component.
ApiKeyLocation - Enum Class in io.camunda.connector.http.base.model.auth
 
audience() - Method in record class io.camunda.connector.http.base.model.auth.OAuthAuthentication
Returns the value of the audience record component.
AUDIENCE - Static variable in class io.camunda.connector.http.base.authentication.OAuthConstants
 
Authentication - Interface in io.camunda.connector.http.base.model.auth
 

B

Base64Helper - Class in io.camunda.connector.http.base.authentication
 
BASIC_AUTH_HEADER - Static variable in class io.camunda.connector.http.base.authentication.OAuthConstants
 
BasicAuthentication - Record Class in io.camunda.connector.http.base.model.auth
 
BasicAuthentication(String, String) - Constructor for record class io.camunda.connector.http.base.model.auth.BasicAuthentication
Creates an instance of a BasicAuthentication record class.
BearerAuthentication - Record Class in io.camunda.connector.http.base.model.auth
 
BearerAuthentication(String) - Constructor for record class io.camunda.connector.http.base.model.auth.BearerAuthentication
Creates an instance of a BearerAuthentication record class.
Block - Interface in io.camunda.connector.http.base.blocklist.block
This is a sealed interface that represents a Block of a URL, Port, or Regex type.
blockedPorts() - Method in record class io.camunda.connector.http.base.blocklist.block.PortBlock
Returns the value of the blockedPorts record component.
BlockFactory - Class in io.camunda.connector.http.base.blocklist.factory
 
BlocklistExceptionHelper - Class in io.camunda.connector.http.base.blocklist.util
 
BlocklistExceptionHelper() - Constructor for class io.camunda.connector.http.base.blocklist.util.BlocklistExceptionHelper
 
blockName() - Method in record class io.camunda.connector.http.base.blocklist.block.PortBlock
Returns the value of the blockName record component.
blockName() - Method in record class io.camunda.connector.http.base.blocklist.block.RegexBlock
Returns the value of the blockName record component.
blockName() - Method in record class io.camunda.connector.http.base.blocklist.block.UrlBlock
Returns the value of the blockName record component.
body() - Method in record class io.camunda.connector.http.base.model.HttpCommonResult
Returns the value of the body record component.
build() - Method in class io.camunda.connector.http.base.client.apache.builder.parts.DocumentAwareMultipartEntityBuilder
 
build(HttpCommonRequest) - Method in class io.camunda.connector.http.base.client.apache.builder.ApacheRequestBuilder
 
build(ClassicRequestBuilder, HttpCommonRequest) - Method in class io.camunda.connector.http.base.client.apache.builder.parts.ApacheRequestAuthenticationBuilder
 
build(ClassicRequestBuilder, HttpCommonRequest) - Method in class io.camunda.connector.http.base.client.apache.builder.parts.ApacheRequestBodyBuilder
 
build(ClassicRequestBuilder, HttpCommonRequest) - Method in class io.camunda.connector.http.base.client.apache.builder.parts.ApacheRequestHeadersBuilder
 
build(ClassicRequestBuilder, HttpCommonRequest) - Method in interface io.camunda.connector.http.base.client.apache.builder.parts.ApacheRequestPartBuilder
 
build(ClassicRequestBuilder, HttpCommonRequest) - Method in class io.camunda.connector.http.base.client.apache.builder.parts.ApacheRequestQueryParametersBuilder
 
build(ClassicRequestBuilder, HttpCommonRequest) - Method in class io.camunda.connector.http.base.client.apache.builder.parts.ApacheRequestUriBuilder
 
buildBasicAuthenticationHeader(String, String) - Static method in class io.camunda.connector.http.base.authentication.Base64Helper
Builds a basic authentication header value.

C

CLIENT_ID - Static variable in class io.camunda.connector.http.base.authentication.OAuthConstants
 
CLIENT_SECRET - Static variable in class io.camunda.connector.http.base.authentication.OAuthConstants
 
clientAuthentication() - Method in record class io.camunda.connector.http.base.model.auth.OAuthAuthentication
Returns the value of the clientAuthentication record component.
clientId() - Method in record class io.camunda.connector.http.base.model.auth.OAuthAuthentication
Returns the value of the clientId record component.
clientSecret() - Method in record class io.camunda.connector.http.base.model.auth.OAuthAuthentication
Returns the value of the clientSecret record component.
close() - Method in class io.camunda.connector.http.base.client.apache.proxy.ProxyAwareHttpClient
 
CloudFunctionCredentials - Class in io.camunda.connector.http.base.cloudfunction
 
CloudFunctionCredentials() - Constructor for class io.camunda.connector.http.base.cloudfunction.CloudFunctionCredentials
 
CloudFunctionCredentialsCache - Class in io.camunda.connector.http.base.cloudfunction
 
CloudFunctionCredentialsCache() - Constructor for class io.camunda.connector.http.base.cloudfunction.CloudFunctionCredentialsCache
 
CloudFunctionFilePart - Record Class in io.camunda.connector.http.base.cloudfunction
Represents a part of a multipart form submission.
CloudFunctionFilePart(String, String, byte[], String) - Constructor for record class io.camunda.connector.http.base.cloudfunction.CloudFunctionFilePart
Creates an instance of a CloudFunctionFilePart record class.
CloudFunctionService - Class in io.camunda.connector.http.base.cloudfunction
 
CloudFunctionService() - Constructor for class io.camunda.connector.http.base.cloudfunction.CloudFunctionService
 
CloudFunctionService(CloudFunctionCredentials) - Constructor for class io.camunda.connector.http.base.cloudfunction.CloudFunctionService
 
connectionTimeoutInSeconds() - Method in record class io.camunda.connector.http.base.client.apache.proxy.ProxyAwareHttpClient.TimeoutConfiguration
Returns the value of the connectionTimeoutInSeconds record component.
CONNECTOR_HTTP_NON_PROXY_HOSTS_ENV_VAR - Static variable in class io.camunda.connector.http.base.client.apache.proxy.ProxyHandler
 
ConnectorExceptionMapper - Class in io.camunda.connector.http.base.exception
 
ConnectorExceptionMapper() - Constructor for class io.camunda.connector.http.base.exception.ConnectorExceptionMapper
 
content() - Method in record class io.camunda.connector.http.base.cloudfunction.CloudFunctionFilePart
Returns the value of the content record component.
CONTENT_TYPE - Static variable in class io.camunda.connector.http.base.document.FileResponseHandler
 
contentType() - Method in record class io.camunda.connector.http.base.cloudfunction.CloudFunctionFilePart
Returns the value of the contentType record component.
create() - Static method in class io.camunda.connector.http.base.client.apache.builder.ApacheRequestBuilder
Creates a new instance of the builder.
create(String, String) - Static method in record class io.camunda.connector.http.base.blocklist.block.PortBlock
Creates a new instance of the PortBlock class with the specified port numbers and block name.
create(String, String) - Static method in record class io.camunda.connector.http.base.blocklist.block.RegexBlock
Creates a new instance of the RegexBlock class with the specified regular expression pattern and block name.
createBlock(String, String, String) - Static method in class io.camunda.connector.http.base.blocklist.factory.BlockFactory
 
createHttpRequest(HttpCommonRequest) - Method in class io.camunda.connector.http.base.client.apache.ApacheRequestFactory
 
createHttpRequest(HttpCommonRequest) - Method in interface io.camunda.connector.http.base.client.RequestFactory
Create a request from a HttpCommonRequest.
createOAuthRequestFrom(OAuthAuthentication) - Method in class io.camunda.connector.http.base.authentication.OAuthService
Converts a HttpCommonRequest to a request that can be used to fetch an OAuth token.
CREDENTIALS_BODY - Static variable in class io.camunda.connector.http.base.authentication.OAuthConstants
 
CustomApacheHttpClient - Class in io.camunda.connector.http.base.client.apache
 
CustomApacheHttpClient() - Constructor for class io.camunda.connector.http.base.client.apache.CustomApacheHttpClient
 

D

DefaultHttpBlocklistManager - Class in io.camunda.connector.http.base.blocklist
 
DefaultHttpBlocklistManager() - Constructor for class io.camunda.connector.http.base.blocklist.DefaultHttpBlocklistManager
 
DefaultHttpBlocklistManager(Map<String, String>) - Constructor for class io.camunda.connector.http.base.blocklist.DefaultHttpBlocklistManager
 
DELETE - Enum constant in enum class io.camunda.connector.http.base.model.HttpMethod
 
determineProxy(HttpHost, HttpContext) - Method in class io.camunda.connector.http.base.client.apache.proxy.ProxyRoutePlanner
 
document() - Method in record class io.camunda.connector.http.base.model.HttpCommonResult
Returns the value of the document record component.
DocumentAwareMultipartEntityBuilder - Class in io.camunda.connector.http.base.client.apache.builder.parts
A builder for creating a multipart entity from a map.
DocumentAwareMultipartEntityBuilder(Map<?, ?>, ContentType) - Constructor for class io.camunda.connector.http.base.client.apache.builder.parts.DocumentAwareMultipartEntityBuilder
 
documentFactory() - Method in record class io.camunda.connector.http.base.ExecutionEnvironment.SaaSCluster
Returns the value of the documentFactory record component.
documentFactory() - Method in record class io.camunda.connector.http.base.ExecutionEnvironment.SelfManaged
Returns the value of the documentFactory record component.
documentFactory() - Method in interface io.camunda.connector.http.base.ExecutionEnvironment.StoresDocument
 
DocumentHelper - Class in io.camunda.connector.http.base.utils
 
DocumentHelper() - Constructor for class io.camunda.connector.http.base.utils.DocumentHelper
 

E

EMPTY_BODY - Static variable in class io.camunda.connector.http.base.client.apache.builder.parts.ApacheRequestBodyBuilder
 
equals(Object) - Method in record class io.camunda.connector.http.base.blocklist.block.PortBlock
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.http.base.blocklist.block.RegexBlock
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.http.base.blocklist.block.UrlBlock
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.http.base.client.apache.proxy.ProxyAwareHttpClient.ProxyContext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.http.base.client.apache.proxy.ProxyAwareHttpClient.TimeoutConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.http.base.client.apache.proxy.ProxyHandler.ProxyDetails
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.http.base.cloudfunction.CloudFunctionFilePart
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.http.base.ExecutionEnvironment.SaaSCloudFunction
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.http.base.ExecutionEnvironment.SaaSCluster
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.http.base.ExecutionEnvironment.SelfManaged
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.http.base.model.auth.ApiKeyAuthentication
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.http.base.model.auth.BasicAuthentication
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.http.base.model.auth.BearerAuthentication
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.http.base.model.auth.NoAuthentication
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.http.base.model.auth.OAuthAuthentication
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.http.base.model.ErrorResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
equals(Object) - Method in record class io.camunda.connector.http.base.model.HttpCommonResult
Indicates whether some other object is "equal to" this one.
error() - Method in record class io.camunda.connector.http.base.model.ErrorResponse
Returns the value of the error record component.
errorCode() - Method in record class io.camunda.connector.http.base.model.ErrorResponse
Returns the value of the errorCode record component.
ErrorResponse - Record Class in io.camunda.connector.http.base.model
 
ErrorResponse(String, String, Map<String, Object>) - Constructor for record class io.camunda.connector.http.base.model.ErrorResponse
Creates an instance of a ErrorResponse record class.
errorVariables() - Method in record class io.camunda.connector.http.base.model.ErrorResponse
Returns the value of the errorVariables record component.
exampleResult() - Static method in record class io.camunda.connector.http.base.model.HttpCommonResult
 
execute(HttpCommonRequest) - Method in interface io.camunda.connector.http.base.client.HttpClient
Executes the given HttpCommonRequest and returns the result as a HttpCommonResult.
execute(HttpCommonRequest, ExecutionEnvironment) - Method in class io.camunda.connector.http.base.client.apache.CustomApacheHttpClient
Converts the given HttpCommonRequest to an Apache ClassicHttpRequest and executes it.
execute(HttpCommonRequest, ExecutionEnvironment) - Method in interface io.camunda.connector.http.base.client.HttpClient
Executes the given HttpCommonRequest and returns the result as a HttpCommonResult.
execute(ClassicHttpRequest, HttpClientResponseHandler<T>) - Method in class io.camunda.connector.http.base.client.apache.proxy.ProxyAwareHttpClient
 
executeConnectorRequest(HttpCommonRequest) - Method in class io.camunda.connector.http.base.HttpService
 
executeConnectorRequest(HttpCommonRequest, DocumentFactory) - Method in class io.camunda.connector.http.base.HttpService
 
ExecutionEnvironment - Interface in io.camunda.connector.http.base
 
ExecutionEnvironment.SaaSCloudFunction - Record Class in io.camunda.connector.http.base
The connector is executed in the context of the cloud function.
ExecutionEnvironment.SaaSCluster - Record Class in io.camunda.connector.http.base
The connector is executed in the context of the caller, i.e.
ExecutionEnvironment.SelfManaged - Record Class in io.camunda.connector.http.base
 
ExecutionEnvironment.StoresDocument - Interface in io.camunda.connector.http.base
 
extractTokenFromResponse(Object) - Method in class io.camunda.connector.http.base.authentication.OAuthService
 

F

fileName() - Method in record class io.camunda.connector.http.base.cloudfunction.CloudFunctionFilePart
Returns the value of the fileName record component.
FileResponseHandler - Class in io.camunda.connector.http.base.document
 
FileResponseHandler(ExecutionEnvironment, boolean) - Constructor for class io.camunda.connector.http.base.document.FileResponseHandler
 
from(boolean, boolean, DocumentFactory) - Static method in interface io.camunda.connector.http.base.ExecutionEnvironment
Factory method to create an ExecutionEnvironment based on the given parameters.
from(HttpCommonResult) - Static method in class io.camunda.connector.http.base.exception.ConnectorExceptionMapper
 

G

get() - Static method in class io.camunda.connector.http.base.client.apache.ApacheRequestFactory
 
get(Supplier<OAuth2Credentials>) - Method in class io.camunda.connector.http.base.cloudfunction.CloudFunctionCredentialsCache
Get credentials from cache or fetch new credentials if cache is empty or expired.
GET - Enum constant in enum class io.camunda.connector.http.base.model.HttpMethod
 
getAsJsonElement(Object) - Static method in class io.camunda.connector.http.base.utils.JsonHelper
 
getAuthentication() - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
getBlockList() - Method in class io.camunda.connector.http.base.blocklist.DefaultHttpBlocklistManager
 
getBody() - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
getConnectionTimeoutInSeconds() - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
getCredentialsProvider(String) - Method in class io.camunda.connector.http.base.client.apache.proxy.ProxyHandler
 
getDataForAuthRequestBody() - Method in record class io.camunda.connector.http.base.model.auth.OAuthAuthentication
 
getHeader(String) - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
getHeaders() - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
getMethod() - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
getOAuthToken(String) - Method in class io.camunda.connector.http.base.cloudfunction.CloudFunctionCredentials
 
getProxyDetails(String) - Method in class io.camunda.connector.http.base.client.apache.proxy.ProxyHandler
 
getProxyFunctionUrl() - Method in class io.camunda.connector.http.base.cloudfunction.CloudFunctionService
 
getQueryParameters() - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
getReadTimeoutInSeconds() - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
getSkipEncoding() - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
getUrl() - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
GRANT_TYPE - Static variable in class io.camunda.connector.http.base.authentication.OAuthConstants
 
GRANT_TYPE - Static variable in record class io.camunda.connector.http.base.model.auth.OAuthAuthentication
 

H

handle(Map<String, Object>, byte[]) - Method in class io.camunda.connector.http.base.document.FileResponseHandler
 
handleCloudFunctionResult(HttpCommonResult) - Method in class io.camunda.connector.http.base.document.FileResponseHandler
 
handleResponse(ClassicHttpResponse) - Method in class io.camunda.connector.http.base.client.apache.HttpCommonResultResponseHandler
 
hasAuthentication() - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
hasBody() - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
hashCode() - Method in record class io.camunda.connector.http.base.blocklist.block.PortBlock
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.http.base.blocklist.block.RegexBlock
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.http.base.blocklist.block.UrlBlock
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.http.base.client.apache.proxy.ProxyAwareHttpClient.ProxyContext
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.http.base.client.apache.proxy.ProxyAwareHttpClient.TimeoutConfiguration
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.http.base.client.apache.proxy.ProxyHandler.ProxyDetails
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.http.base.cloudfunction.CloudFunctionFilePart
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.http.base.ExecutionEnvironment.SaaSCloudFunction
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.http.base.ExecutionEnvironment.SaaSCluster
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.http.base.ExecutionEnvironment.SelfManaged
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.http.base.model.auth.ApiKeyAuthentication
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.http.base.model.auth.BasicAuthentication
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.http.base.model.auth.BearerAuthentication
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.http.base.model.auth.NoAuthentication
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.http.base.model.auth.OAuthAuthentication
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.http.base.model.ErrorResponse
Returns a hash code value for this object.
hashCode() - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
hashCode() - Method in record class io.camunda.connector.http.base.model.HttpCommonResult
Returns a hash code value for this object.
hasHeaders() - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
hasQueryParameters() - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
headers() - Method in record class io.camunda.connector.http.base.model.HttpCommonResult
Returns the value of the headers record component.
HEADERS - Enum constant in enum class io.camunda.connector.http.base.model.auth.ApiKeyLocation
 
host() - Method in record class io.camunda.connector.http.base.client.apache.proxy.ProxyAwareHttpClient.ProxyContext
Returns the value of the host record component.
host() - Method in record class io.camunda.connector.http.base.client.apache.proxy.ProxyHandler.ProxyDetails
Returns the value of the host record component.
HTTP - Static variable in class io.camunda.connector.http.base.client.apache.proxy.ProxyHandler
 
HttpBlockListManager - Interface in io.camunda.connector.http.base.blocklist
This interface defines the contract for an HTTP Blocklist Manager.
HttpClient - Interface in io.camunda.connector.http.base.client
 
HttpCommonRequest - Class in io.camunda.connector.http.base.model
 
HttpCommonRequest() - Constructor for class io.camunda.connector.http.base.model.HttpCommonRequest
 
HttpCommonResult - Record Class in io.camunda.connector.http.base.model
 
HttpCommonResult(int, Map<String, Object>, Object) - Constructor for record class io.camunda.connector.http.base.model.HttpCommonResult
 
HttpCommonResult(int, Map<String, Object>, Object, Document) - Constructor for record class io.camunda.connector.http.base.model.HttpCommonResult
 
HttpCommonResult(int, Map<String, Object>, Object, String) - Constructor for record class io.camunda.connector.http.base.model.HttpCommonResult
 
HttpCommonResult(int, Map<String, Object>, Object, String, Document) - Constructor for record class io.camunda.connector.http.base.model.HttpCommonResult
Creates an instance of a HttpCommonResult record class.
HttpCommonResultResponseHandler - Class in io.camunda.connector.http.base.client.apache
 
HttpCommonResultResponseHandler(ExecutionEnvironment, boolean) - Constructor for class io.camunda.connector.http.base.client.apache.HttpCommonResultResponseHandler
 
HttpMethod - Enum Class in io.camunda.connector.http.base.model
 
HTTPS - Static variable in class io.camunda.connector.http.base.client.apache.proxy.ProxyHandler
 
HttpService - Class in io.camunda.connector.http.base
 
HttpService() - Constructor for class io.camunda.connector.http.base.HttpService
 
HttpService(CloudFunctionService) - Constructor for class io.camunda.connector.http.base.HttpService
 
HttpStatusHelper - Class in io.camunda.connector.http.base.client
 
HttpStatusHelper() - Constructor for class io.camunda.connector.http.base.client.HttpStatusHelper
 

I

io.camunda.connector.http.base - package io.camunda.connector.http.base
 
io.camunda.connector.http.base.authentication - package io.camunda.connector.http.base.authentication
 
io.camunda.connector.http.base.blocklist - package io.camunda.connector.http.base.blocklist
 
io.camunda.connector.http.base.blocklist.block - package io.camunda.connector.http.base.blocklist.block
 
io.camunda.connector.http.base.blocklist.factory - package io.camunda.connector.http.base.blocklist.factory
 
io.camunda.connector.http.base.blocklist.util - package io.camunda.connector.http.base.blocklist.util
 
io.camunda.connector.http.base.client - package io.camunda.connector.http.base.client
 
io.camunda.connector.http.base.client.apache - package io.camunda.connector.http.base.client.apache
 
io.camunda.connector.http.base.client.apache.builder - package io.camunda.connector.http.base.client.apache.builder
 
io.camunda.connector.http.base.client.apache.builder.parts - package io.camunda.connector.http.base.client.apache.builder.parts
 
io.camunda.connector.http.base.client.apache.proxy - package io.camunda.connector.http.base.client.apache.proxy
 
io.camunda.connector.http.base.cloudfunction - package io.camunda.connector.http.base.cloudfunction
 
io.camunda.connector.http.base.document - package io.camunda.connector.http.base.document
 
io.camunda.connector.http.base.exception - package io.camunda.connector.http.base.exception
 
io.camunda.connector.http.base.model - package io.camunda.connector.http.base.model
 
io.camunda.connector.http.base.model.auth - package io.camunda.connector.http.base.model.auth
 
io.camunda.connector.http.base.utils - package io.camunda.connector.http.base.utils
 
isCloudFunctionEnabled() - Method in class io.camunda.connector.http.base.cloudfunction.CloudFunctionService
Check if our internal Google Function should be used to execute the HttpCommonRequest remotely.
isError(int) - Static method in class io.camunda.connector.http.base.client.HttpStatusHelper
 
isIgnoreNullValues() - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
isJsonStringValid(String) - Static method in class io.camunda.connector.http.base.utils.JsonHelper
 
isJsonValid(Object) - Static method in class io.camunda.connector.http.base.utils.JsonHelper
 
isQueryLocationApiKeyAuthentication() - Method in record class io.camunda.connector.http.base.model.auth.ApiKeyAuthentication
 
isRunningInCloudFunction() - Method in class io.camunda.connector.http.base.cloudfunction.CloudFunctionService
Check if the current execution is running in a Google Cloud Function.
isStoreResponse() - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 

J

JsonHelper - Class in io.camunda.connector.http.base.utils
 
JsonHelper() - Constructor for class io.camunda.connector.http.base.utils.JsonHelper
 

M

mapperIgnoreNull - Static variable in class io.camunda.connector.http.base.client.apache.builder.parts.ApacheRequestBodyBuilder
 
mapperSendNull - Static variable in class io.camunda.connector.http.base.client.apache.builder.parts.ApacheRequestBodyBuilder
 
MAX_ATTEMPTS - Static variable in class io.camunda.connector.http.base.cloudfunction.CloudFunctionCredentialsCache
 

N

name() - Method in record class io.camunda.connector.http.base.cloudfunction.CloudFunctionFilePart
Returns the value of the name record component.
name() - Method in record class io.camunda.connector.http.base.model.auth.ApiKeyAuthentication
Returns the value of the name record component.
NoAuthentication - Record Class in io.camunda.connector.http.base.model.auth
 
NoAuthentication() - Constructor for record class io.camunda.connector.http.base.model.auth.NoAuthentication
Creates an instance of a NoAuthentication record class.

O

OAuthAuthentication - Record Class in io.camunda.connector.http.base.model.auth
 
OAuthAuthentication(String, String, String, String, String, String) - Constructor for record class io.camunda.connector.http.base.model.auth.OAuthAuthentication
Creates an instance of a OAuthAuthentication record class.
OAuthConstants - Class in io.camunda.connector.http.base.authentication
 
OAuthConstants() - Constructor for class io.camunda.connector.http.base.authentication.OAuthConstants
 
OAuthService - Class in io.camunda.connector.http.base.authentication
 
OAuthService() - Constructor for class io.camunda.connector.http.base.authentication.OAuthService
 
oauthTokenEndpoint() - Method in record class io.camunda.connector.http.base.model.auth.OAuthAuthentication
Returns the value of the oauthTokenEndpoint record component.

P

parseCloudFunctionError(ConnectorException) - Method in class io.camunda.connector.http.base.cloudfunction.CloudFunctionService
Tries to parse the error response from the given exception and sets the error code, message, and errorVariables.
parseDocumentsInBody(Object, Function<CamundaDocument, Object>) - Method in class io.camunda.connector.http.base.utils.DocumentHelper
Traverse the Map recursively and create all Documents found in the map.
password() - Method in record class io.camunda.connector.http.base.client.apache.proxy.ProxyHandler.ProxyDetails
Returns the value of the password record component.
password() - Method in record class io.camunda.connector.http.base.model.auth.BasicAuthentication
Returns the value of the password record component.
PATCH - Enum constant in enum class io.camunda.connector.http.base.model.HttpMethod
 
pattern() - Method in record class io.camunda.connector.http.base.blocklist.block.RegexBlock
Returns the value of the pattern record component.
port() - Method in record class io.camunda.connector.http.base.client.apache.proxy.ProxyHandler.ProxyDetails
Returns the value of the port record component.
PortBlock - Record Class in io.camunda.connector.http.base.blocklist.block
This class represents a Port Block that can be used to block URLs based on specific port numbers.
PortBlock(String, Set<Integer>) - Constructor for record class io.camunda.connector.http.base.blocklist.block.PortBlock
Creates an instance of a PortBlock record class.
POST - Enum constant in enum class io.camunda.connector.http.base.model.HttpMethod
 
ProxyAwareHttpClient - Class in io.camunda.connector.http.base.client.apache.proxy
Builder for creating a CloseableHttpClient with proxy support.
ProxyAwareHttpClient(ProxyAwareHttpClient.TimeoutConfiguration, ProxyAwareHttpClient.ProxyContext) - Constructor for class io.camunda.connector.http.base.client.apache.proxy.ProxyAwareHttpClient
 
ProxyAwareHttpClient.ProxyContext - Record Class in io.camunda.connector.http.base.client.apache.proxy
 
ProxyAwareHttpClient.TimeoutConfiguration - Record Class in io.camunda.connector.http.base.client.apache.proxy
 
ProxyContext(String, String) - Constructor for record class io.camunda.connector.http.base.client.apache.proxy.ProxyAwareHttpClient.ProxyContext
Creates an instance of a ProxyContext record class.
ProxyDetails(String, String, int, String, String) - Constructor for record class io.camunda.connector.http.base.client.apache.proxy.ProxyHandler.ProxyDetails
Creates an instance of a ProxyDetails record class.
ProxyHandler - Class in io.camunda.connector.http.base.client.apache.proxy
This class is responsible for handling proxy configuration.
ProxyHandler() - Constructor for class io.camunda.connector.http.base.client.apache.proxy.ProxyHandler
 
ProxyHandler.ProxyDetails - Record Class in io.camunda.connector.http.base.client.apache.proxy
 
ProxyRoutePlanner - Class in io.camunda.connector.http.base.client.apache.proxy
 
ProxyRoutePlanner(HttpHost) - Constructor for class io.camunda.connector.http.base.client.apache.proxy.ProxyRoutePlanner
 
PUT - Enum constant in enum class io.camunda.connector.http.base.model.HttpMethod
 

Q

QUERY - Enum constant in enum class io.camunda.connector.http.base.model.auth.ApiKeyLocation
 

R

readTimeoutInSeconds() - Method in record class io.camunda.connector.http.base.client.apache.proxy.ProxyAwareHttpClient.TimeoutConfiguration
Returns the value of the readTimeoutInSeconds record component.
reason() - Method in record class io.camunda.connector.http.base.model.HttpCommonResult
Returns the value of the reason record component.
RegexBlock - Record Class in io.camunda.connector.http.base.blocklist.block
This class represents a Regular Expression Block that can be used to block URLs based on a regular expression pattern.
RegexBlock(String, Pattern) - Constructor for record class io.camunda.connector.http.base.blocklist.block.RegexBlock
Creates an instance of a RegexBlock record class.
RequestFactory<T> - Interface in io.camunda.connector.http.base.client
 

S

SaaSCloudFunction() - Constructor for record class io.camunda.connector.http.base.ExecutionEnvironment.SaaSCloudFunction
Creates an instance of a SaaSCloudFunction record class.
SaaSCluster(DocumentFactory) - Constructor for record class io.camunda.connector.http.base.ExecutionEnvironment.SaaSCluster
Creates an instance of a SaaSCluster record class.
scheme() - Method in record class io.camunda.connector.http.base.client.apache.proxy.ProxyAwareHttpClient.ProxyContext
Returns the value of the scheme record component.
scheme() - Method in record class io.camunda.connector.http.base.client.apache.proxy.ProxyHandler.ProxyDetails
Returns the value of the scheme record component.
SCOPE - Static variable in class io.camunda.connector.http.base.authentication.OAuthConstants
 
scopes() - Method in record class io.camunda.connector.http.base.model.auth.OAuthAuthentication
Returns the value of the scopes record component.
SelfManaged(DocumentFactory) - Constructor for record class io.camunda.connector.http.base.ExecutionEnvironment.SelfManaged
Creates an instance of a SelfManaged record class.
setAuthentication(Authentication) - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
setBody(Object) - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
setConnectionTimeoutInSeconds(Integer) - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
setHeaders(Map<String, String>) - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
setIgnoreNullValues(boolean) - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
setMethod(HttpMethod) - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
setQueryParameters(Map<String, String>) - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
setReadTimeoutInSeconds(Integer) - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
setSkipEncoding(String) - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
setStoreResponse(boolean) - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
setUrl(String) - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
status() - Method in record class io.camunda.connector.http.base.model.HttpCommonResult
Returns the value of the status record component.
supportsBody - Variable in enum class io.camunda.connector.http.base.model.HttpMethod
 

T

throwBlocklistException(String, String) - Static method in class io.camunda.connector.http.base.blocklist.util.BlocklistExceptionHelper
 
TimeoutConfiguration(int, int) - Constructor for record class io.camunda.connector.http.base.client.apache.proxy.ProxyAwareHttpClient.TimeoutConfiguration
Creates an instance of a TimeoutConfiguration record class.
toCloudFunctionRequest(HttpCommonRequest) - Method in class io.camunda.connector.http.base.cloudfunction.CloudFunctionService
Wraps the given request into a new request that is targeted at the Google function to execute the request remotely.
toEncodedUri(String, Boolean) - Static method in class io.camunda.connector.http.base.client.apache.builder.parts.UrlEncoder
 
token() - Method in record class io.camunda.connector.http.base.model.auth.BearerAuthentication
Returns the value of the token record component.
toString() - Method in record class io.camunda.connector.http.base.blocklist.block.PortBlock
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.http.base.blocklist.block.RegexBlock
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.http.base.blocklist.block.UrlBlock
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.http.base.client.apache.proxy.ProxyAwareHttpClient.ProxyContext
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.http.base.client.apache.proxy.ProxyAwareHttpClient.TimeoutConfiguration
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.http.base.client.apache.proxy.ProxyHandler.ProxyDetails
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.http.base.cloudfunction.CloudFunctionFilePart
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.http.base.ExecutionEnvironment.SaaSCloudFunction
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.http.base.ExecutionEnvironment.SaaSCluster
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.http.base.ExecutionEnvironment.SelfManaged
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.http.base.model.auth.ApiKeyAuthentication
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.http.base.model.auth.BasicAuthentication
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.http.base.model.auth.BearerAuthentication
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.http.base.model.auth.NoAuthentication
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.http.base.model.auth.OAuthAuthentication
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.http.base.model.ErrorResponse
Returns a string representation of this record class.
toString() - Method in class io.camunda.connector.http.base.model.HttpCommonRequest
 
toString() - Method in record class io.camunda.connector.http.base.model.HttpCommonResult
Returns a string representation of this record class.
TYPE - Static variable in record class io.camunda.connector.http.base.model.auth.ApiKeyAuthentication
 
TYPE - Static variable in record class io.camunda.connector.http.base.model.auth.BasicAuthentication
 
TYPE - Static variable in record class io.camunda.connector.http.base.model.auth.BearerAuthentication
 
TYPE - Static variable in record class io.camunda.connector.http.base.model.auth.NoAuthentication
 
TYPE - Static variable in record class io.camunda.connector.http.base.model.auth.OAuthAuthentication
 

U

UrlBlock - Record Class in io.camunda.connector.http.base.blocklist.block
This class represents a URL Block that can be used to block specific URLs based on a substring match.
UrlBlock(String, String) - Constructor for record class io.camunda.connector.http.base.blocklist.block.UrlBlock
Creates an instance of a UrlBlock record class.
UrlEncoder - Class in io.camunda.connector.http.base.client.apache.builder.parts
 
UrlEncoder() - Constructor for class io.camunda.connector.http.base.client.apache.builder.parts.UrlEncoder
 
user() - Method in record class io.camunda.connector.http.base.client.apache.proxy.ProxyHandler.ProxyDetails
Returns the value of the user record component.
username() - Method in record class io.camunda.connector.http.base.model.auth.BasicAuthentication
Returns the value of the username record component.

V

validate(String) - Method in interface io.camunda.connector.http.base.blocklist.block.Block
Validates a given URL against the blocking criteria.
validate(String) - Method in record class io.camunda.connector.http.base.blocklist.block.PortBlock
Validates a given URL against the blocking criteria.
validate(String) - Method in record class io.camunda.connector.http.base.blocklist.block.RegexBlock
Validates a given URL against the blocking criteria.
validate(String) - Method in record class io.camunda.connector.http.base.blocklist.block.UrlBlock
Validates a given URL against the blocking criteria.
validateUrlAgainstBlocklist(String) - Method in class io.camunda.connector.http.base.blocklist.DefaultHttpBlocklistManager
 
validateUrlAgainstBlocklist(String) - Method in interface io.camunda.connector.http.base.blocklist.HttpBlockListManager
Validates the given URL against a blocklist.
value() - Method in record class io.camunda.connector.http.base.blocklist.block.UrlBlock
Returns the value of the value record component.
value() - Method in record class io.camunda.connector.http.base.model.auth.ApiKeyAuthentication
Returns the value of the value record component.
valueOf(String) - Static method in enum class io.camunda.connector.http.base.model.auth.ApiKeyLocation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.camunda.connector.http.base.model.HttpMethod
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.camunda.connector.http.base.model.auth.ApiKeyLocation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.camunda.connector.http.base.model.HttpMethod
Returns an array containing the constants of this enum class, in the order they are declared.
A B C D E F G H I J M N O P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values