| Package | Description |
|---|---|
| net.oauth | |
| net.oauth.signature |
| Modifier and Type | Method and Description |
|---|---|
OAuthAccessor |
OAuthAccessor.clone() |
OAuthAccessor |
OAuthCredentials.getAccessor() |
| Modifier and Type | Method and Description |
|---|---|
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 |
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) |
| Constructor and Description |
|---|
OAuthCredentials(OAuthAccessor accessor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RSA_SHA1.initialize(String name,
OAuthAccessor accessor) |
protected void |
OAuthSignatureMethod.initialize(String name,
OAuthAccessor accessor) |
static OAuthSignatureMethod |
OAuthSignatureMethod.newMethod(String name,
OAuthAccessor accessor)
The factory for signature methods.
|
static OAuthSignatureMethod |
OAuthSignatureMethod.newSigner(OAuthMessage message,
OAuthAccessor accessor) |
Copyright © 2008–2017 Province of British Columbia. All rights reserved.