Uses of Class
net.oauth.OAuthAccessor
-
Packages that use OAuthAccessor Package Description net.oauth net.oauth.signature -
-
Uses of OAuthAccessor in net.oauth
Methods in net.oauth that return OAuthAccessor Modifier and Type Method Description OAuthAccessorOAuthAccessor. clone()OAuthAccessorOAuthCredentials. getAccessor()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.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)Constructors in net.oauth with parameters of type OAuthAccessor Constructor Description OAuthCredentials(OAuthAccessor accessor) -
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)
-