public class ClientCredentialAccessTokenFactory extends Object
| Constructor and Description |
|---|
ClientCredentialAccessTokenFactory(OAuth2ClientConfig config,
com.sun.jersey.api.client.Client apiClient,
org.slf4j.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
static ClientCredentialAccessTokenFactory |
create(OAuth2ClientConfig config)
Factory method.
|
String |
getAccessToken() |
protected AccessTokenResponse |
getAccessTokenResponse() |
public ClientCredentialAccessTokenFactory(OAuth2ClientConfig config, com.sun.jersey.api.client.Client apiClient, org.slf4j.Logger logger)
public static ClientCredentialAccessTokenFactory create(OAuth2ClientConfig config)
config - public String getAccessToken() throws FlowException
FlowExceptionprotected AccessTokenResponse getAccessTokenResponse()
Copyright © 2015. All rights reserved.