|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OAuthAccessor | |
---|---|
net.oauth | Fundamental classes and algorithms for implementing OAuth. |
net.oauth.client | |
net.oauth.signature | Classes to compute and verify digital signatures. |
Uses of OAuthAccessor in net.oauth |
---|
Methods in net.oauth that return OAuthAccessor | |
---|---|
OAuthAccessor |
OAuthAccessor.clone()
|
Methods in net.oauth with parameters of type OAuthAccessor | |
---|---|
void |
OAuthMessage.addRequiredParameters(OAuthAccessor accessor)
Add some of the parameters needed to request access to a protected resource, if they aren't already in the message. |
void |
OAuthMessage.sign(OAuthAccessor accessor)
Add a signature to the message. |
void |
OAuthMessage.validateMessage(OAuthAccessor accessor,
OAuthValidator validator)
Deprecated. use validator.validateMessage(this, accessor) instead. |
void |
SimpleOAuthValidator.validateMessage(OAuthMessage message,
OAuthAccessor accessor)
|
void |
OAuthValidator.validateMessage(OAuthMessage message,
OAuthAccessor accessor)
Check that the given message from the given accessor is valid. |
protected void |
SimpleOAuthValidator.validateSignature(OAuthMessage message,
OAuthAccessor accessor)
|
Uses of OAuthAccessor in net.oauth.client |
---|
Methods in net.oauth.client with parameters of type OAuthAccessor | |
---|---|
OAuthMessage |
OAuthClient.getAccessToken(OAuthAccessor accessor,
java.lang.String httpMethod,
java.util.Collection<? extends java.util.Map.Entry> parameters)
Get an access token from the service provider, in exchange for an authorized request token. |
void |
OAuthClient.getRequestToken(OAuthAccessor accessor)
Get a fresh request token from the service provider. |
void |
OAuthClient.getRequestToken(OAuthAccessor accessor,
java.lang.String httpMethod)
Get a fresh request token from the service provider. |
void |
OAuthClient.getRequestToken(OAuthAccessor accessor,
java.lang.String httpMethod,
java.util.Collection<? extends java.util.Map.Entry> parameters)
Get a fresh request token from the service provider. |
OAuthMessage |
OAuthClient.getRequestTokenResponse(OAuthAccessor accessor,
java.lang.String httpMethod,
java.util.Collection<? extends java.util.Map.Entry> parameters)
Get a fresh request token from the service provider. |
OAuthMessage |
OAuthClient.invoke(OAuthAccessor accessor,
java.lang.String url,
java.util.Collection<? extends java.util.Map.Entry> parameters)
Construct a request message, send it to the service provider and get the response. |
OAuthMessage |
OAuthClient.invoke(OAuthAccessor accessor,
java.lang.String httpMethod,
java.lang.String url,
java.util.Collection<? extends java.util.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 | |
---|---|
protected void |
RSA_SHA1.initialize(java.lang.String name,
OAuthAccessor accessor)
|
protected void |
OAuthSignatureMethod.initialize(java.lang.String name,
OAuthAccessor accessor)
|
static OAuthSignatureMethod |
OAuthSignatureMethod.newMethod(java.lang.String name,
OAuthAccessor accessor)
The factory for signature methods. |
static OAuthSignatureMethod |
OAuthSignatureMethod.newSigner(OAuthMessage message,
OAuthAccessor accessor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |