- get() - Method in interface com.here.account.oauth2.AccessTokenSupplier
-
Gets an OAuth2.0 Access Token.
- get() - Method in interface com.here.account.oauth2.Fresh
-
Get the most up to date version of the wrapped object.
- get() - Method in class com.here.account.oauth2.HereAccessTokenProvider
-
Gets an OAuth2.0 Access Token.
- getAccessToken() - Method in interface com.here.account.oauth2.AccessTokenProvider
-
Deprecated.
Gets an OAuth2.0 Access Token.
- getAccessToken() - Method in class com.here.account.oauth2.AccessTokenResponse
-
HERE Access Token.
- getAccessToken() - Method in class com.here.account.oauth2.HereAccessTokenProvider
-
Gets an OAuth2.0 Access Token.
- getAccessTokenResponse() - Method in class com.here.account.oauth2.HereAccessTokenProvider
-
- getAction() - Method in class com.here.account.oauth2.ErrorResponse
-
The action for this error response.
- getAdditionalHeaders() - Method in class com.here.account.oauth2.AccessTokenRequest
-
Get any additional headers that will be added to the token request.
- getAlgorithm() - Method in enum com.here.account.auth.SignatureMethod
-
- getAuthorizer() - Method in class com.here.account.auth.provider.FromRunAsIdFileProvider
-
- getCause() - Method in class com.here.account.oauth2.ErrorResponse
-
The cause for this error response.
- getClientAuthorizer() - Method in class com.here.account.auth.OAuth1ClientCredentialsProvider
-
Gets the HttpRequestAuthorizer that the client will use
to authorize access token requests.
- getClientAuthorizer() - Method in class com.here.account.auth.provider.ClientAuthorizationProviderChain
-
Gets the HttpRequestAuthorizer that the client will use
to authorize access token requests.
- getClientAuthorizer() - Method in class com.here.account.auth.provider.FromDefaultHereCredentialsPropertiesFile
-
Gets the HttpRequestAuthorizer that the client will use
to authorize access token requests.
- getClientAuthorizer() - Method in class com.here.account.auth.provider.FromHereCredentialsIniFile
-
Gets the HttpRequestAuthorizer that the client will use
to authorize access token requests.
- getClientAuthorizer() - Method in class com.here.account.auth.provider.FromHereCredentialsIniStream
-
Gets the HttpRequestAuthorizer that the client will use
to authorize access token requests.
- getClientAuthorizer() - Method in class com.here.account.auth.provider.FromProperties
-
Gets the HttpRequestAuthorizer that the client will use
to authorize access token requests.
- getClientAuthorizer() - Method in class com.here.account.auth.provider.FromRunAsIdFileProvider
-
Gets the HttpRequestAuthorizer that the client will use
to authorize access token requests.
- getClientAuthorizer() - Method in class com.here.account.auth.provider.FromSystemProperties
-
Gets the HttpRequestAuthorizer that the client will use
to authorize access token requests.
- getClientAuthorizer() - Method in class com.here.account.auth.provider.incubator.RunAsIdAuthorizationProvider
-
Deprecated.
Gets the HttpRequestAuthorizer that the client will use
to authorize access token requests.
- getClientAuthorizer() - Method in class com.here.account.client.Client
-
- getClientAuthorizer() - Method in interface com.here.account.oauth2.ClientAuthorizationRequestProvider
-
Gets the HttpRequestAuthorizer that the client will use
to authorize access token requests.
- getClientCredentialsProvider() - Method in class com.here.account.auth.provider.ClientAuthorizationProviderChain
-
- getClientCredentialsProvider() - Method in class com.here.account.auth.provider.FromDefaultHereCredentialsPropertiesFile
-
- getClientCredentialsProvider(InputStream, String) - Static method in class com.here.account.auth.provider.FromHereCredentialsIniStream
-
- getClientCredentialsProvider(Clock, InputStream, String) - Static method in class com.here.account.auth.provider.FromHereCredentialsIniStream
-
- getClock() - Method in class com.here.account.auth.OAuth1ClientCredentialsProvider
-
Get the Clock implementation in use.
- getClock() - Method in class com.here.account.auth.provider.AbstractClientAuthorizationRequestProvider
-
Get the Clock implementation in use.
- getClock() - Method in class com.here.account.auth.provider.ClientAuthorizationProviderChain
-
Get the Clock implementation in use.
- getClock() - Method in interface com.here.account.oauth2.ClientAuthorizationRequestProvider
-
Get the Clock implementation in use.
- getCode() - Method in class com.here.account.oauth2.ErrorResponse
-
The error code for this error response.
- getContentLength() - Method in interface com.here.account.http.HttpProvider.HttpResponse
-
Returns the HTTP Content-Length header value.
- getContentLength(HttpURLConnection) - Method in class com.here.account.http.java.JavaHttpProvider
-
- getCorrelationId() - Method in class com.here.account.oauth2.AccessTokenRequest
-
Get the correlationId (the unique value for tracking a request across services and within a service).
- getCorrelationId() - Method in class com.here.account.oauth2.AccessTokenResponse
-
Get the correlationId (the unique value for tracking a request across services and within a service).
- getCorrelationId() - Method in class com.here.account.oauth2.ErrorResponse
-
The unique request correlation id, useful for support questions,
or tracking purposes.
- getCorrelationId() - Method in interface com.here.account.olp.OlpHttpMessage
-
Get the correlationId (the unique value for tracking a request across services and within a service).
- getDefaultHereCredentialsIniFile() - Static method in class com.here.account.auth.provider.FromHereCredentialsIniFile
-
- getDelegate() - Method in class com.here.account.auth.provider.FromHereCredentialsIniFile
-
The delegate allows for reloading the file each time it is used,
in case it has changed.
- getDelegate() - Method in class com.here.account.auth.provider.FromHereCredentialsIniStream
-
- getDelegate() - Method in class com.here.account.auth.provider.FromProperties
-
- getDelegate() - Method in class com.here.account.auth.provider.FromSystemProperties
-
- getError() - Method in class com.here.account.oauth2.ErrorResponse
-
The error value.
- getErrorCode() - Method in class com.here.account.oauth2.ErrorResponse
-
The errorCode.
- getErrorDescription() - Method in class com.here.account.oauth2.ErrorResponse
-
The error_description value.
- getErrorId() - Method in class com.here.account.oauth2.ErrorResponse
-
The errorId.
- getErrorResponse() - Method in exception com.here.account.oauth2.AccessTokenException
-
- getExp() - Method in class com.here.account.oauth2.FileAccessTokenResponse
-
exp
The "exp" (expiration time) claim identifies the expiration time on
or after which the JWT MUST NOT be accepted for processing.
- getExpiresIn() - Method in class com.here.account.oauth2.AccessTokenRequest
-
Gets the expiresIn value, the desired lifetime in seconds of the access token
returned by this request.
- getExpiresIn() - Method in class com.here.account.oauth2.AccessTokenResponse
-
Seconds until expiration, at time of receipt of this object.
- getExpiresIn() - Method in class com.here.account.oauth2.FileAccessTokenResponse
-
In a File-based Access Token Response, the access_token may have been written
long ago, and the appropriate expiresIn value is derived from the fixed quantity
"exp" seconds minus the time of this object creation in seconds.
- getExpiresIn() - Method in interface com.here.account.util.RefreshableResponseProvider.ExpiringResponse
-
Seconds until expiration, at time of receipt of this object.
- getFile() - Method in class com.here.account.auth.provider.FromHereCredentialsIniFile
-
- getFormBody(Map<String, List<String>>) - Static method in class com.here.account.http.java.JavaHttpProvider
-
- getGrantType() - Method in class com.here.account.oauth2.AccessTokenRequest
-
- getHeaders() - Method in interface com.here.account.http.HttpProvider.HttpResponse
-
Returns all the headers from the response
- getHttpMethod() - Method in class com.here.account.auth.OAuth1ClientCredentialsProvider
-
Get the HTTP Method used to obtain authorization.
- getHttpMethod() - Method in class com.here.account.auth.provider.ClientAuthorizationProviderChain
-
Get the HTTP Method used to obtain authorization.
- getHttpMethod() - Method in class com.here.account.auth.provider.FromDefaultHereCredentialsPropertiesFile
-
Get the HTTP Method used to obtain authorization.
- getHttpMethod() - Method in class com.here.account.auth.provider.FromHereCredentialsIniFile
-
Get the HTTP Method used to obtain authorization.
- getHttpMethod() - Method in class com.here.account.auth.provider.FromHereCredentialsIniStream
-
Get the HTTP Method used to obtain authorization.
- getHttpMethod() - Method in class com.here.account.auth.provider.FromProperties
-
Get the HTTP Method used to obtain authorization.
- getHttpMethod() - Method in class com.here.account.auth.provider.FromRunAsIdFileProvider
-
Get the HTTP Method used to obtain authorization.
- getHttpMethod() - Method in class com.here.account.auth.provider.FromSystemProperties
-
Get the HTTP Method used to obtain authorization.
- getHttpMethod() - Method in class com.here.account.auth.provider.incubator.RunAsIdAuthorizationProvider
-
Deprecated.
Get the HTTP Method used to obtain authorization.
- getHttpMethod() - Method in interface com.here.account.oauth2.ClientAuthorizationRequestProvider
-
Get the HTTP Method used to obtain authorization.
- getHttpStatus() - Method in class com.here.account.oauth2.ErrorResponse
-
The httpStatus.
- getHttpUrlConnection(String) - Method in class com.here.account.http.java.JavaHttpProvider
-
- getIdToken() - Method in class com.here.account.oauth2.AccessTokenResponse
-
- getLastException() - Method in class com.here.account.oauth2.retry.RetryContext
-
- getLastRetryResponse() - Method in class com.here.account.oauth2.retry.RetryContext
-
- getMessage() - Method in class com.here.account.oauth2.ErrorResponse
-
The message.
- getMethod() - Method in enum com.here.account.http.HttpConstants.HttpMethods
-
Returns the HTTP Method to be sent with the HTTP Request message.
- getNamespace() - Method in class com.here.account.identity.bo.IdentityTokenRequest
-
- getNewAccessTokenRequest() - Method in class com.here.account.auth.OAuth1ClientCredentialsProvider
-
Gets a new AccessTokenRequest to authorize this client to obtain
an Access Token.
- getNewAccessTokenRequest() - Method in class com.here.account.auth.provider.ClientAuthorizationProviderChain
-
Gets a new AccessTokenRequest to authorize this client to obtain
an Access Token.
- getNewAccessTokenRequest() - Method in class com.here.account.auth.provider.ClientCredentialsGrantRequestProvider
-
Gets a new AccessTokenRequest to authorize this client to obtain
an Access Token.
- getNewAccessTokenRequest() - Method in class com.here.account.auth.provider.FromRunAsIdFileProvider
-
Gets a new AccessTokenRequest to authorize this client to obtain
an Access Token.
- getNewAccessTokenRequest() - Method in class com.here.account.auth.provider.incubator.RunAsIdAuthorizationProvider
-
Deprecated.
Gets a new AccessTokenRequest to authorize this client to obtain
an Access Token.
- getNewAccessTokenRequest() - Method in interface com.here.account.oauth2.ClientAuthorizationRequestProvider
-
Gets a new AccessTokenRequest to authorize this client to obtain
an Access Token.
- getNewDefaultClientCredentialsProviderChain(Clock) - Static method in class com.here.account.auth.provider.ClientAuthorizationProviderChain
-
Factory method for getting a new default ClientAuthorizationProviderChain.
- getNextRetryIntervalMillis(RetryContext) - Method in class com.here.account.oauth2.retry.NoRetryPolicy
-
- getNextRetryIntervalMillis(RetryContext) - Method in interface com.here.account.oauth2.retry.RetryPolicy
-
Calculates wait interval after which retry should happen in milliseconds.
- getNextRetryIntervalMillis(RetryContext) - Method in class com.here.account.oauth2.retry.Socket5xxExponentialRandomBackoffPolicy
-
- getOauth1SignatureMethod() - Method in enum com.here.account.auth.SignatureMethod
-
- getPodName() - Method in class com.here.account.identity.bo.IdentityTokenRequest
-
- getPodUid() - Method in class com.here.account.identity.bo.IdentityTokenRequest
-
- getPropertiesFromFile(File) - Static method in class com.here.account.auth.OAuth1ClientCredentialsProvider
-
Loads the File as an InputStream into a new Properties object,
and returns it.
- getQueryParams(String) - Method in class com.here.account.auth.OAuth1Signer
-
Extract query parameters from a raw query string.
- getRefreshToken() - Method in class com.here.account.oauth2.AccessTokenResponse
-
If non-null, the refreshToken allows you to re-authorize and get a
new fresh accessToken.
- getRequest() - Method in class com.here.account.auth.provider.FromRunAsIdFileProvider
-
- getRequest(HttpProvider.HttpRequestAuthorizer, String, String, String) - Method in class com.here.account.http.apache.ApacheHttpClientProvider
-
Gets the RequestBuilder, with the specified method, url, and requestBodyJson.
- getRequest(HttpProvider.HttpRequestAuthorizer, String, String, Map<String, List<String>>) - Method in class com.here.account.http.apache.ApacheHttpClientProvider
-
Gets the RequestBuilder, with the specified method, url, and formParams.
- getRequest(HttpProvider.HttpRequestAuthorizer, String, String, String) - Method in interface com.here.account.http.HttpProvider
-
Gets the RequestBuilder, with the specified method, url, and requestBodyJson.
- getRequest(HttpProvider.HttpRequestAuthorizer, String, String, Map<String, List<String>>) - Method in interface com.here.account.http.HttpProvider
-
Gets the RequestBuilder, with the specified method, url, and formParams.
- getRequest(HttpProvider.HttpRequestAuthorizer, String, String, String) - Method in class com.here.account.http.java.JavaHttpProvider
-
- getRequest(HttpProvider.HttpRequestAuthorizer, String, String, Map<String, List<String>>) - Method in class com.here.account.http.java.JavaHttpProvider
-
- getResponseBody() - Method in interface com.here.account.http.HttpProvider.HttpResponse
-
Get the response body, as an InputStream.
- getRetryCount() - Method in class com.here.account.oauth2.retry.RetryContext
-
- getRunAsId() - Method in class com.here.account.identity.bo.IdentityTokenRequest
-
- getRunAsIdName() - Method in class com.here.account.identity.bo.IdentityTokenRequest
-
- getScheduledExecutorServiceSize1() - Static method in class com.here.account.util.RefreshableResponseProvider
-
Gets a here-auth-refresh ScheduledExecutorService with 1 core pool thread.
- getScope() - Method in class com.here.account.auth.OAuth1ClientCredentialsProvider
-
Get the token scope.
- getScope() - Method in class com.here.account.auth.provider.ClientAuthorizationProviderChain
-
Get the token scope.
- getScope() - Method in class com.here.account.auth.provider.FromDefaultHereCredentialsPropertiesFile
-
Get the token scope.
- getScope() - Method in class com.here.account.auth.provider.FromHereCredentialsIniFile
-
Get the token scope.
- getScope() - Method in class com.here.account.auth.provider.FromHereCredentialsIniStream
-
Get the token scope.
- getScope() - Method in class com.here.account.auth.provider.FromProperties
-
Get the token scope.
- getScope() - Method in class com.here.account.auth.provider.FromRunAsIdFileProvider
-
Get the token scope.
- getScope() - Method in class com.here.account.auth.provider.FromSystemProperties
-
Get the token scope.
- getScope() - Method in class com.here.account.auth.provider.incubator.RunAsIdAuthorizationProvider
-
Deprecated.
Get the token scope.
- getScope() - Method in class com.here.account.oauth2.AccessTokenRequest
-
Get the scope for the token request.
- getScope() - Method in class com.here.account.oauth2.AccessTokenResponse
-
Scope the token has access to.
- getScope() - Method in interface com.here.account.oauth2.ClientAuthorizationRequestProvider
-
Get the token scope.
- getSingleFormValue(Map<String, List<String>>, String) - Static method in class com.here.account.identity.bo.IdentityTokenRequest
-
If available, gets the first value matching the formParamKey from formParams.
- getStartTimeMilliseconds() - Method in class com.here.account.oauth2.AccessTokenResponse
-
Current time milliseconds UTC at the time of construction of this object.
- getStartTimeMilliseconds() - Method in interface com.here.account.util.RefreshableResponseProvider.ExpiringResponse
-
Current time milliseconds UTC at the time of construction of this object.
- getStatus() - Method in class com.here.account.oauth2.ErrorResponse
-
The HTTP status code for this error response.
- getStatusCode() - Method in interface com.here.account.http.HttpProvider.HttpResponse
-
Returns the HTTP response status code.
- getStatusCode() - Method in exception com.here.account.oauth2.AccessTokenException
-
- getTimestamp() - Method in class com.here.account.oauth2.bo.TimestampResponse
-
Gets the timestamp.
- getTitle() - Method in class com.here.account.oauth2.ErrorResponse
-
The title for this error response.
- getTokenEndpoint(HttpProvider, ClientCredentialsProvider) - Static method in class com.here.account.oauth2.HereAccount
-
- getTokenEndpoint(HttpProvider, ClientAuthorizationRequestProvider) - Static method in class com.here.account.oauth2.HereAccount
-
Get the ability to run various Token Endpoint API calls to the
HERE Account Authorization Server.
- getTokenEndpoint(HttpProvider, ClientAuthorizationRequestProvider, Serializer) - Static method in class com.here.account.oauth2.HereAccount
-
- getTokenEndpointUrl() - Method in class com.here.account.auth.OAuth1ClientCredentialsProvider
-
Gets the url of the token endpoint for this OAuth 2.0 Provider.
- getTokenEndpointUrl() - Method in class com.here.account.auth.provider.ClientAuthorizationProviderChain
-
Gets the url of the token endpoint for this OAuth 2.0 Provider.
- getTokenEndpointUrl() - Method in class com.here.account.auth.provider.FromDefaultHereCredentialsPropertiesFile
-
Gets the url of the token endpoint for this OAuth 2.0 Provider.
- getTokenEndpointUrl() - Method in class com.here.account.auth.provider.FromHereCredentialsIniFile
-
Gets the url of the token endpoint for this OAuth 2.0 Provider.
- getTokenEndpointUrl() - Method in class com.here.account.auth.provider.FromHereCredentialsIniStream
-
Gets the url of the token endpoint for this OAuth 2.0 Provider.
- getTokenEndpointUrl() - Method in class com.here.account.auth.provider.FromProperties
-
Gets the url of the token endpoint for this OAuth 2.0 Provider.
- getTokenEndpointUrl() - Method in class com.here.account.auth.provider.FromRunAsIdFileProvider
-
Gets the url of the token endpoint for this OAuth 2.0 Provider.
- getTokenEndpointUrl() - Method in class com.here.account.auth.provider.FromSystemProperties
-
Gets the url of the token endpoint for this OAuth 2.0 Provider.
- getTokenEndpointUrl() - Method in class com.here.account.auth.provider.incubator.RunAsIdAuthorizationProvider
-
Deprecated.
Gets the url of the token endpoint for this OAuth 2.0 Provider.
- getTokenEndpointUrl() - Method in interface com.here.account.oauth2.ClientAuthorizationRequestProvider
-
Gets the url of the token endpoint for this OAuth 2.0 Provider.
- getTokenType() - Method in class com.here.account.oauth2.AccessTokenResponse
-
The returned type of the token.
- getUnexpiredResponse() - Method in class com.here.account.util.RefreshableResponseProvider
-
Gets the current unexpired response.
- GRANT_TYPE_FORM - Static variable in class com.here.account.oauth2.AccessTokenRequest
-
- GRANT_TYPE_JSON - Static variable in class com.here.account.oauth2.AccessTokenRequest
-
- schedule(ScheduledExecutorService, Runnable, long) - Method in interface com.here.account.util.Clock
-
Schedules runnable the specified millisecondsInTheFutureToSchedule
using scheduledExecutorService.
- schedule(ScheduledExecutorService, Runnable, long) - Method in class com.here.account.util.SettableSystemClock
-
Schedules runnable the specified millisecondsInTheFutureToSchedule
using scheduledExecutorService.
- scheduleTokenRefresh(long) - Method in class com.here.account.util.RefreshableResponseProvider
-
Schedule the next refresh with the specified timeout duration
- SCOPE_FORM - Static variable in class com.here.account.oauth2.AccessTokenRequest
-
- SCOPE_JSON - Static variable in class com.here.account.oauth2.AccessTokenRequest
-
- sendMessage(String, String, R, Class<T>, Class<U>, BiFunction<Integer, U, RuntimeException>) - Method in class com.here.account.client.Client
-
Sends the requested HTTP Message to the Server.
- sendMessage(String, String, R, Map<String, String>, Class<T>, Class<U>, BiFunction<Integer, U, RuntimeException>) - Method in class com.here.account.client.Client
-
Sends the requested HTTP Message to the Server, with additional headers.
- sendMessage(HttpProvider.HttpRequest, Class<T>, Class<U>, BiFunction<Integer, U, RuntimeException>) - Method in class com.here.account.client.Client
-
Sends the requested HTTP Message to the Server.
- Serializer - Interface in com.here.account.util
-
- setAdditionalHeaders(Map<String, String>) - Method in class com.here.account.oauth2.AccessTokenRequest
-
- setAlwaysRequestNewToken(boolean) - Method in class com.here.account.oauth2.HereAccessTokenProvider.Builder
-
Default is false.
- setClientAuthorizationRequestProvider(ClientAuthorizationRequestProvider) - Method in class com.here.account.oauth2.HereAccessTokenProvider.Builder
-
Optionally set your custom ClientAuthorizationRequestProvider,
to override the default.
- setConnectionTimeoutInMs(int) - Method in class com.here.account.http.apache.ApacheHttpClientProvider.Builder
-
- setCorrelationId(String) - Method in class com.here.account.oauth2.AccessTokenRequest
-
Set the correlationId (the unique value for tracking a request across services and within a service).
- setCorrelationId(String) - Method in class com.here.account.oauth2.AccessTokenResponse
-
Set the correlationId (the unique value for tracking a request across services and within a service).
- setCorrelationId(String) - Method in interface com.here.account.olp.OlpHttpMessage
-
Set the correlationId (the unique value for tracking a request across services and within a service).
- setCurrentTimeMillis(long) - Method in interface com.here.account.util.SettableClock
-
Sets the milliseconds UTC since the epoch to the specified value.
- setCurrentTimeMillis(long) - Method in class com.here.account.util.SettableSystemClock
-
Sets the milliseconds UTC since the epoch to the specified value.
- setDoCloseHttpClient(boolean) - Method in class com.here.account.http.apache.ApacheHttpClientProvider.Builder
-
- setExpiresIn(Long) - Method in class com.here.account.oauth2.AccessTokenRequest
-
Optionally set the lifetime in seconds of the access token returned by
this request.
- setExpiresIn(Long) - Method in class com.here.account.oauth2.ClientCredentialsGrantRequest
-
Optionally set the lifetime in seconds of the access token returned by
this request.
- setHttpClient(CloseableHttpClient) - Method in class com.here.account.http.apache.ApacheHttpClientProvider.Builder
-
Optionally inject your own CloseableHttpClient with a fully-configured
httpClient of your choosing.
- setHttpProvider(HttpProvider) - Method in class com.here.account.oauth2.HereAccessTokenProvider.Builder
-
Optionally set your custom HttpProvider,
to override the default.
- setLastException(Exception) - Method in class com.here.account.oauth2.retry.RetryContext
-
- setLastRetryResponse(HttpProvider.HttpResponse) - Method in class com.here.account.oauth2.retry.RetryContext
-
- setRequestTimeoutInMs(int) - Method in class com.here.account.http.apache.ApacheHttpClientProvider.Builder
-
- setRetryPolicy(RetryPolicy) - Method in class com.here.account.oauth2.HereAccessTokenProvider.Builder
-
Optionally override the retry policy.
- setScope(String) - Method in class com.here.account.oauth2.AccessTokenRequest
-
Set the scope for the token request.
- setSerializer(Serializer) - Method in class com.here.account.oauth2.HereAccessTokenProvider.Builder
-
Optionally override the default JSON Serializer.
- SettableClock - Interface in com.here.account.util
-
- SettableSystemClock - Class in com.here.account.util
-
- SettableSystemClock() - Constructor for class com.here.account.util.SettableSystemClock
-
- shouldRetry(RetryContext) - Method in class com.here.account.oauth2.retry.NoRetryPolicy
-
- shouldRetry(RetryContext) - Method in interface com.here.account.oauth2.retry.RetryPolicy
-
Decides whether retry should happen based on last response or last exception thrown.
- shouldRetry(RetryContext) - Method in class com.here.account.oauth2.retry.Socket5xxExponentialRandomBackoffPolicy
-
- shutdown() - Method in class com.here.account.util.RefreshableResponseProvider
-
Shutdown the background threads
- SignatureCalculator - Class in com.here.account.auth
-
Compute OAuth1.0 signature using the given parameters.
- SignatureCalculator(String, String) - Constructor for class com.here.account.auth.SignatureCalculator
-
- SignatureMethod - Enum in com.here.account.auth
-
enum for signature methods.
- Socket5xxExponentialRandomBackoffPolicy - Class in com.here.account.oauth2.retry
-
An implementation of
RetryPolicy to retry on
SocketTimeoutException
and http status greater or equal to 500
- Socket5xxExponentialRandomBackoffPolicy() - Constructor for class com.here.account.oauth2.retry.Socket5xxExponentialRandomBackoffPolicy
-
- Socket5xxExponentialRandomBackoffPolicy(int, int) - Constructor for class com.here.account.oauth2.retry.Socket5xxExponentialRandomBackoffPolicy
-
- SYSTEM - Static variable in interface com.here.account.util.Clock
-
java.lang.System Clock (digital approximation of wall clock).