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 temporarily 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
public javax.ws.rs.core.Response getRequestTokenWithGET()
getRequestToken
public javax.ws.rs.core.Response getRequestToken()
Apache CXF