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
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.
 

Methods in org.restlet.ext.oauth with parameters of type OAuthError
protected  void AuthPageServerResource.sendError(org.restlet.ext.oauth.internal.AuthSession session, OAuthError error, String state, String description, String errorUri)
          Helper method to format error responses according to OAuth2 spec.
protected  Representation AccessTokenServerResource.sendError(OAuthError error, String description, String errorUri)
          Returns the representation of the given error.
 void AuthorizationServerResource.sendError(String sessionId, OAuthError error, String state)
          Helper method to format error responses according to OAuth2 spec.
 void AuthorizationServerResource.sendError(String sessionId, OAuthError error, String state, String description, String errorUri)
          Helper method to format error responses according to OAuth2 spec.
 



Copyright © 2005-2013 Restlet.