public static class OAuthParams.StandardOAuthParamsHelperImpl extends java.lang.Object implements OAuthParams.OAuthParamsHelper
| Constructor and Description |
|---|
StandardOAuthParamsHelperImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
parseTimestamp(java.lang.String str)
allows one to override the default behavior when parsing timestamps,
which is to parse them as integers, and ignore timestamps that are
malformed
|
java.lang.String |
processKey(java.lang.String str)
allows custom processing of keys obtained from the request
|
java.lang.String |
processSignature(java.lang.String str)
allows custom processing of the OAuth 1.0 signature obtained from the request.
|
public java.lang.Long parseTimestamp(java.lang.String str)
OAuthParams.OAuthParamsHelperparseTimestamp in interface OAuthParams.OAuthParamsHelperpublic java.lang.String processKey(java.lang.String str)
OAuthParams.OAuthParamsHelperprocessKey in interface OAuthParams.OAuthParamsHelperpublic java.lang.String processSignature(java.lang.String str)
OAuthParams.OAuthParamsHelperprocessSignature in interface OAuthParams.OAuthParamsHelperCopyright © 2019. All Rights Reserved.