Package | Description |
---|---|
org.apache.cxf.rs.security.oauth.data | |
org.apache.cxf.rs.security.oauth.provider | |
org.apache.cxf.rs.security.oauth.utils |
Modifier and Type | Class and Description |
---|---|
class |
AccessToken
Access Token representation
|
class |
RequestToken
Request Token representation
|
Modifier and Type | Method and Description |
---|---|
void |
OAuthDataProvider.removeToken(Token token)
Removes the token
|
void |
DefaultOAuthValidator.validateToken(Token token,
OAuthDataProvider provider) |
Modifier and Type | Method and Description |
---|---|
static void |
OAuthUtils.validateMessage(net.oauth.OAuthMessage oAuthMessage,
Client client,
Token token,
OAuthDataProvider provider,
net.oauth.OAuthValidator validator) |
Apache CXF