Java org.apache.http.client.params AuthPolicy fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Field

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