sun.net.www.protocol.http |
|
Java Source File Name | Type | Comment |
AuthCache.java | Interface | author: Michael McMahon version: 1.9, 05/05/07 version: Interface provided by internal http authentication cache. version: NB. |
AuthCacheImpl.java | Class | |
AuthCacheValue.java | Class | AuthCacheValue: interface to minimise exposure to authentication cache
for external users (ie. |
AuthenticationHeader.java | Class | This class is used to parse the information in WWW-Authenticate: and Proxy-Authenticate:
headers. |
AuthenticationInfo.java | Class | AuthenticationInfo: Encapsulate the information needed to
authenticate a user to a server. |
BasicAuthentication.java | Class | BasicAuthentication: Encapsulate an http server authentication using
the "basic" scheme. |
DigestAuthentication.java | Class | |
Handler.java | Class | |
HttpAuthenticator.java | Interface | An interface for all objects that implement HTTP authentication.
See the HTTP spec for details on how this works in general.
A single class or object can implement an arbitrary number of
authentication schemes. |
HttpURLConnection.java | Class | A class to represent an HTTP connection to a remote object. |
InMemoryCookieStore.java | Class | |
NegotiateAuthentication.java | Class | |
NegotiateCallbackHandler.java | Class | |
NegotiatorImpl.java | Class | 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. |