| java.lang.Object java.net.Authenticator org.apache.jmeter.ProxyAuthenticator
ProxyAuthenticator | public class ProxyAuthenticator extends Authenticator (Code) | | Provides JMeter the ability to use proxy servers that require username and
password.
author: Dion MCMURTRIE version: $Revision: 493779 $ |
ProxyAuthenticator | public ProxyAuthenticator(String userName, String password)(Code) | | Create a ProxyAuthenticator with the specified username and password.
Parameters: userName - the username to authenticate with Parameters: password - the password to authenticate with |
getPasswordAuthentication | protected PasswordAuthentication getPasswordAuthentication()(Code) | | Return a PasswordAuthentication instance using the userName and password
specified in the constructor.
a PasswordAuthentication instance to use for authenticating withthe proxy |
Methods inherited from java.net.Authenticator | protected PasswordAuthentication getPasswordAuthentication()(Code)(Java Doc) final protected String getRequestingHost()(Code)(Java Doc) final protected int getRequestingPort()(Code)(Java Doc) final protected String getRequestingPrompt()(Code)(Java Doc) final protected String getRequestingProtocol()(Code)(Java Doc) final protected String getRequestingScheme()(Code)(Java Doc) final protected InetAddress getRequestingSite()(Code)(Java Doc) protected URL getRequestingURL()(Code)(Java Doc) protected RequestorType getRequestorType()(Code)(Java Doc) public static PasswordAuthentication requestPasswordAuthentication(InetAddress addr, int port, String protocol, String prompt, String scheme)(Code)(Java Doc) public static PasswordAuthentication requestPasswordAuthentication(String host, InetAddress addr, int port, String protocol, String prompt, String scheme)(Code)(Java Doc) public static PasswordAuthentication requestPasswordAuthentication(String host, InetAddress addr, int port, String protocol, String prompt, String scheme, URL url, RequestorType reqType)(Code)(Java Doc) public static synchronized void setDefault(Authenticator a)(Code)(Java Doc)
|
|
|