Interface ServiceClientCredentials

  • All Known Implementing Classes:
    BasicAuthenticationCredentials, TokenCredentials

    public interface ServiceClientCredentials
    ServiceClientCredentials is the abstraction for credentials used by ServiceClients accessing REST services.
    • Method Detail

      • applyCredentialsFilter

        void applyCredentialsFilter​(okhttp3.OkHttpClient.Builder clientBuilder)
        Apply the credentials to the HTTP client builder.
        Parameters:
        clientBuilder - the builder for building up an OkHttpClient