Restlet Framework 2.2.2
Java Standard Edition

Uses of Class
org.restlet.ext.oauth.OAuthError

Packages that use OAuthError
org.restlet.ext.oauth Support for OAuth 2.0 HTTP authentication. 
 

Uses of OAuthError in org.restlet.ext.oauth
 

Methods in org.restlet.ext.oauth that return OAuthError
 OAuthError OAuthException.getError()
           
static OAuthError OAuthError.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OAuthError[] OAuthError.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.restlet.ext.oauth with parameters of type OAuthError
OAuthException(OAuthError error, String description, String errorUri)
           
 


Restlet Framework 2.2.2
Java Standard Edition

Copyright © 2005-2014 Restlet.