FileDocCategorySizeDatePackage
AuthPolicy.javaAPI DocAndroid 1.5 API2122Wed May 06 22:41:10 BST 2009org.apache.http.client.params

AuthPolicy

public final class AuthPolicy extends Object

Fields Summary
public static final String
NTLM
The NTLM scheme is a proprietary Microsoft Windows Authentication protocol (considered to be the most secure among currently supported authentication schemes).
public static final String
DIGEST
Digest authentication scheme as defined in RFC2617.
public static final String
BASIC
Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported)
Constructors Summary
private AuthPolicy()

        super();
    
Methods Summary