| 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.http |
A pluggable HTTP abstraction used by the HERE Account client.
|
| com.here.account.oauth2 |
An OAuth2.0 compliant client library for use against HERE Account services.
|
| Modifier and Type | Method and Description |
|---|---|
HttpConstants.HttpMethods |
OAuth1ClientCredentialsProvider.getHttpMethod()
Get the HTTP Method used to obtain authorization.
|
| Modifier and Type | Method and Description |
|---|---|
HttpConstants.HttpMethods |
FromRunAsIdFileProvider.getHttpMethod()
Get the HTTP Method used to obtain authorization.
|
HttpConstants.HttpMethods |
FromHereCredentialsIniFile.getHttpMethod()
Get the HTTP Method used to obtain authorization.
|
HttpConstants.HttpMethods |
FromSystemProperties.getHttpMethod()
Get the HTTP Method used to obtain authorization.
|
HttpConstants.HttpMethods |
FromHereCredentialsIniStream.getHttpMethod()
Get the HTTP Method used to obtain authorization.
|
HttpConstants.HttpMethods |
FromDefaultHereCredentialsPropertiesFile.getHttpMethod()
Get the HTTP Method used to obtain authorization.
|
HttpConstants.HttpMethods |
ClientAuthorizationProviderChain.getHttpMethod()
Get the HTTP Method used to obtain authorization.
|
HttpConstants.HttpMethods |
FromProperties.getHttpMethod()
Get the HTTP Method used to obtain authorization.
|
| Modifier and Type | Method and Description |
|---|---|
HttpConstants.HttpMethods |
RunAsIdAuthorizationProvider.getHttpMethod()
Deprecated.
Get the HTTP Method used to obtain authorization.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpConstants.HttpMethods |
HttpConstants.HttpMethods.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpConstants.HttpMethods[] |
HttpConstants.HttpMethods.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpConstants.HttpMethods |
ClientAuthorizationRequestProvider.getHttpMethod()
Get the HTTP Method used to obtain authorization.
|
Copyright © 2022 HERE Europe B.V. All Rights Reserved.