| Package | Description |
|---|---|
| org.sklsft.commons.rest.security.context.impl |
| Constructor and Description |
|---|
FromCryptedTokenSecurityContextProvider(TokenEncoder<T> tokenEncoder,
SecurityCredentialsValidator<T> 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) |
FromKeySecurityContextProvider(SecurityCredentialsValidator<C> credentialsValidator) |
FromSignedTokenSecurityContextProvider(TokenEncoder<T> tokenEncoder,
TokenVerifier<T> tokenVerifier,
SecurityCredentialsExtractor<T,C> credentialsExtractor,
SecurityCredentialsValidator<C> credentialsValidator) |
Copyright © 2020. All rights reserved.