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
protected  ResponseType[] AuthorizationServerResource.getResponseType(Form params)
          Get request parameter "response_type".
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
 OAuthParameters OAuthParameters.responseType(ResponseType responseType)
           
 



Copyright © 2005-2014 Restlet.