public class ClientCredentialRefreshingOAuth extends OAuth
| Constructor and Description |
|---|
ClientCredentialRefreshingOAuth() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyToParams(List<Pair> queryParams,
Map<String,String> headerParams)
Apply authentication settings to header and query params.
|
void |
setAccessToken(String accessToken) |
void |
setClient(javax.ws.rs.client.Client jerseyClient) |
void |
setClientCredentials(String clientId,
String clientSecret,
URI tokenUrl) |
getAccessTokenpublic void setClientCredentials(String clientId, String clientSecret, URI tokenUrl)
public void setClient(javax.ws.rs.client.Client jerseyClient)
public void setAccessToken(String accessToken)
setAccessToken in class OAuthpublic void applyToParams(List<Pair> queryParams, Map<String,String> headerParams) throws ApiException
AuthenticationapplyToParams in interface AuthenticationapplyToParams in class OAuthApiExceptionCopyright © 2019 LeanIX GmbH. All rights reserved.