| 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.identity.bo | |
| com.here.account.oauth2 |
An OAuth2.0 compliant client library for use against HERE Account services.
|
| Modifier and Type | Method and Description |
|---|---|
AccessTokenRequest |
OAuth1ClientCredentialsProvider.getNewAccessTokenRequest()
Gets a new AccessTokenRequest to authorize this client to obtain
an Access Token.
|
| Modifier and Type | Method and Description |
|---|---|
AccessTokenRequest |
FromRunAsIdFileProvider.getNewAccessTokenRequest()
Gets a new AccessTokenRequest to authorize this client to obtain
an Access Token.
|
AccessTokenRequest |
ClientCredentialsGrantRequestProvider.getNewAccessTokenRequest()
Gets a new AccessTokenRequest to authorize this client to obtain
an Access Token.
|
AccessTokenRequest |
ClientAuthorizationProviderChain.getNewAccessTokenRequest()
Gets a new AccessTokenRequest to authorize this client to obtain
an Access Token.
|
| Modifier and Type | Method and Description |
|---|---|
AccessTokenRequest |
RunAsIdAuthorizationProvider.getNewAccessTokenRequest()
Deprecated.
Gets a new AccessTokenRequest to authorize this client to obtain
an Access Token.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityTokenRequest |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientCredentialsGrantRequest
An
AccessTokenRequest for grant_type=client_credentials. |
| Modifier and Type | Method and Description |
|---|---|
AccessTokenRequest |
ClientAuthorizationRequestProvider.getNewAccessTokenRequest()
Gets a new AccessTokenRequest to authorize this client to obtain
an Access Token.
|
AccessTokenRequest |
AccessTokenRequest.setAdditionalHeaders(Map<String,String> additionalHeaders) |
AccessTokenRequest |
AccessTokenRequest.setCorrelationId(String correlationId)
Set the correlationId (the unique value for tracking a request across services and within a service).
|
AccessTokenRequest |
AccessTokenRequest.setExpiresIn(Long expiresIn)
Optionally set the lifetime in seconds of the access token returned by
this request.
|
AccessTokenRequest |
AccessTokenRequest.setScope(String scope)
Set the scope for the token request.
|
| Modifier and Type | Method and Description |
|---|---|
Fresh<AccessTokenResponse> |
TokenEndpoint.requestAutoRefreshingToken(AccessTokenRequest request)
POST to the token endpoint to get an always fresh HERE Access Token, for use with HERE Services.
|
AccessTokenResponse |
TokenEndpoint.requestToken(AccessTokenRequest request)
POST to the token endpoint to get a HERE Access Token, for use with HERE Services.
|
| Modifier and Type | Method and Description |
|---|---|
Fresh<AccessTokenResponse> |
TokenEndpoint.requestAutoRefreshingToken(Supplier<AccessTokenRequest> requestSupplier)
POST to the token endpoint to get an always fresh HERE Access Token, for use with HERE Services.
|
Copyright © 2020 HERE Europe B.V. All Rights Reserved.