Uses of Interface
org.camunda.bpm.client.interceptor.ClientRequestInterceptor
-
-
Uses of ClientRequestInterceptor in org.camunda.bpm.client
Methods in org.camunda.bpm.client with parameters of type ClientRequestInterceptor Modifier and Type Method Description ExternalTaskClientBuilder
ExternalTaskClientBuilder. 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 ClientRequestInterceptor Modifier and Type Field Description protected List<ClientRequestInterceptor>
ExternalTaskClientBuilderImpl. interceptors
Methods in org.camunda.bpm.client.impl that return types with arguments of type ClientRequestInterceptor Modifier and Type Method Description protected List<ClientRequestInterceptor>
ExternalTaskClientBuilderImpl. getInterceptors()
Methods in org.camunda.bpm.client.impl with parameters of type ClientRequestInterceptor Modifier and Type Method Description ExternalTaskClientBuilder
ExternalTaskClientBuilderImpl. addInterceptor(ClientRequestInterceptor interceptor)
-
Uses of ClientRequestInterceptor in org.camunda.bpm.client.interceptor.auth
Classes in org.camunda.bpm.client.interceptor.auth that implement ClientRequestInterceptor Modifier and Type Class Description class
BasicAuthProvider
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 ClientRequestInterceptor Modifier and Type Field Description protected List<ClientRequestInterceptor>
RequestInterceptorHandler. interceptors
Methods in org.camunda.bpm.client.interceptor.impl that return types with arguments of type ClientRequestInterceptor Modifier and Type Method Description List<ClientRequestInterceptor>
RequestInterceptorHandler. getInterceptors()
Constructor parameters in org.camunda.bpm.client.interceptor.impl with type arguments of type ClientRequestInterceptor Constructor Description RequestInterceptorHandler(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 ClientRequestInterceptor Modifier and Type Field Description protected List<ClientRequestInterceptor>
ClientFactory. requestInterceptors
Methods in org.camunda.bpm.client.spring.impl.client that return types with arguments of type ClientRequestInterceptor Modifier and Type Method Description List<ClientRequestInterceptor>
ClientFactory. getRequestInterceptors()
Method parameters in org.camunda.bpm.client.spring.impl.client with type arguments of type ClientRequestInterceptor Modifier and Type Method Description void
ClientFactory. setRequestInterceptors(List<ClientRequestInterceptor> requestInterceptors)
-