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

com.agido.logback.elasticsearch.config.Authentication Maven / Gradle / Ivy

The newest version!
package com.agido.logback.elasticsearch.config;

import java.net.HttpURLConnection;

public interface Authentication {
    /**
     * Modify the given urlConnection for whatever authentication scheme is used.
     *
     * @param urlConnection the connection to the server
     * @param body          the message being sent
     */
    void addAuth(HttpURLConnection urlConnection, String body);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy