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

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

Uses of OAuthException in org.restlet.ext.oauth
 

Methods in org.restlet.ext.oauth that return OAuthException
static OAuthException OAuthException.toOAuthException(Form params)
           
static OAuthException OAuthException.toOAuthException(JSONObject result)
           
static OAuthException OAuthException.toOAuthException(Throwable t)
           
 

Methods in org.restlet.ext.oauth with parameters of type OAuthException
protected  Representation AuthorizationBaseServerResource.getErrorPage(String errPage, OAuthException ex)
          Helper method to format error responses according to OAuth2 spec.
static Representation OAuthServerResource.responseErrorRepresentation(OAuthException ex)
          Returns the representation of the given error.
protected  void AuthorizationBaseServerResource.sendError(String redirectURI, OAuthException ex, String state, boolean fragment)
          Helper method to format error responses according to OAuth2 spec.
 

Methods in org.restlet.ext.oauth that throw OAuthException
protected  void AccessTokenServerResource.ensureGrantTypeAllowed(org.restlet.ext.oauth.internal.Client client, GrantType grantType)
           
protected  org.restlet.ext.oauth.internal.Client AccessTokenServerResource.getAuthenticatedClient()
           
protected  org.restlet.ext.oauth.internal.AuthSession AuthorizationBaseServerResource.getAuthSession()
          Returns the current authorization session.
protected  org.restlet.ext.oauth.internal.Client AccessTokenServerResource.getClient(Form params)
           
protected  org.restlet.ext.oauth.internal.Client OAuthServerResource.getClient(Form params)
          Get request parameter "client_id".
protected  String AccessTokenServerResource.getCode(Form params)
          Get request parameter "code".
protected  GrantType AccessTokenServerResource.getGrantType(Form params)
          Get request parameter "grant_type".
protected  String AccessTokenServerResource.getPassword(Form params)
          Get request parameter "password".
protected  org.restlet.ext.oauth.internal.RedirectionURI AuthorizationServerResource.getRedirectionURI(Form params, org.restlet.ext.oauth.internal.Client client)
          Get request parameter "redirect_uri".
protected  String AccessTokenServerResource.getRedirectURI(Form params)
          Get request parameter "redirect_uri".
protected  String AccessTokenServerResource.getRefreshToken(Form params)
          Get request parameter "refresh_token".
protected  ResponseType[] AuthorizationServerResource.getResponseType(Form params)
          Get request parameter "response_type".
protected  String[] OAuthServerResource.getScope(Form params)
          Get request parameter "scope".
protected  String AccessTokenServerResource.getUsername(Form params)
          Get request parameter "username".
protected  void AuthPageServerResource.handleAction(String action, String[] grantedScope)
          Helper method to handle a FORM response.
 Representation AuthorizationServerResource.requestAuthorization()
           
 Representation AuthorizationServerResource.requestAuthorization(Form params)
          Checks that all incoming requests have a type parameter.
 Representation AuthorizationServerResource.requestAuthorization(Representation input)
           
 org.restlet.ext.oauth.internal.Token FacebookAccessTokenClientResource.requestToken(OAuthParameters parameters)
           
 org.restlet.ext.oauth.internal.Token AccessTokenClientResource.requestToken(OAuthParameters parameters)
           
 Representation AccessTokenServerResource.requestToken(Representation input)
          Handles the Post request.
 Representation AuthPageServerResource.showPage()
          Entry point to the AuthPageResource.
 



Copyright © 2005-2014 Restlet.