Uses of Interface
org.camunda.bpm.client.interceptor.ClientRequestInterceptor
Package
Description
-
Uses of ClientRequestInterceptor in org.camunda.bpm.client
Modifier and TypeMethodDescriptionExternalTaskClientBuilder.addInterceptor
(ClientRequestInterceptor interceptor) Adds an interceptor to change a request before it is sent to the http server. -
Uses of ClientRequestInterceptor in org.camunda.bpm.client.impl
Modifier and TypeFieldDescriptionprotected List<ClientRequestInterceptor>
ExternalTaskClientBuilderImpl.interceptors
Modifier and TypeMethodDescriptionprotected List<ClientRequestInterceptor>
ExternalTaskClientBuilderImpl.getInterceptors()
Modifier and TypeMethodDescriptionExternalTaskClientBuilderImpl.addInterceptor
(ClientRequestInterceptor interceptor) -
Uses of ClientRequestInterceptor in org.camunda.bpm.client.interceptor.auth
Modifier and TypeClassDescriptionclass
Provides HTTP Basic Authentication by using the request interceptor api -
Uses of ClientRequestInterceptor in org.camunda.bpm.client.interceptor.impl
Modifier and TypeFieldDescriptionprotected List<ClientRequestInterceptor>
RequestInterceptorHandler.interceptors
ModifierConstructorDescriptionRequestInterceptorHandler
(List<ClientRequestInterceptor> interceptors) -
Uses of ClientRequestInterceptor in org.camunda.bpm.client.spring.impl.client
Modifier and TypeFieldDescriptionprotected List<ClientRequestInterceptor>
ClientFactory.requestInterceptors
Modifier and TypeMethodDescriptionvoid
ClientFactory.setRequestInterceptors
(List<ClientRequestInterceptor> requestInterceptors)