Home
last modified time | relevance | path

Searched refs:OAuthProblemException (Results 1 – 6 of 6) sorted by relevance

/external/oauth/core/src/main/java/net/oauth/
DSimpleOAuthValidator.java78 OAuthProblemException problem = new OAuthProblemException("version_rejected"); in validateVersion()
87 throws IOException, OAuthProblemException { in validateTimestampAndNonce()
94 OAuthProblemException problem = new OAuthProblemException("timestamp_refused"); in validateTimestampAndNonce()
DOAuthProblemException.java35 public class OAuthProblemException extends OAuthException { class
39 public OAuthProblemException() { in OAuthProblemException() method in OAuthProblemException
42 public OAuthProblemException(String problem) { in OAuthProblemException() method in OAuthProblemException
DOAuthMessage.java231 throws OAuthProblemException, IOException { in requireParameters()
240OAuthProblemException problem = new OAuthProblemException(OAuth.Problems.PARAMETER_ABSENT); in requireParameters()
/external/oauth/core/src/main/java/net/oauth/client/
DOAuthResponseMessage.java24 import net.oauth.OAuthProblemException;
84 public void requireParameters(String... names) throws OAuthProblemException, IOException { in requireParameters()
87 } catch (OAuthProblemException problem) { in requireParameters()
DOAuthClient.java34 import net.oauth.OAuthProblemException;
320 OAuthProblemException problem = new OAuthProblemException(); in invoke()
/external/oauth/core/src/main/java/net/oauth/signature/
DOAuthSignatureMethod.java33 import net.oauth.OAuthProblemException;
69 OAuthProblemException problem = new OAuthProblemException( in validate()
226 OAuthProblemException problem = new OAuthProblemException( in newMethod()