public class OAuthSchemeFactory extends Object implements org.apache.http.auth.AuthSchemeFactory
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_REALM
The name of an HttpClient param whose value is the realm to send in
Authorization headers, if no realm was previously received in a
WWW-Authenticate challenge.
|
static String |
SCHEME_NAME
The name of this authorization scheme.
|
Constructor and Description |
---|
OAuthSchemeFactory() |
public static final String SCHEME_NAME
public static final String DEFAULT_REALM
Copyright © 2013. All rights reserved.