| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ACCESS_KEY_ID_PROPERTY |
"here.access.key.id" |
public static final String |
ACCESS_KEY_SECRET_PROPERTY |
"here.access.key.secret" |
public static final String |
TOKEN_ENDPOINT_URL_PROPERTY |
"here.token.endpoint.url" |
public static final String |
TOKEN_SCOPE_PROPERTY |
"here.token.scope" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ELLIPTIC_CURVE_ALGORITHM |
"EC" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
AUTHORIZATION_HEADER |
"Authorization" |
public static final String |
CHARSET_STRING |
"UTF-8" |
public static final String |
CONTENT_LENGTH_HEADER |
"Content-Length" |
public static final String |
CONTENT_TYPE |
"Content-Type" |
public static final String |
CONTENT_TYPE_FORM_URLENCODED |
"application/x-www-form-urlencoded" |
public static final String |
CONTENT_TYPE_HEADER |
"Content-Type" |
public static final String |
CONTENT_TYPE_JSON |
"application/json" |
public static final int |
DEFAULT_CONNECTION_TIMEOUT_IN_MS |
5000 |
public static final int |
DEFAULT_REQUEST_TIMEOUT_IN_MS |
5000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
IDENTITY_GRANT_TYPE |
"identity" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
EXPIRES_IN_FORM |
"expires_in" |
protected static final String |
GRANT_TYPE_FORM |
"grant_type" |
protected static final String |
GRANT_TYPE_JSON |
"grantType" |
protected static final String |
SCOPE_FORM |
"scope" |
protected static final String |
SCOPE_JSON |
"scope" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CLIENT_CREDENTIALS_GRANT_TYPE |
"client_credentials" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_MAX_NO_RETRIES |
3 |
public static final int |
DEFAULT_RETRY_INTERVAL_MILLIS |
1000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
X_CORRELATION_ID |
"X-Correlation-ID" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CHARSET_STRING |
"UTF-8" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
UTF_8_STRING |
"UTF-8" |
Copyright © 2023 HERE Europe B.V. All Rights Reserved.