public abstract class

AuthCacheValue

extends Object
implements Serializable
java.lang.Object
   ↳ sun.net.www.protocol.http.AuthCacheValue

Class Overview

AuthCacheValue: interface to minimise exposure to authentication cache for external users (ie. plugin)

Summary

Nested Classes
enum AuthCacheValue.Type  
Fields
protected static AuthCache cache Caches authentication info entered by user.
Public Methods
static void setAuthCache(AuthCache map)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected static AuthCache cache

Caches authentication info entered by user. See cacheKey()

Public Methods

public static void setAuthCache (AuthCache map)