Package | Description |
---|---|
com.sun.jersey.oauth.client | |
com.sun.jersey.oauth.server | |
com.sun.jersey.oauth.signature |
Class and Description |
---|
OAuthParameters
A data structure class that represents OAuth protocol parameters.
|
OAuthSecrets
Contains the secrets used to generate and/or verify signatures.
|
Class and Description |
---|
OAuthRequest
Interface to be implemented as a wrapper around an HTTP request, so that
digital signature can be generated and/or verified.
|
Class and Description |
---|
InvalidSecretException
Thrown to indicate that the OAuth secret supplied is invalid or otherwise
unsupported.
|
OAuthParameters
A data structure class that represents OAuth protocol parameters.
|
OAuthRequest
Interface to be implemented as a wrapper around an HTTP request, so that
digital signature can be generated and/or verified.
|
OAuthSecrets
Contains the secrets used to generate and/or verify signatures.
|
OAuthSignatureException
Thrown to indicate that an OAuth exception occurred.
|
OAuthSignatureMethod
An interface representing the OAuth signature method.
|
Copyright © 2013 Oracle Corporation. All rights reserved.