| Constructor and Description |
|---|
FromJwtSecurityContextProvider(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Class<H> headerClass,
Class<B> bodyClass,
TokenVerifier<JsonWebToken<H,B>> tokenVerifier,
SecurityCredentialsExtractor<JsonWebToken<H,B>,C> credentialsExtractor,
SecurityCredentialsValidator<C> credentialsValidator) |
FromJwtSecurityContextProvider(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Class<H> headerClass,
Class<B> bodyClass,
TokenVerifier<JsonWebToken<H,B>> tokenVerifier,
SecurityCredentialsExtractor<JsonWebToken<H,B>,C> credentialsExtractor,
SecurityCredentialsValidator<C> credentialsValidator) |
| Modifier and Type | Method and Description |
|---|---|
C |
FromJwtCredentialsExtractor.getCredentials(JsonWebToken<H,B> token) |
| Modifier and Type | Method and Description |
|---|---|
JsonWebToken<H,B> |
JwtEncoder.decode(String token) |
| Modifier and Type | Method and Description |
|---|---|
String |
JwtEncoder.encode(JsonWebToken<H,B> token) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicRsaJsonWebToken |
| Modifier and Type | Method and Description |
|---|---|
void |
RsaJwtVerifier.verifyToken(JsonWebToken<H,B> token) |
Copyright © 2022. All rights reserved.