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

it.geosolutions.geoserver.rest.http.GeoServerRestAuthenticator Maven / Gradle / Ivy

Go to download

GeoServer Manager is a library to interact with GeoServer The scope of this library is to have a simple API, and use as few external libs as possible.

The newest version!
package it.geosolutions.geoserver.rest.http;

import java.io.IOException;

import org.apache.commons.httpclient.HttpClient;
import org.apache.commons.httpclient.HttpMethod;

public interface GeoServerRestAuthenticator {
    
    void setAuth(HttpClient client, HttpMethod method) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy