Android
org.apache.http.client.params
public final class

org.apache.http.client.params.AuthPolicy

java.lang.Object
org.apache.http.client.params.AuthPolicy

Summary

Constants

      Value  
String  BASIC  Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported)   "Basic" 
String  DIGEST  Digest authentication scheme as defined in RFC2617.  "Digest" 
String  NTLM  The NTLM scheme is a proprietary Microsoft Windows Authentication protocol (considered to be the most secure among currently supported authentication schemes).  "NTLM" 
Methods inherited from class java.lang.Object

Details

Constants

public static final String BASIC

Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported)
Constant Value: "Basic"

public static final String DIGEST

Digest authentication scheme as defined in RFC2617.
Constant Value: "Digest"

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).
Constant Value: "NTLM"
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48