| Package | Description |
|---|---|
| com.here.account.client |
A general purpose client class that talks to a Resource Server, in OAuth2-speak.
|
| 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 | Method and Description |
|---|---|
Client.Builder |
Client.Builder.withHttpProvider(HttpProvider httpProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
ApacheHttpClientProvider
An
HttpProvider that uses Apache HttpClient as the underlying implementation. |
| Modifier and Type | Method and Description |
|---|---|
HttpProvider |
ApacheHttpClientProvider.Builder.build()
Build using builders, builders, and more builders.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaHttpProvider
A pure-Java implementation of the HttpProvider interface using
HttpURLConnection. |
| Modifier and Type | Method and Description |
|---|---|
HttpProvider |
JavaHttpProvider.Builder.build()
Build using builders, builders, and more builders.
|
| Modifier and Type | Method and Description |
|---|---|
static TokenEndpoint |
HereAccount.getTokenEndpoint(HttpProvider httpProvider,
ClientAuthorizationRequestProvider clientAuthorizationRequestProvider)
Get the ability to run various Token Endpoint API calls to the
HERE Account Authorization Server.
|
static TokenEndpoint |
HereAccount.getTokenEndpoint(HttpProvider httpProvider,
ClientAuthorizationRequestProvider clientAuthorizationRequestProvider,
Serializer serializer)
Deprecated.
use
HereAccessTokenProvider.builder() instead |
static TokenEndpoint |
HereAccount.getTokenEndpoint(HttpProvider httpProvider,
ClientCredentialsProvider clientCredentialsProvider)
Deprecated.
Use of getTokenEndpoint(HttpProvider httpProvider, ClientAuthorizationRequestProvider clientAuthorizationRequestProvider) is suggested
This method is solely for backward compatibility
Get the ability to run various Token Endpoint API calls to the
HERE Account Authorization Server.
See OAuth2.0
Obtaining Authorization.
The returned
TokenEndpoint exposes an abstraction to make calls
against the OAuth2 token endpoint identified by the given client credentials
provider. In addition, all calls made against the returned endpoint will
automatically be injected with the given client credentials. |
HereAccessTokenProvider.Builder |
HereAccessTokenProvider.Builder.setHttpProvider(HttpProvider httpProvider)
Optionally set your custom HttpProvider,
to override the default.
|
Copyright © 2022 HERE Europe B.V. All Rights Reserved.