| Package | Description |
|---|---|
| org.sklsft.commons.rest.security.context.impl | |
| org.sklsft.commons.rest.security.credentials.extractor.impl |
| 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) |
FromSignedTokenSecurityContextProvider(TokenEncoder<T> tokenEncoder,
TokenVerifier<T> tokenVerifier,
SecurityCredentialsExtractor<T,C> credentialsExtractor,
SecurityCredentialsValidator<C> credentialsValidator) |
| Modifier and Type | Class and Description |
|---|---|
class |
FromJwtCredentialsExtractor<H,B,C> |
Copyright © 2020. All rights reserved.