|
Class Summary |
| AuthChallengeParser |
This class provides utility methods for parsing HTTP www and proxy authentication
challenges. |
| AuthChallengeProcessor |
This class provides utility methods for processing HTTP www and proxy authentication
challenges. |
| AuthPolicy |
Authentication policy class. |
| AuthSchemeBase |
Deprecated. No longer used |
| AuthScope |
The class represents an authentication scope consisting of a host name,
a port number, a realm name and an authentication scheme name which
Credentials apply to. |
| AuthState |
This class provides detailed information about the state of the
authentication process. |
| BasicScheme |
Basic authentication scheme as defined in RFC 2617. |
| DigestScheme |
Digest authentication scheme as defined in RFC 2617. |
| HttpAuthenticator |
Deprecated. no longer used |
| HttpAuthRealm |
Deprecated. no longer used |
| NTLMScheme |
An implementation of the Microsoft proprietary NTLM authentication scheme. |
| RFC2617Scheme |
Abstract authentication scheme class that lays foundation for all
RFC 2617 compliant authetication schemes and provides capabilities common
to all authentication schemes defined in RFC 2617. |
Provides implementation of various authentication schemes as well as
utility classes that can be used to authenticate HTTP requests.