Org.Apache.Http.Impl.Auth Namespace

Provides implementations of the legacy Apache HTTP authentication schemes.

Classes

Name Description
AuthSchemeBase

Provides common challenge processing for Apache HTTP authentication schemes without prescribing a challenge format or response.

BasicScheme

Implements the HTTP Basic authentication scheme defined by RFC 2617.

BasicSchemeFactory

Creates Basic authentication scheme instances.

DigestScheme

Implements RFC 2617 HTTP Digest authentication with MD5 or MD5-sess and qop=auth or no qop.

DigestSchemeFactory

Creates Digest authentication scheme instances.

NTLMEngineException

Indicates a failure while processing the NTLM protocol.

NTLMScheme

Implements the connection-based NTLM authentication exchange.

RFC2617Scheme

Provides common behavior for authentication schemes that comply with RFC 2617.

UnsupportedDigestAlgorithmException

Indicates that a message-digest algorithm required for Digest authentication is unsupported.

Interfaces

Name Description
INTLMEngine

Generates NTLM Type 1 messages and Type 3 messages that answer Type 2 challenges.

Remarks

Android Open Source Project source

Portions of this documentation are derived from Apache HTTP Components, developed by the Apache Software Foundation and licensed under the Apache License, Version 2.0.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.