public class BasicAuthInfo extends AuthInfo
AuthInfo.AuthenticationTypeauthenticationType, host, httpMethod, loginTarget, password, port, protocol, username| Constructor and Description |
|---|
BasicAuthInfo(String username,
String password,
String loginUrl)
Constructor
|
getAuthenticationType, getHost, getHttpMethod, getLoginTarget, getPassword, getPort, getProtocol, getUsername, setAuthenticationType, setHost, setHttpMethod, setLoginTarget, setPassword, setPort, setProtocol, setUsernamepublic BasicAuthInfo(String username, String password, String loginUrl) throws MalformedURLException
username - Username used for Authenticationpassword - Password used for AuthenticationloginUrl - Full Login URL beginning with "http..." till the end of the urlMalformedURLException - Make sure your URL is validCopyright © 2015. All rights reserved.