Class CustomWrapperInputParameterOAuth10aAuthentication

java.lang.Object
com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth10aAuthentication

public class CustomWrapperInputParameterOAuth10aAuthentication extends Object
Defines the actual value of the OAuth 1.0a authentication returned by a CustomWrapperInputParameter of HTTP route type.
  • Constructor Details

    • CustomWrapperInputParameterOAuth10aAuthentication

      public CustomWrapperInputParameterOAuth10aAuthentication()
      Constructor.
  • Method Details

    • getAccessToken

      public String getAccessToken()
      Gets the access token.
      Returns:
      The access token.
    • setAccessToken

      public void setAccessToken(String accessToken)
      Sets the access token.
      Parameters:
      accessToken - The access token.
    • getAccessTokenSecret

      public String getAccessTokenSecret()
      Gets the access token secret.
      Returns:
      The access token secret.
    • setAccessTokenSecret

      public void setAccessTokenSecret(String accessTokenSecret)
      Sets the access token secret.
      Parameters:
      accessTokenSecret - The access token secret.
    • getClientIdentifier

      public String getClientIdentifier()
      Gets the client identifier.
      Returns:
      The client identifier.
    • setClientIdentifier

      public void setClientIdentifier(String clientIdentifier)
      Sets the client identifier.
      Parameters:
      clientIdentifier - The client identifier.
    • getClientSharedSecret

      public String getClientSharedSecret()
      Get the client shared secret.
      Returns:
      The client shared secret.
    • setClientSharedSecret

      public void setClientSharedSecret(String clientSharedSecret)
      Sets the client shared secret.
      Parameters:
      clientSharedSecret - The client shared secret.
    • getSignatureMethod

      Gets the signature method.
      Returns:
      The signature method.
    • setSignatureMethod

      public void setSignatureMethod(CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod signatureMethod)
      Sets the signature method.
      Parameters:
      signatureMethod - The signature method.