Package | Description |
---|---|
org.apache.cxf.rs.security.oauth.client |
Modifier and Type | Method and Description |
---|---|
static OAuthClientUtils.Token |
OAuthClientUtils.getAccessToken(WebClient accessTokenService,
OAuthClientUtils.Consumer consumer,
OAuthClientUtils.Token requestToken,
String verifier)
Returns a simple representation of the Access token
|
static OAuthClientUtils.Token |
OAuthClientUtils.getAccessToken(WebClient accessTokenService,
OAuthClientUtils.Consumer consumer,
OAuthClientUtils.Token requestToken,
String verifier,
Map<String,Object> oauthConsumerProps) |
static OAuthClientUtils.Token |
OAuthClientUtils.getRequestToken(WebClient requestTokenService,
OAuthClientUtils.Consumer consumer,
URI callback,
Map<String,String> extraParams)
Returns a simple representation of the Request token
|
static OAuthClientUtils.Token |
OAuthClientUtils.getRequestToken(WebClient requestTokenService,
OAuthClientUtils.Consumer consumer,
URI callback,
Map<String,String> extraParams,
Map<String,Object> oauthConsumerProps) |
Modifier and Type | Method and Description |
---|---|
static String |
OAuthClientUtils.createAuthorizationHeader(OAuthClientUtils.Consumer consumer,
OAuthClientUtils.Token accessToken,
String method,
String requestURI)
Creates OAuth Authorization header
|
static String |
OAuthClientUtils.createAuthorizationHeader(OAuthClientUtils.Consumer consumer,
OAuthClientUtils.Token accessToken,
String method,
String requestURI,
Map<String,Object> oauthConsumerProps) |
static OAuthClientUtils.Token |
OAuthClientUtils.getAccessToken(WebClient accessTokenService,
OAuthClientUtils.Consumer consumer,
OAuthClientUtils.Token requestToken,
String verifier)
Returns a simple representation of the Access token
|
static OAuthClientUtils.Token |
OAuthClientUtils.getAccessToken(WebClient accessTokenService,
OAuthClientUtils.Consumer consumer,
OAuthClientUtils.Token requestToken,
String verifier,
Map<String,Object> oauthConsumerProps) |
Apache CXF