Class ProxyAuthenticator

  • All Implemented Interfaces:

    
    public class ProxyAuthenticator
    extends Authenticator
                        

    Provides JMeter the ability to use proxy servers that require username and password.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ProxyAuthenticator(String userName, String password) Create a ProxyAuthenticator with the specified username and password.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.net.Authenticator

        getDefault, requestPasswordAuthentication, requestPasswordAuthenticationInstance, setDefault
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProxyAuthenticator

        ProxyAuthenticator(String userName, String password)
        Create a ProxyAuthenticator with the specified username and password.
        Parameters:
        userName - the username to authenticate with
        password - the password to authenticate with
    • Method Detail