
com.github.becausetesting.httpclient.bean.Auth Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons Show documentation
Show all versions of commons Show documentation
A common libraries used for testing framework.
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