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 enum
Signature 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.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.
-
Constructor Details
-
CustomWrapperInputParameterOAuth10aAuthentication
public CustomWrapperInputParameterOAuth10aAuthentication()Constructor.
-
-
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.
-