All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.marklogic.client.impl.okhttp.AuthenticationConfigurer Maven / Gradle / Ivy

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