Uses of Interface
org.sklsft.commons.rest.security.tokens.encoder.TokenDecoder
Packages that use TokenDecoder
Package
Description
-
Uses of TokenDecoder in org.sklsft.commons.rest.security.context.impl
Constructors in org.sklsft.commons.rest.security.context.impl with parameters of type TokenDecoderModifierConstructorDescriptionFromCryptedTokenSecurityContextProvider(TokenDecoder<T> tokenDecoder, SecurityContextValidator<T> contextValidator) FromSignedTokenSecurityContextProvider(TokenDecoder<T> tokenDecoder, TokenVerifier<T> tokenVerifier, SecurityContextExtractor<T, C> contextExtractor, SecurityContextValidator<C> contextValidator) -
Uses of TokenDecoder in org.sklsft.commons.rest.security.tokens.encoder.impl
Classes in org.sklsft.commons.rest.security.tokens.encoder.impl that implement TokenDecoderModifier and TypeClassDescriptionclassimlementation of aTokenEncoderthat uses anAesJsonObjectEncoderclassclassimlementation of aTokenEncoderthat uses anObjectEncoderclassJwtDecoder<T extends JsonWebToken<H,B>, H, B>