Modifier and Type | Method and Description |
---|---|
static ClientAccessToken |
OAuthClientUtils.fromMapToClientToken(Map<String,String> map) |
static ClientAccessToken |
OAuthClientUtils.fromMapToClientToken(Map<String,String> map,
String defaultTokenType) |
static ClientAccessToken |
OAuthClientUtils.getAccessToken(String accessTokenServiceUri,
Consumer consumer,
AccessTokenGrant grant,
boolean setAuthorizationHeader)
Obtains the access token from OAuth AccessToken Service
|
static ClientAccessToken |
OAuthClientUtils.getAccessToken(WebClient accessTokenService,
AccessTokenGrant grant)
Obtains the access token from OAuth AccessToken Service
using the initialized web client
|
static ClientAccessToken |
OAuthClientUtils.getAccessToken(WebClient accessTokenService,
AccessTokenGrant grant,
Map<String,String> extraParams)
Obtains the access token from OAuth AccessToken Service
using the initialized web client
|
static ClientAccessToken |
OAuthClientUtils.getAccessToken(WebClient accessTokenService,
Consumer consumer,
AccessTokenGrant grant)
Obtains the access token from OAuth AccessToken Service
using the initialized web client
|
static ClientAccessToken |
OAuthClientUtils.getAccessToken(WebClient accessTokenService,
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,
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,
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
|
protected ClientAccessToken |
AbstractAuthSupplier.getClientAccessToken() |
ClientAccessToken |
ClientTokenContext.getToken() |
static ClientAccessToken |
OAuthClientUtils.refreshAccessToken(WebClient accessTokenService,
ClientAccessToken at) |
static ClientAccessToken |
OAuthClientUtils.refreshAccessToken(WebClient accessTokenService,
Consumer consumer,
ClientAccessToken at) |
static ClientAccessToken |
OAuthClientUtils.refreshAccessToken(WebClient accessTokenService,
Consumer consumer,
ClientAccessToken at,
String scope,
boolean setAuthorizationHeader) |
Modifier and Type | Method and Description |
---|---|
static String |
OAuthClientUtils.createAuthorizationHeader(ClientAccessToken accessToken)
Creates OAuth Authorization header with Bearer scheme
|
static String |
OAuthClientUtils.createAuthorizationHeader(ClientAccessToken accessToken,
HttpRequestProperties httpProps)
Creates OAuth Authorization header with the scheme that
may require an access to the current HTTP request properties
|
protected ClientTokenContext |
ClientCodeRequestFilter.createTokenContext(ClientAccessToken at) |
static ClientAccessToken |
OAuthClientUtils.refreshAccessToken(WebClient accessTokenService,
ClientAccessToken at) |
static ClientAccessToken |
OAuthClientUtils.refreshAccessToken(WebClient accessTokenService,
Consumer consumer,
ClientAccessToken at) |
static ClientAccessToken |
OAuthClientUtils.refreshAccessToken(WebClient accessTokenService,
Consumer consumer,
ClientAccessToken at,
String scope,
boolean setAuthorizationHeader) |
static void |
OAuthClientUtils.setAuthorizationHeader(WebClient wc,
ClientAccessToken accessToken) |
static void |
OAuthClientUtils.setAuthorizationHeader(WebClient wc,
ClientAccessToken accessToken,
String httpVerb) |
protected void |
AbstractAuthSupplier.setClientAccessToken(ClientAccessToken clientAccessToken) |
void |
ClientTokenContext.setToken(ClientAccessToken token) |
Modifier and Type | Method and Description |
---|---|
void |
AccessTokenResponseFilter.process(ClientAccessToken ct,
ServerAccessToken st) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractImplicitGrantService.processClientAccessToken(ClientAccessToken clientToken,
ServerAccessToken serverToken) |
protected void |
AccessTokenService.processClientAccessToken(ClientAccessToken clientToken,
ServerAccessToken serverToken) |
Modifier and Type | Method and Description |
---|---|
static ClientAccessToken |
OAuthUtils.toClientAccessToken(ServerAccessToken serverToken,
boolean supportOptionalParams) |
Modifier and Type | Method and Description |
---|---|
void |
UserInfoCodeResponseFilter.process(ClientAccessToken ct,
ServerAccessToken st) |
Modifier and Type | Method and Description |
---|---|
protected ClientTokenContext |
OidcClientCodeRequestFilter.createTokenContext(ClientAccessToken at) |
JwtToken |
IdTokenValidator.getIdJwtToken(ClientAccessToken at,
String clientId) |
IdToken |
IdTokenValidator.getIdToken(ClientAccessToken at,
String clientId) |
UserInfo |
UserInfoClient.getUserInfo(ClientAccessToken at,
IdToken idToken) |
UserInfo |
UserInfoClient.getUserInfo(ClientAccessToken at,
IdToken idToken,
boolean asJwt) |
Modifier and Type | Method and Description |
---|---|
static void |
OidcUtils.validateAccessTokenHash(ClientAccessToken at,
JwtToken jwt) |
static void |
OidcUtils.validateAccessTokenHash(ClientAccessToken at,
JwtToken jwt,
boolean required) |
Apache CXF