| Package | Description |
|---|---|
| com.here.account.auth |
General purpose utility classes for providing OAuth1.0 and OAuth2.0 credentials.
|
| com.here.account.auth.provider |
Provider classes to pull credentials from different sources like system properties, ini and properties file
and in an order of priority specified.
|
| com.here.account.auth.provider.incubator | |
| com.here.account.client |
A general purpose client class that talks to a Resource Server, in OAuth2-speak.
|
| com.here.account.http |
A pluggable HTTP abstraction used by the HERE Account client.
|
| com.here.account.http.apache |
An Apache HTTP Client Implementation of
com.here.account.http. |
| com.here.account.http.java |
A Java Implementation of
com.here.account.http. |
| com.here.account.oauth2 |
An OAuth2.0 compliant client library for use against HERE Account services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoAuthorizer
Use this class, for use cases where you want no Authorization header
on your requests to the service.
|
class |
OAuth1Signer
Appends the
The OAuth 1.0 Protocol
signature to the HTTP request.
|
class |
OAuth2Authorizer
Appends the specified
OAuth2.0 Bearer Token
to the HTTP request.
|
| Modifier and Type | Method and Description |
|---|---|
HttpProvider.HttpRequestAuthorizer |
OAuth1ClientCredentialsProvider.getClientAuthorizer()
Gets the
HttpRequestAuthorizer that the client will use
to authorize access token requests. |
| Modifier and Type | Method and Description |
|---|---|
protected HttpProvider.HttpRequestAuthorizer |
FromRunAsIdFileProvider.getAuthorizer() |
HttpProvider.HttpRequestAuthorizer |
FromSystemProperties.getClientAuthorizer()
Gets the
HttpRequestAuthorizer that the client will use
to authorize access token requests. |
HttpProvider.HttpRequestAuthorizer |
FromRunAsIdFileProvider.getClientAuthorizer()
Gets the
HttpRequestAuthorizer that the client will use
to authorize access token requests. |
HttpProvider.HttpRequestAuthorizer |
FromProperties.getClientAuthorizer()
Gets the
HttpRequestAuthorizer that the client will use
to authorize access token requests. |
HttpProvider.HttpRequestAuthorizer |
FromHereCredentialsIniStream.getClientAuthorizer()
Gets the
HttpRequestAuthorizer that the client will use
to authorize access token requests. |
HttpProvider.HttpRequestAuthorizer |
FromHereCredentialsIniFile.getClientAuthorizer()
Gets the
HttpRequestAuthorizer that the client will use
to authorize access token requests. |
HttpProvider.HttpRequestAuthorizer |
FromDefaultHereCredentialsPropertiesFile.getClientAuthorizer()
Gets the
HttpRequestAuthorizer that the client will use
to authorize access token requests. |
HttpProvider.HttpRequestAuthorizer |
ClientAuthorizationProviderChain.getClientAuthorizer()
Gets the
HttpRequestAuthorizer that the client will use
to authorize access token requests. |
| Modifier and Type | Method and Description |
|---|---|
HttpProvider.HttpRequestAuthorizer |
RunAsIdAuthorizationProvider.getClientAuthorizer()
Deprecated.
Gets the
HttpRequestAuthorizer that the client will use
to authorize access token requests. |
| Modifier and Type | Method and Description |
|---|---|
HttpProvider.HttpRequestAuthorizer |
Client.getClientAuthorizer() |
| Modifier and Type | Method and Description |
|---|---|
Client.Builder |
Client.Builder.withClientAuthorizer(HttpProvider.HttpRequestAuthorizer clientAuthorizer) |
| Modifier and Type | Method and Description |
|---|---|
HttpProvider.HttpRequest |
HttpProvider.getRequest(HttpProvider.HttpRequestAuthorizer httpRequestAuthorizer,
String method,
String url,
Map<String,List<String>> formParams)
Gets the RequestBuilder, with the specified method, url, and formParams.
|
HttpProvider.HttpRequest |
HttpProvider.getRequest(HttpProvider.HttpRequestAuthorizer httpRequestAuthorizer,
String method,
String url,
String requestBodyJson)
Gets the RequestBuilder, with the specified method, url, and requestBodyJson.
|
| Modifier and Type | Method and Description |
|---|---|
HttpProvider.HttpRequest |
ApacheHttpClientProvider.getRequest(HttpProvider.HttpRequestAuthorizer httpRequestAuthorizer,
String method,
String url,
Map<String,List<String>> formParams)
Gets the RequestBuilder, with the specified method, url, and formParams.
|
HttpProvider.HttpRequest |
ApacheHttpClientProvider.getRequest(HttpProvider.HttpRequestAuthorizer httpRequestAuthorizer,
String method,
String url,
String requestBodyJson)
Gets the RequestBuilder, with the specified method, url, and requestBodyJson.
|
| Modifier and Type | Method and Description |
|---|---|
HttpProvider.HttpRequest |
JavaHttpProvider.getRequest(HttpProvider.HttpRequestAuthorizer httpRequestAuthorizer,
String method,
String url,
Map<String,List<String>> formParams) |
HttpProvider.HttpRequest |
JavaHttpProvider.getRequest(HttpProvider.HttpRequestAuthorizer httpRequestAuthorizer,
String method,
String url,
String requestBodyJson) |
| Modifier and Type | Method and Description |
|---|---|
HttpProvider.HttpRequestAuthorizer |
ClientAuthorizationRequestProvider.getClientAuthorizer()
Gets the
HttpRequestAuthorizer that the client will use
to authorize access token requests. |
Copyright © 2021 HERE Europe B.V. All Rights Reserved.