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

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

Uses of OAuthParameters in org.restlet.ext.oauth
 

Methods in org.restlet.ext.oauth with parameters of type OAuthParameters
 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).
 

Constructors in org.restlet.ext.oauth with parameters of type OAuthParameters
OAuthProxy(OAuthParameters params, Context ctx)
          Sets up an OauthProxy.
OAuthProxy(OAuthParameters params, Context ctx, boolean useBasicSecret)
          Sets up an OAuthProxy.
OAuthProxy(OAuthParameters params, Context ctx, boolean useBasicSecret, Client requestClient)
          Sets up an OAuthProxy.
OAuthProxy(OAuthParameters params, Context ctx, boolean useBasicSecret, Filter interceptor)
          Sets up an OAuthProxy.
 



Copyright © 2005-2013 Restlet.