Example usage for org.apache.http.auth NTCredentials subclass-usage

List of usage examples for org.apache.http.auth NTCredentials subclass-usage

Introduction

In this page you can find the example usage for org.apache.http.auth NTCredentials subclass-usage.

Usage

From source file com.esri.geoevent.datastore.NTCredentialsEncryptedPassword.java

public class NTCredentialsEncryptedPassword extends NTCredentials {

    private static final long serialVersionUID = -2904600252667151921L;

    public NTCredentialsEncryptedPassword(String usernamePassword) {
        super(usernamePassword);