@Deprecated public interface OAuthSignatureMethodFactory
| Modifier and Type | Method and Description |
|---|---|
OAuthSignatureMethod |
getSignatureMethod(String methodName,
SignatureSecret signatureSecret,
String tokenSecret)
Deprecated.
Get the signature method of the given name.
|
OAuthSignatureMethod getSignatureMethod(String methodName, SignatureSecret signatureSecret, String tokenSecret) throws UnsupportedSignatureMethodException
methodName - The method name.signatureSecret - The signature secret.tokenSecret - The token secret.UnsupportedSignatureMethodException - If the specified signature method name isn't recognized or supported.Copyright © 2020. All rights reserved.