org.apache.cxf.rs.security.oauth.services
Class RequestTokenService
java.lang.Object
org.apache.cxf.rs.security.oauth.services.AbstractOAuthService
org.apache.cxf.rs.security.oauth.services.RequestTokenService
@Path(value="/initiate")
public class RequestTokenService
- extends AbstractOAuthService
This resource issues a temporary request token to the Client
which will be later authorised and exchanged for the access token
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestTokenService
public RequestTokenService()
setRequestTokenHandler
public void setRequestTokenHandler(RequestTokenHandler h)
getRequestTokenWithGET
@GET
@Produces(value="application/x-www-form-urlencoded")
public javax.ws.rs.core.Response getRequestTokenWithGET()
getRequestToken
@POST
@Produces(value="application/x-www-form-urlencoded")
public javax.ws.rs.core.Response getRequestToken()
Apache CXF