Uses of Class
com.sun.jersey.oauth.signature.OAuthSignatureException

Packages that use OAuthSignatureException
com.sun.jersey.oauth.signature   
 

Uses of OAuthSignatureException in com.sun.jersey.oauth.signature
 

Subclasses of OAuthSignatureException in com.sun.jersey.oauth.signature
 class InvalidSecretException
          Thrown to indicate that the OAuth secret supplied is invalid or otherwise unsupported.
 class UnsupportedSignatureMethodException
          Thrown to indicate that the OAuth signature method requested is not supported.
 

Methods in com.sun.jersey.oauth.signature that throw OAuthSignatureException
static String OAuthSignature.generate(OAuthRequest request, OAuthParameters params, OAuthSecrets secrets)
          Generates and returns an OAuth signature for the given request, parameters and secrets.
static void OAuthSignature.sign(OAuthRequest request, OAuthParameters params, OAuthSecrets secrets)
          Generates an OAuth signature for the given request, parameters and secrets, and stores it as a signature parameter, and writes the OAuth parameters to the request as an Authorization header.
static boolean OAuthSignature.verify(OAuthRequest request, OAuthParameters params, OAuthSecrets secrets)
          Verifies the OAuth signature for a given request, parameters and secrets.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.