| 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.identity.bo | |
| com.here.account.oauth2 |
An OAuth2.0 compliant client library for use against HERE Account services.
|
| Class and Description |
|---|
| AccessTokenRequest
One of the OAuth2.0
Authorization Grant Request
types supported by HERE.
|
| 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. |
| Class and Description |
|---|
| AccessTokenRequest
One of the OAuth2.0
Authorization Grant Request
types supported by HERE.
|
| 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. |
| Class and Description |
|---|
| AccessTokenRequest
One of the OAuth2.0
Authorization Grant Request
types supported by HERE.
|
| ClientAuthorizationRequestProvider
A
ClientAuthorizationRequestProvider identifies a token endpoint,
provides a mechanism to use credentials to authorize access token requests,
and provides access token request objects. |
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| AccessTokenRequest
One of the OAuth2.0
Authorization Grant Request
types supported by HERE.
|
| Class and Description |
|---|
| AccessTokenException
If you had trouble authenticating, and got an HTTP response,
you get an AccessTokenException.
|
| AccessTokenProvider
Deprecated.
since 0.4.14
|
| 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.
|
| 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. |
| ClientCredentialsGrantRequest
An
AccessTokenRequest for grant_type=client_credentials. |
| ClientCredentialsProvider
A
ClientCredentialsProvider identifies a token endpoint and provides
a mechanism to use credentials to authorize access token requests. |
| ErrorResponse
The POJO representation of an OAuth2.0 HERE authorization server error response.
|
| Fresh
Wraps an object such that it is guaranteed to be "fresh" or always up to date.
|
| 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. |
| 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.
|
| TokenEndpoint
A
TokenEndpoint directly corresponds to the token endpoint as specified in
the OAuth2.0 Specification. |
Copyright © 2022 HERE Europe B.V. All Rights Reserved.