com.sun.jersey.oauth.server.api.resources
Class RequestTokenRequest
java.lang.Object
com.sun.jersey.oauth.server.api.resources.RequestTokenRequest
public class RequestTokenRequest
- extends Object
Resource handling request token requests.
- Author:
- Hubert A. Le Van Gong , Martin Matula
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestTokenRequest
public RequestTokenRequest()
postReqTokenRequest
public Response postReqTokenRequest()
- POST method for creating a request for a Request Token
- Parameters:
content
- representation for the resource
- Returns:
- an HTTP response with content of the updated or created resource.
Copyright © 2013 Oracle Corporation. All Rights Reserved.