|
Restlet Framework 2.2.1 Java Standard Edition |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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.1 Java Standard Edition |
|||||||||
PREV NEXT | FRAMES NO FRAMES |