public class AuthorizationRequestHandler extends Object
Constructor and Description |
---|
AuthorizationRequestHandler() |
Modifier and Type | Method and Description |
---|---|
protected OAuthAuthorizationData |
addAdditionalParams(OAuthAuthorizationData secData,
OAuthDataProvider dataProvider,
RequestToken token) |
protected String |
getCallbackValue(RequestToken token) |
javax.ws.rs.core.Response |
handle(MessageContext mc,
OAuthDataProvider dataProvider) |
public javax.ws.rs.core.Response handle(MessageContext mc, OAuthDataProvider dataProvider)
protected String getCallbackValue(RequestToken token) throws net.oauth.OAuthProblemException
net.oauth.OAuthProblemException
protected OAuthAuthorizationData addAdditionalParams(OAuthAuthorizationData secData, OAuthDataProvider dataProvider, RequestToken token) throws net.oauth.OAuthProblemException
net.oauth.OAuthProblemException
Apache CXF