Class ProxyAuthenticator
java.lang.Object
java.net.Authenticator
org.apache.jmeter.ProxyAuthenticator
Provides JMeter the ability to use proxy servers that require username and
password.
- Version:
- $Revision: 937726 $
-
Nested Class Summary
Nested classes/interfaces inherited from class Authenticator
Authenticator.RequestorType -
Constructor Summary
ConstructorsConstructorDescriptionProxyAuthenticator(String userName, String password) Create a ProxyAuthenticator with the specified username and password. -
Method Summary
Modifier and TypeMethodDescriptionprotected PasswordAuthenticationReturn a PasswordAuthentication instance using the userName and password specified in the constructor.Methods inherited from class Authenticator
getDefault, getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthenticationInstance, setDefault
-
Constructor Details
-
ProxyAuthenticator
-
-
Method Details
-
getPasswordAuthentication
Return a PasswordAuthentication instance using the userName and password specified in the constructor. Only applies to PROXY request types.- Overrides:
getPasswordAuthenticationin classAuthenticator- Returns:
- a PasswordAuthentication instance to use for authenticating with the proxy
-