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

br.com.cefis.authentication.Authentication Maven / Gradle / Ivy

There is a newer version: 0.0.2
Show newest version
package br.com.cefis.authentication;

import java.net.HttpURLConnection;

public interface Authentication {
	void authenticate(HttpURLConnection connection);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy