Uses of Interface
org.sklsft.commons.rest.security.tokens.verification.TokenVerifier
Packages that use TokenVerifier
Package
Description
-
Uses of TokenVerifier in org.sklsft.commons.rest.security.context.impl
Constructors in org.sklsft.commons.rest.security.context.impl with parameters of type TokenVerifierModifierConstructorDescriptionFromJwtSecurityContextProvider(JwtDecoder<T, H, B> jwtDecoder, TokenVerifier<JsonWebToken<H, B>> tokenVerifier, SecurityContextValidator<B> contextValidator) FromSignedTokenSecurityContextProvider(TokenDecoder<T> tokenDecoder, TokenVerifier<T> tokenVerifier, SecurityContextExtractor<T, C> contextExtractor, SecurityContextValidator<C> contextValidator) -
Uses of TokenVerifier in org.sklsft.commons.rest.security.tokens.verification.impl
Classes in org.sklsft.commons.rest.security.tokens.verification.impl that implement TokenVerifier