RequestConfig
and constructor parameters of
AuthSchemeProvider
s.@Deprecated public interface AuthPNames
Modifier and Type | Field and Description |
---|---|
static String |
CREDENTIAL_CHARSET
Deprecated.
Defines the charset to be used when encoding
Credentials . |
static String |
PROXY_AUTH_PREF
Deprecated.
Defines the order of preference for supported
AuthScheme s when authenticating with the
proxy host. |
static String |
TARGET_AUTH_PREF
Deprecated.
Defines the order of preference for supported
AuthScheme s when authenticating with
the target host. |
static final String CREDENTIAL_CHARSET
Credentials
.
This parameter expects a value of type String
.
static final String TARGET_AUTH_PREF
AuthScheme
s when authenticating with
the target host.
This parameter expects a value of type Collection
. The
collection is expected to contain String
instances representing
a name of an authentication scheme as returned by
AuthScheme.getSchemeName()
.
static final String PROXY_AUTH_PREF
AuthScheme
s when authenticating with the
proxy host.
This parameter expects a value of type Collection
. The
collection is expected to contain String
instances representing
a name of an authentication scheme as returned by
AuthScheme.getSchemeName()
.
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.