| Interface | Description |
|---|---|
| [source] AuthCache | |
| [source] HttpAuthenticator | Deprecated
-- use java.net.Authenticator instead
|
| Class | Description |
|---|---|
| [source] AuthCacheBridge |
The class is to resolve the problem of getting at private information in the
AuthCacheValue class.
|
| [source] AuthCacheImpl | |
| [source] AuthCacheValue |
AuthCacheValue: interface to minimise exposure to authentication cache
for external users (ie.
|
| [source] AuthenticationHeader |
This class is used to parse the information in WWW-Authenticate: and Proxy-Authenticate:
headers.
|
| [source] AuthenticationHeader.SchemeMapValue | |
| [source] AuthenticationInfo |
AuthenticationInfo: Encapsulate the information needed to
authenticate a user to a server.
|
| [source] B64Encoder | |
| [source] BasicAuthentication |
BasicAuthentication: Encapsulate an http server authentication using
the "basic" scheme.
|
| [source] DigestAuthentication |
DigestAuthentication: Encapsulate an http server authentication using
the "Digest" scheme, as described in RFC2069 and updated in RFC2617
|
| [source] DigestAuthentication.Parameters | |
| [source] EmptyInputStream |
An input stream that just returns EOF.
|
| [source] Handler |
open an http input stream given a URL
|
| [source] HttpURLConnection |
A class to represent an HTTP connection to a remote object.
|
| [source] HttpURLConnection.ErrorStream | |
| [source] InMemoryCookieStore |
A simple in-memory java.net.CookieStore implementation
|
| [source] NegotiateAuthentication |
NegotiateAuthentication:
|
| [source] NegotiateCallbackHandler | |
| [source] Negotiator |
This abstract class is a bridge to connect NegotiteAuthentication and
NegotiatorImpl, so that JAAS and JGSS calls can be made
|
| [source] NegotiatorImpl |
This class encapsulates all JAAS and JGSS API calls in a seperate class
outside NegotiateAuthentication.java so that J2SE build can go smoothly
without the presence of it.
|
| [source] NTLMAuthentication |
NTLMAuthentication:
|
| [source] NTLMAuthSequence |
| Enum | Description |
|---|---|
| [source] AuthCacheValue.Type | |
| [source] HttpURLConnection.TunnelState |