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

com.github.becausetesting.httpclient.bean.Auth Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package com.github.becausetesting.httpclient.bean;

import java.io.Serializable;

public interface Auth extends Serializable {

	String getUsername();

	String getPassword();
	boolean isPreemptive();
	
	
	String getWorkstation();
	String getDomain();
	
	String getAuthorizationHeaderValue();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy