Modifier and Type | Class and Description |
---|---|
class |
AbstractJwtAuthenticationFilter |
class |
JwtAuthenticationFilter |
class |
JwtCookieAuthenticationFilter |
Modifier and Type | Method and Description |
---|---|
void |
JoseJwtProducerConsumer.setConsumer(JoseJwtConsumer consumer) |
Modifier and Type | Class and Description |
---|---|
class |
JwsJwksJwtAccessTokenValidator
Validate Access Token signature using JWK Set from
AuthorizationMetadata.getJwksURL() according to
JoseHeaders.getKeyId() |
class |
JwtAccessTokenValidator |
Modifier and Type | Class and Description |
---|---|
class |
JwtRequestCodeFilter |
Modifier and Type | Class and Description |
---|---|
class |
JwtBearerAuthHandler |
Modifier and Type | Class and Description |
---|---|
class |
OAuthJoseJwtConsumer |
class |
OAuthServerJoseJwtConsumer |
Modifier and Type | Method and Description |
---|---|
void |
JCacheOAuthDataProvider.setJwtTokenConsumer(JoseJwtConsumer jwtTokenConsumer) |
Modifier and Type | Method and Description |
---|---|
JoseJwtConsumer |
AbstractAccessTokenValidator.getJwtTokenConsumer() |
JoseJwtConsumer |
TokenIntrospectionService.getJwtTokenConsumer() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAccessTokenValidator.setJwtTokenConsumer(JoseJwtConsumer jwtTokenConsumer) |
void |
TokenIntrospectionService.setJwtTokenConsumer(JoseJwtConsumer jwtTokenConsumer) |
Modifier and Type | Method and Description |
---|---|
static ServerAccessToken |
JwtTokenUtils.createAccessTokenFromJwt(JoseJwtConsumer consumer,
String jose,
ClientRegistrationProvider clientProvider,
Map<String,String> claimsMap) |
Modifier and Type | Class and Description |
---|---|
class |
IdTokenReader |
class |
OidcClaimsValidator |
class |
UserInfoClient |
Apache CXF