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

no.ks.fiks.io.klient.AuthenticationStrategy Maven / Gradle / Ivy

package no.ks.fiks.io.klient;

import org.eclipse.jetty.client.api.Request;

public interface AuthenticationStrategy {
    void setAuthenticationHeaders(Request request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy