Modifier and Type | Method and Description |
---|---|
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
|
long |
AccessTokenGrantWriter.getSize(AccessTokenGrant t,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
void |
AccessTokenGrantWriter.writeTo(AccessTokenGrant t,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGrant
Abstract access token grant
|
Modifier and Type | Class and Description |
---|---|
class |
ClientCredentialsGrant |
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationCodeGrant
Base Authorization Code Grant representation, captures the code
and the redirect URI this code has been returned to, visible to the client
|
class |
JwtRequestCodeGrant
Base Authorization Code Grant representation, captures the code
and the redirect URI this code has been returned to, visible to the client
|
class |
ServerAuthorizationCodeGrant
The Authorization Code Grant representation visible to the server
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJwtBearerGrant |
class |
JwtBearerClientCredentialsGrant |
class |
JwtBearerGrant |
Modifier and Type | Class and Description |
---|---|
class |
ResourceOwnerGrant |
Modifier and Type | Class and Description |
---|---|
class |
RefreshTokenGrant |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSaml2BearerGrant |
class |
Saml2BearerGrant |
class |
SamlBearerClientCredentialsGrant |
Apache CXF