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

com.atlassian.bamboo.specs.util.AuthenticationProvider Maven / Gradle / Ivy

There is a newer version: 10.1.0
Show newest version
package com.atlassian.bamboo.specs.util;

import org.apache.http.auth.AuthenticationException;
import org.apache.http.client.methods.HttpRequestBase;

public interface AuthenticationProvider {

    void authenticate(HttpRequestBase requestBase) throws AuthenticationException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy