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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

NTCredentials(final String userName, final String password, final String workstation, final String domain)
Constructor.
NTCredentials(final String usernamePassword)
The constructor with the fully qualified username and password combined string argument.

Method

StringgetDomain()
Retrieves the name to authenticate with.
StringgetPassword()
StringgetUserName()
StringgetWorkstation()
Retrieves the workstation name of the computer originating the request.