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

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

Uses of ResponseType in org.restlet.ext.oauth
 

Methods in org.restlet.ext.oauth that return ResponseType
static ResponseType ResponseType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResponseType[] ResponseType.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 ResponseType
protected  void AuthorizationServerResource.setupSession(org.restlet.ext.oauth.internal.AuthSession in, Client client, ResponseType flow, String redirUri, Form params)
          Sets up a session.
 



Copyright © 2005-2013 Restlet.