Java org.apache.http.auth UsernamePasswordCredentials fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.auth UsernamePasswordCredentials fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.auth UsernamePasswordCredentials.

The text is from its open source code.

Subclass

org.apache.http.auth.UsernamePasswordCredentials has subclasses.
Click this link to see all its subclasses.

Constructor

UsernamePasswordCredentials(final String userName, final String password)
The constructor with the username and password arguments.
UsernamePasswordCredentials(final String usernamePassword)
The constructor with the username and password combined string argument.

Method