|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OAuthClientUtils.Consumer | |
|---|---|
| org.apache.cxf.rs.security.oauth2.client | |
| Uses of OAuthClientUtils.Consumer in org.apache.cxf.rs.security.oauth2.client |
|---|
| Methods in org.apache.cxf.rs.security.oauth2.client with parameters of type OAuthClientUtils.Consumer | |
|---|---|
static ClientAccessToken |
OAuthClientUtils.getAccessToken(String accessTokenServiceUri,
OAuthClientUtils.Consumer consumer,
AccessTokenGrant grant,
boolean setAuthorizationHeader)
Obtains the access token from OAuth AccessToken Service |
static ClientAccessToken |
OAuthClientUtils.getAccessToken(WebClient accessTokenService,
OAuthClientUtils.Consumer consumer,
AccessTokenGrant grant)
Obtains the access token from OAuth AccessToken Service using the initialized web client |
static ClientAccessToken |
OAuthClientUtils.getAccessToken(WebClient accessTokenService,
OAuthClientUtils.Consumer consumer,
AccessTokenGrant grant,
boolean setAuthorizationHeader)
Obtains the access token from OAuth AccessToken Service using the initialized web client |
static ClientAccessToken |
OAuthClientUtils.getAccessToken(WebClient accessTokenService,
OAuthClientUtils.Consumer consumer,
AccessTokenGrant grant,
Map<String,String> extraParams,
boolean setAuthorizationHeader)
Obtains the access token from OAuth AccessToken Service using the initialized web client |
static ClientAccessToken |
OAuthClientUtils.getAccessToken(WebClient accessTokenService,
OAuthClientUtils.Consumer consumer,
AccessTokenGrant grant,
Map<String,String> extraParams,
String defaultTokenType,
boolean setAuthorizationHeader)
Obtains the access token from OAuth AccessToken Service using the initialized web client |
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||