|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestToken | |
---|---|
org.apache.cxf.rs.security.oauth.data | |
org.apache.cxf.rs.security.oauth.provider | |
org.apache.cxf.rs.security.oauth.services | |
org.apache.cxf.rs.security.oauth.utils |
Uses of RequestToken in org.apache.cxf.rs.security.oauth.data |
---|
Methods in org.apache.cxf.rs.security.oauth.data that return RequestToken | |
---|---|
RequestToken |
AccessTokenRegistration.getRequestToken()
|
RequestToken |
AuthorizationInput.getToken()
|
Methods in org.apache.cxf.rs.security.oauth.data with parameters of type RequestToken | |
---|---|
void |
AccessTokenRegistration.setRequestToken(RequestToken requestToken)
|
void |
AuthorizationInput.setToken(RequestToken token)
|
Uses of RequestToken in org.apache.cxf.rs.security.oauth.provider |
---|
Methods in org.apache.cxf.rs.security.oauth.provider that return RequestToken | |
---|---|
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 |
Uses of RequestToken in org.apache.cxf.rs.security.oauth.services |
---|
Methods in org.apache.cxf.rs.security.oauth.services with parameters of type RequestToken | |
---|---|
protected OAuthAuthorizationData |
AuthorizationRequestHandler.addAdditionalParams(OAuthAuthorizationData secData,
OAuthDataProvider dataProvider,
RequestToken token)
|
protected String |
AuthorizationRequestHandler.getCallbackValue(RequestToken token)
|
Uses of RequestToken in org.apache.cxf.rs.security.oauth.utils |
---|
Methods in org.apache.cxf.rs.security.oauth.utils that return RequestToken | |
---|---|
static RequestToken |
OAuthUtils.handleTokenRejectedException()
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |