Uses of Class
org.flowable.external.client.impl.JavaHttpClientRestInvoker
Packages that use JavaHttpClientRestInvoker
-
Uses of JavaHttpClientRestInvoker in org.flowable.external.client.impl
Methods in org.flowable.external.client.impl that return JavaHttpClientRestInvokerModifier and TypeMethodDescriptionstatic JavaHttpClientRestInvokerJavaHttpClientRestInvoker.withAccessToken(String baseUrl, String accessToken) static JavaHttpClientRestInvokerJavaHttpClientRestInvoker.withAccessToken(String baseUrl, Supplier<String> accessToken) protected static JavaHttpClientRestInvokerJavaHttpClientRestInvoker.withAuthorizationHeader(String baseUrl, Supplier<String> authorizationHeaderProvider) static JavaHttpClientRestInvokerJavaHttpClientRestInvoker.withBasicAuth(String baseUrl, String username, String password) static JavaHttpClientRestInvokerJavaHttpClientRestInvoker.withoutAuthentication(String baseUrl)