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

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

Uses of OAuthUser in org.restlet.ext.oauth
 

Methods in org.restlet.ext.oauth that return OAuthUser
static OAuthUser OAuthUser.createJson(Representation body)
          Converts successful JSON token body responses to OAuthUser.
static OAuthUser OAuthUser.createJson(User toCopy, Representation body)
          Converts successful JSON token body responses to OAuthUser.
 OAuthUser Flow.execute(OAuthParameters params, String callbackUri, String state, String username, String password, String refreshToken)
          Executes a specific OAuth Flow (including token refresh).
 OAuthUser Flow.execute(OAuthParameters params, String callbackUri, String state, String username, String password, String refreshToken, Client client)
          Executes a specific OAuth Flow (including token refresh).
 



Copyright © 2005-2013 Restlet.