Uses of Interface
org.camunda.bpm.client.interceptor.ClientRequestInterceptor
Packages that use ClientRequestInterceptor
Package
Description
-
Uses of ClientRequestInterceptor in org.camunda.bpm.client
Methods in org.camunda.bpm.client with parameters of type ClientRequestInterceptorModifier 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
Fields in org.camunda.bpm.client.impl with type parameters of type ClientRequestInterceptorModifier and TypeFieldDescriptionprotected List<ClientRequestInterceptor>
ExternalTaskClientBuilderImpl.interceptors
Methods in org.camunda.bpm.client.impl that return types with arguments of type ClientRequestInterceptorModifier and TypeMethodDescriptionprotected List<ClientRequestInterceptor>
ExternalTaskClientBuilderImpl.getInterceptors()
Methods in org.camunda.bpm.client.impl with parameters of type ClientRequestInterceptorModifier and TypeMethodDescriptionExternalTaskClientBuilderImpl.addInterceptor
(ClientRequestInterceptor interceptor) -
Uses of ClientRequestInterceptor in org.camunda.bpm.client.interceptor.auth
Classes in org.camunda.bpm.client.interceptor.auth that implement ClientRequestInterceptorModifier and TypeClassDescriptionclass
Provides HTTP Basic Authentication by using the request interceptor api -
Uses of ClientRequestInterceptor in org.camunda.bpm.client.interceptor.impl
Fields in org.camunda.bpm.client.interceptor.impl with type parameters of type ClientRequestInterceptorModifier and TypeFieldDescriptionprotected List<ClientRequestInterceptor>
RequestInterceptorHandler.interceptors
Methods in org.camunda.bpm.client.interceptor.impl that return types with arguments of type ClientRequestInterceptorConstructor parameters in org.camunda.bpm.client.interceptor.impl with type arguments of type ClientRequestInterceptorModifierConstructorDescriptionRequestInterceptorHandler
(List<ClientRequestInterceptor> interceptors) -
Uses of ClientRequestInterceptor in org.camunda.bpm.client.spring.impl.client
Fields in org.camunda.bpm.client.spring.impl.client with type parameters of type ClientRequestInterceptorModifier and TypeFieldDescriptionprotected List<ClientRequestInterceptor>
ClientFactory.requestInterceptors
Methods in org.camunda.bpm.client.spring.impl.client that return types with arguments of type ClientRequestInterceptorMethod parameters in org.camunda.bpm.client.spring.impl.client with type arguments of type ClientRequestInterceptorModifier and TypeMethodDescriptionvoid
ClientFactory.setRequestInterceptors
(List<ClientRequestInterceptor> requestInterceptors)