Uses of Interface
org.camunda.bpm.client.interceptor.ClientRequestInterceptor
-
Packages that use ClientRequestInterceptor Package Description org.camunda.bpm.client org.camunda.bpm.client.impl org.camunda.bpm.client.interceptor.auth org.camunda.bpm.client.interceptor.impl -
-
Uses of ClientRequestInterceptor in org.camunda.bpm.client
Methods in org.camunda.bpm.client with parameters of type ClientRequestInterceptor Modifier and Type Method Description ExternalTaskClientBuilderExternalTaskClientBuilder. 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. interceptorsMethods 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 ExternalTaskClientBuilderExternalTaskClientBuilderImpl. 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 classBasicAuthProviderProvides 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. interceptorsMethods 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)
-