|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientContext
HttpContext
attribute names for
client side HTTP protocol processing.
Field Summary | |
---|---|
static String |
AUTH_SCHEME_PREF
RESERVED. |
static String |
AUTHSCHEME_REGISTRY
Attribute name of a AuthSchemeRegistry
object that represents the actual authentication scheme registry. |
static String |
COOKIE_ORIGIN
Attribute name of a CookieOrigin
object that represents the actual details of the origin server. |
static String |
COOKIE_SPEC
Attribute name of a CookieSpec
object that represents the actual cookie specification. |
static String |
COOKIE_STORE
Attribute name of a CookieStore
object that represents the actual cookie store. |
static String |
COOKIESPEC_REGISTRY
Attribute name of a CookieSpecRegistry
object that represents the actual cookie specification registry. |
static String |
CREDS_PROVIDER
Attribute name of a CredentialsProvider
object that represents the actual crednetials provider. |
static String |
PROXY_AUTH_STATE
Attribute name of a AuthState
object that represents the actual proxy authentication state. |
static String |
SCHEME_REGISTRY
Attribute name of a Scheme
object that represents the actual protocol scheme registry. |
static String |
TARGET_AUTH_STATE
Attribute name of a AuthState
object that represents the actual target authentication state. |
static String |
USER_TOKEN
Attribute name of a Object object that represents
the actual user identity such as user Principal . |
Field Detail |
---|
static final String SCHEME_REGISTRY
Scheme
object that represents the actual protocol scheme registry.
static final String COOKIESPEC_REGISTRY
CookieSpecRegistry
object that represents the actual cookie specification registry.
static final String COOKIE_SPEC
CookieSpec
object that represents the actual cookie specification.
static final String COOKIE_ORIGIN
CookieOrigin
object that represents the actual details of the origin server.
static final String COOKIE_STORE
CookieStore
object that represents the actual cookie store.
static final String AUTHSCHEME_REGISTRY
AuthSchemeRegistry
object that represents the actual authentication scheme registry.
static final String CREDS_PROVIDER
CredentialsProvider
object that represents the actual crednetials provider.
static final String TARGET_AUTH_STATE
AuthState
object that represents the actual target authentication state.
static final String PROXY_AUTH_STATE
AuthState
object that represents the actual proxy authentication state.
static final String AUTH_SCHEME_PREF
static final String USER_TOKEN
Object
object that represents
the actual user identity such as user Principal
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |