ServiceClientCredentials Interface

public interface ServiceClientCredentials

ServiceClientCredentials is the abstraction for credentials used by ServiceClients accessing REST services.

Method Summary

Modifier and Type Method and Description
abstract void applyCredentialsFilter(OkHttpClient.Builder clientBuilder)

Apply the credentials to the HTTP client builder.

Method Details

applyCredentialsFilter

public abstract void applyCredentialsFilter(OkHttpClient.Builder clientBuilder)

Apply the credentials to the HTTP client builder.

Parameters:

clientBuilder - the builder for building up an OkHttpClient

Applies to