Uses of Class
net.oauth.OAuthAccessor
-
Packages that use OAuthAccessor Package Description net.oauth net.oauth.client net.oauth.signature -
-
Uses of OAuthAccessor in net.oauth
Methods in net.oauth that return OAuthAccessor Modifier and Type Method Description OAuthAccessorOAuthAccessor. clone()Methods in net.oauth with parameters of type OAuthAccessor Modifier and Type Method Description voidOAuthMessage. addRequiredParameters(OAuthAccessor accessor)Add some of the parameters needed to request access to a protected resource, if they aren't already in the message.voidOAuthMessage. sign(OAuthAccessor accessor)Add a signature to the message.voidOAuthMessage. validateMessage(OAuthAccessor accessor, OAuthValidator validator)Check that the message is valid.voidOAuthValidator. validateMessage(OAuthMessage message, OAuthAccessor accessor)Check that the given message from the given accessor is valid.voidSimpleOAuthValidator. validateMessage(OAuthMessage message, OAuthAccessor accessor)protected voidSimpleOAuthValidator. validateSignature(OAuthMessage message, OAuthAccessor accessor) -
Uses of OAuthAccessor in net.oauth.client
Methods in net.oauth.client with parameters of type OAuthAccessor Modifier and Type Method Description OAuthMessageOAuthClient. getAccessToken(OAuthAccessor accessor, String httpMethod, Collection<? extends Map.Entry> parameters)Get an access token from the service provider, in exchange for an authorized request token.voidOAuthClient. getRequestToken(OAuthAccessor accessor)Get a fresh request token from the service provider.voidOAuthClient. getRequestToken(OAuthAccessor accessor, String httpMethod)Get a fresh request token from the service provider.voidOAuthClient. getRequestToken(OAuthAccessor accessor, String httpMethod, Collection<? extends Map.Entry> parameters)Get a fresh request token from the service provider.OAuthMessageOAuthClient. invoke(OAuthAccessor accessor, String httpMethod, String url, Collection<? extends Map.Entry> parameters)Construct a request message, send it to the service provider and get the response.OAuthMessageOAuthClient. invoke(OAuthAccessor accessor, String url, Collection<? extends Map.Entry> parameters)Construct a request message, send it to the service provider and get the response. -
Uses of OAuthAccessor in net.oauth.signature
Methods in net.oauth.signature with parameters of type OAuthAccessor Modifier and Type Method Description protected voidOAuthSignatureMethod. initialize(String name, OAuthAccessor accessor)protected voidRSA_SHA1. initialize(String name, OAuthAccessor accessor)static OAuthSignatureMethodOAuthSignatureMethod. newMethod(String name, OAuthAccessor accessor)The factory for signature methods.static OAuthSignatureMethodOAuthSignatureMethod. newSigner(OAuthMessage message, OAuthAccessor accessor)
-