public class FromJwtSecurityContextProvider<H,B,C> extends FromSignedTokenSecurityContextProvider<JsonWebToken<H,B>,C>
| 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) |
getValidCredentialsprovideSecurityContextpublic 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)
Copyright © 2022. All rights reserved.