public class CustomWrapperInputParameterOAuth10aAuthentication extends Object
CustomWrapperInputParameter
of HTTP
route type.Modifier and Type | Class and Description |
---|---|
static class |
CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod
Signature method.
|
Constructor and Description |
---|
CustomWrapperInputParameterOAuth10aAuthentication()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getAccessToken()
Gets the access token.
|
String |
getAccessTokenSecret()
Gets the access token secret.
|
String |
getClientIdentifier()
Gets the client identifier.
|
String |
getClientSharedSecret()
Get the client shared secret.
|
CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod |
getSignatureMethod()
Gets the signature method.
|
void |
setAccessToken(String accessToken)
Sets the access token.
|
void |
setAccessTokenSecret(String accessTokenSecret)
Sets the access token secret.
|
void |
setClientIdentifier(String clientIdentifier)
Sets the client identifier.
|
void |
setClientSharedSecret(String clientSharedSecret)
Sets the client shared secret.
|
void |
setSignatureMethod(CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod signatureMethod)
Sets the signature method.
|
public CustomWrapperInputParameterOAuth10aAuthentication()
public String getAccessToken()
public void setAccessToken(String accessToken)
accessToken
- The access token.public String getAccessTokenSecret()
public void setAccessTokenSecret(String accessTokenSecret)
accessTokenSecret
- The access token secret.public String getClientIdentifier()
public void setClientIdentifier(String clientIdentifier)
clientIdentifier
- The client identifier.public String getClientSharedSecret()
public void setClientSharedSecret(String clientSharedSecret)
clientSharedSecret
- The client shared secret.public CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod getSignatureMethod()
public void setSignatureMethod(CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod signatureMethod)
signatureMethod
- The signature method.Copyright © 2023 Denodo Technologies. All rights reserved.