public class RunAsIdAuthorizationProvider extends AbstractClientAuthorizationRequestProvider implements ClientAuthorizationRequestProvider
Gets authorization Access Tokens from an identity access token file.
| Constructor and Description |
|---|
RunAsIdAuthorizationProvider()
Deprecated.
|
RunAsIdAuthorizationProvider(Clock clock,
String tokenEndpointUrl)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HttpProvider.HttpRequestAuthorizer |
getClientAuthorizer()
Deprecated.
Gets the
HttpRequestAuthorizer that the client will use
to authorize access token requests. |
HttpConstants.HttpMethods |
getHttpMethod()
Deprecated.
Get the HTTP Method used to obtain authorization.
|
AccessTokenRequest |
getNewAccessTokenRequest()
Deprecated.
Gets a new AccessTokenRequest to authorize this client to obtain
an Access Token.
|
String |
getScope()
Deprecated.
Get the token scope.
|
String |
getTokenEndpointUrl()
Deprecated.
Gets the url of the token endpoint for this OAuth 2.0 Provider.
|
getClockclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClockpublic String getTokenEndpointUrl()
getTokenEndpointUrl in interface ClientAuthorizationRequestProviderpublic HttpProvider.HttpRequestAuthorizer getClientAuthorizer()
HttpRequestAuthorizer that the client will use
to authorize access token requests.getClientAuthorizer in interface ClientAuthorizationRequestProviderpublic AccessTokenRequest getNewAccessTokenRequest()
getNewAccessTokenRequest in interface ClientAuthorizationRequestProviderpublic HttpConstants.HttpMethods getHttpMethod()
getHttpMethod in interface ClientAuthorizationRequestProviderpublic String getScope()
getScope in interface ClientAuthorizationRequestProviderCopyright © 2021 HERE Europe B.V. All Rights Reserved.