Example usage for org.apache.commons.httpclient.auth NTLMScheme subclass-usage

List of usage examples for org.apache.commons.httpclient.auth NTLMScheme subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.httpclient.auth NTLMScheme subclass-usage.

Usage

From source file org.jetbrains.tfsIntegration.webservice.auth.NTLM2Scheme.java

/** An implementation of the Microsoft proprietary NTLM authentication scheme.  For a detailed
 * explanation of the NTLM scheme please see <a href="http://davenport.sourceforge.net/ntlm.html">
 * http://davenport.sourceforge.net/ntlm.html</a>.
 *
 * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
 * @author Rodney Waldhoff