com.sun.jersey.oauth.server.api.resources
Class RequestTokenRequest

java.lang.Object
  extended by 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

Constructor Summary
RequestTokenRequest()
           
 
Method Summary
 Response postReqTokenRequest()
          POST method for creating a request for a Request Token
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestTokenRequest

public RequestTokenRequest()
Method Detail

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.