Class AuthSchemeBase

java.lang.Object
org.apache.http.impl.auth.AuthSchemeBase
All Implemented Interfaces:
AuthScheme
Direct Known Subclasses:
NTLMScheme, RFC2617Scheme

public abstract class AuthSchemeBase
extends Object
implements AuthScheme
Abstract authentication scheme class that serves as a basis for all authentication schemes supported by HttpClient. This class defines the generic way of parsing an authentication challenge. It does not make any assumptions regarding the format of the challenge nor does it impose any specific way of responding to that challenge.
Author:
Oleg Kalnichevski