Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
Client |
RequestTokenRegistration.getClient() |
Client |
Token.getClient()
Returns the Client associated with this token
|
Modifier and Type | Method and Description |
---|---|
void |
RequestTokenRegistration.setClient(Client client) |
Constructor and Description |
---|
AccessToken(Client client,
String tokenString,
String tokenSecret) |
AccessToken(Client client,
String tokenString,
String tokenSecret,
long lifetime,
long issuedAt) |
RequestToken(Client client,
String tokenString,
String tokenSecret) |
RequestToken(Client client,
String tokenString,
String tokenSecret,
long lifetime,
long issuedAt) |
Token(Client client,
String tokenKey,
String tokenSecret,
long lifetime,
long issuedAt) |
Modifier and Type | Method and Description |
---|---|
Client |
OAuthDataProvider.getClient(String clientId)
Returns the previously registered third-party
Client |
Modifier and Type | Method and Description |
---|---|
protected void |
RequestTokenHandler.validateCallbackURL(Client client,
String oauthCallback) |
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