Class CustomWrapperInputParameterOAuth10aAuthentication
java.lang.Object
com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth10aAuthentication
Defines the actual value of the OAuth 1.0a authentication returned by a
CustomWrapperInputParameter of HTTP
route type.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSignature method. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the access token.Gets the access token secret.Gets the client identifier.Get the client shared secret.Gets the signature method.voidsetAccessToken(String accessToken) Sets the access token.voidsetAccessTokenSecret(String accessTokenSecret) Sets the access token secret.voidsetClientIdentifier(String clientIdentifier) Sets the client identifier.voidsetClientSharedSecret(String clientSharedSecret) Sets the client shared secret.voidsetSignatureMethod(CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod signatureMethod) Sets the signature method.
-
Constructor Details
-
CustomWrapperInputParameterOAuth10aAuthentication
public CustomWrapperInputParameterOAuth10aAuthentication()
-
-
Method Details
-
getAccessToken
Gets the access token.- Returns:
- The access token.
-
setAccessToken
Sets the access token.- Parameters:
accessToken- The access token.
-
getAccessTokenSecret
Gets the access token secret.- Returns:
- The access token secret.
-
setAccessTokenSecret
Sets the access token secret.- Parameters:
accessTokenSecret- The access token secret.
-
getClientIdentifier
Gets the client identifier.- Returns:
- The client identifier.
-
setClientIdentifier
Sets the client identifier.- Parameters:
clientIdentifier- The client identifier.
-
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.
-