Class OAuthGatewayEndpointConfiguration
java.lang.Object
org.apache.camel.component.braintree.BraintreeConfiguration
org.apache.camel.component.braintree.OAuthGatewayEndpointConfiguration
@ApiParams(apiName="oauth",description="",apiMethods={@ApiMethod(methodName="connectUrl",signatures="String connectUrl(com.braintreegateway.OAuthConnectUrlRequest request)"),@ApiMethod(methodName="createTokenFromCode",signatures="com.braintreegateway.Result<com.braintreegateway.OAuthCredentials> createTokenFromCode(com.braintreegateway.OAuthCredentialsRequest request)"),@ApiMethod(methodName="createTokenFromRefreshToken",signatures="com.braintreegateway.Result<com.braintreegateway.OAuthCredentials> createTokenFromRefreshToken(com.braintreegateway.OAuthCredentialsRequest request)"),@ApiMethod(methodName="revokeAccessToken",signatures="com.braintreegateway.Result<com.braintreegateway.OAuthResult> revokeAccessToken(String accessToken)")},aliases={})
@UriParams
@Configurer(extended=true)
public final class OAuthGatewayEndpointConfiguration
extends BraintreeConfiguration
Camel endpoint configuration for
OAuthGateway.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.braintreegateway.OAuthConnectUrlRequestcom.braintreegateway.OAuthCredentialsRequestvoidsetAccessToken(String accessToken) The access token granted by a merchant to another in order to process transactions on their behalf.voidsetConnectRequest(com.braintreegateway.OAuthConnectUrlRequest connectRequest) voidsetRequest(com.braintreegateway.OAuthCredentialsRequest request) Methods inherited from class org.apache.camel.component.braintree.BraintreeConfiguration
getApiName, getEnvironment, getHttpLogLevel, getHttpLogName, getHttpReadTimeout, getMerchantId, getMethodName, getPrivateKey, getProxyHost, getProxyPort, getPublicKey, isLogHandlerEnabled, setApiName, setEnvironment, setHttpLogLevel, setHttpLogName, setHttpReadTimeout, setLogHandlerEnabled, setMerchantId, setMethodName, setPrivateKey, setProxyHost, setProxyPort, setPublicKey
-
Constructor Details
-
OAuthGatewayEndpointConfiguration
public OAuthGatewayEndpointConfiguration()
-
-
Method Details
-
getAccessToken
- Overrides:
getAccessTokenin classBraintreeConfiguration
-
setAccessToken
Description copied from class:BraintreeConfigurationThe access token granted by a merchant to another in order to process transactions on their behalf. Used in place of environment, merchant id, public key and private key fields.- Overrides:
setAccessTokenin classBraintreeConfiguration
-
getConnectRequest
public com.braintreegateway.OAuthConnectUrlRequest getConnectRequest() -
setConnectRequest
public void setConnectRequest(com.braintreegateway.OAuthConnectUrlRequest connectRequest) -
getRequest
public com.braintreegateway.OAuthCredentialsRequest getRequest() -
setRequest
public void setRequest(com.braintreegateway.OAuthCredentialsRequest request)
-