
com.marklogic.client.impl.okhttp.AuthenticationConfigurer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marklogic-client-api Show documentation
Show all versions of marklogic-client-api Show documentation
The official MarkLogic Java client API.
The newest version!
/*
* Copyright © 2024 MarkLogic Corporation. All Rights Reserved.
*/
package com.marklogic.client.impl.okhttp;
import com.marklogic.client.DatabaseClientFactory;
import okhttp3.OkHttpClient;
public interface AuthenticationConfigurer {
/**
* Configure authentication for the given clientBuilder based on the given securityContext. Intended to keep
* OkHttpServices unaware of the details for each authentication strategy.
*
* @param clientBuilder
* @param securityContext
*/
void configureAuthentication(OkHttpClient.Builder clientBuilder, T securityContext);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy