Modifier and Type | Method and Description |
---|---|
RequestToken |
AccessTokenRegistration.getRequestToken() |
RequestToken |
AuthorizationInput.getToken() |
Modifier and Type | Method and Description |
---|---|
void |
AccessTokenRegistration.setRequestToken(RequestToken requestToken) |
void |
AuthorizationInput.setToken(RequestToken token) |
Modifier and Type | Method and Description |
---|---|
RequestToken |
OAuthDataProvider.createRequestToken(RequestTokenRegistration reg)
Creates a temporarily request token which will capture the
information about the
Client attempting to access or
modify the resource owner's resource |
RequestToken |
OAuthDataProvider.getRequestToken(String requestToken)
Returns the previously registered
RequestToken |
Modifier and Type | Method and Description |
---|---|
protected OAuthAuthorizationData |
AuthorizationRequestHandler.addAdditionalParams(OAuthAuthorizationData secData,
OAuthDataProvider dataProvider,
RequestToken token) |
protected String |
AuthorizationRequestHandler.getCallbackValue(RequestToken token) |
Modifier and Type | Method and Description |
---|---|
static RequestToken |
OAuthUtils.handleTokenRejectedException() |
Apache CXF