Java org.apache.http.client.config AuthSchemes fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.client.config AuthSchemes fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.client.config AuthSchemes.

The text is from its open source code.

Field

StringBASIC
Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported)
StringDIGEST
Digest authentication scheme as defined in RFC2617.
StringNTLM
The NTLM scheme is a proprietary Microsoft Windows Authentication protocol (considered to be the most secure among currently supported authentication schemes).
StringSPNEGO
SPNEGO Authentication scheme.
StringKERBEROS
Kerberos Authentication scheme.