See: Description
| Interface | Description |
|---|---|
| AccessTokenProvider | Deprecated
since 0.4.14
|
| AccessTokenSupplier |
An interface that lets you get Access Tokens, for use with HERE Services.
|
| ClientAuthorizationRequestProvider |
A
ClientAuthorizationRequestProvider identifies a token endpoint,
provides a mechanism to use credentials to authorize access token requests,
and provides access token request objects. |
| ClientCredentialsProvider |
A
ClientCredentialsProvider identifies a token endpoint and provides
a mechanism to use credentials to authorize access token requests. |
| Fresh<T> |
Wraps an object such that it is guaranteed to be "fresh" or always up to date.
|
| TokenEndpoint |
A
TokenEndpoint directly corresponds to the token endpoint as specified in
the OAuth2.0 Specification. |
| Class | Description |
|---|---|
| AccessTokenRequest |
One of the OAuth2.0
Authorization Grant Request
types supported by HERE.
|
| AccessTokenResponse |
Represents a parsed response received from an OAuth2.0 token endpoint.
|
| ClientCredentialsGrantRequest |
An
AccessTokenRequest for grant_type=client_credentials. |
| ErrorResponse |
The POJO representation of an OAuth2.0 HERE authorization server error response.
|
| FileAccessTokenResponse |
A FileAccessTokenResponse provides access to an Access Token
read from a File.
|
| HereAccessTokenProvider |
An implementation that provides HERE Access Tokens, by accessing HERE Account
via the OAuth2.0 API.
|
| HereAccessTokenProvider.Builder |
By default the Builder uses
ClientAuthorizationProviderChain.getNewDefaultClientCredentialsProviderChain(Clock) for credentials,
the ApacheHttpClientProvider,
and the "always fresh" Access Token. |
| HereAccount |
Static entry point to access HERE Account via the OAuth2.0 API.
|
| Exception | Description |
|---|---|
| AccessTokenException |
If you had trouble authenticating, and got an HTTP response,
you get an AccessTokenException.
|
| RequestExecutionException |
A RequestExecutionException occurs when there is a problem processing a
request made to an HTTP endpoint.
|
| ResponseParsingException |
A ResponseParsingException occurs when there is a problem parsing a response
received from an HTTP request.
|
Copyright © 2022 HERE Europe B.V. All Rights Reserved.