Interface UsernamePasswordAuthenticateable

  • All Known Implementing Classes:
    AvaticaCommonsHttpClientImpl

    public interface UsernamePasswordAuthenticateable
    Interface that allows configuration of a username and password with some HTTP authentication.
    • Method Detail

      • setUsernamePassword

        void setUsernamePassword​(AuthenticationType authType,
                                 java.lang.String username,
                                 java.lang.String password)
        Sets the username, password and method to be used for authentication.
        Parameters:
        authType - Type of authentication
        username - Username
        password - Password