Uses of Class
net.oauth.OAuthProblemException

Packages that use OAuthProblemException
net.oauth Fundamental classes and algorithms for implementing OAuth
net.oauth.client   
 

Uses of OAuthProblemException in net.oauth
 

Methods in net.oauth that throw OAuthProblemException
 void OAuthMessage.requireParameters(java.lang.String... names)
          Verify that the required parameter names are contained in the actual collection.
protected  java.util.Date SimpleOAuthValidator.validateNonce(OAuthMessage message, long timestamp, long currentTimeMsec)
          Throw an exception if the nonce has been validated previously.
protected  void SimpleOAuthValidator.validateTimestamp(OAuthMessage message, long timestamp, long currentTimeMsec)
          Throw an exception if the timestamp [sec] is out of range.
protected  void SimpleOAuthValidator.validateTimestampAndNonce(OAuthMessage message)
          Throw an exception if the timestamp is out of range or the nonce has been validated previously.
 

Uses of OAuthProblemException in net.oauth.client
 

Methods in net.oauth.client that return OAuthProblemException
 OAuthProblemException OAuthResponseMessage.toOAuthProblemException()
          Encapsulate this message as an exception.
 

Methods in net.oauth.client that throw OAuthProblemException
 void OAuthResponseMessage.requireParameters(java.lang.String... names)
           
 



Copyright © 2009. All Rights Reserved.