Package | Description |
---|---|
org.apache.http.impl.auth |
Default implementations for interfaces in
org.apache.http.auth . |
Modifier and Type | Class and Description |
---|---|
class |
BasicScheme
Basic authentication scheme as defined in RFC 2617.
|
class |
DigestScheme
Digest authentication scheme as defined in RFC 2617.
|
class |
NegotiateScheme
SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism) authentication
scheme.
|
class |
NTLMScheme
NTLM is a proprietary authentication scheme developed by Microsoft
and optimized for Windows platforms.
|
class |
RFC2617Scheme
Abstract authentication scheme class that lays foundation for all
RFC 2617 compliant authentication schemes and provides capabilities common
to all authentication schemes defined in RFC 2617.
|
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.