Restlet Framework 2.2.3
Java Enterprise Edition

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)
           
 


Restlet Framework 2.2.3
Java Enterprise Edition

Copyright © 2005-2014 Restlet.