Uses of Interface
org.sklsft.commons.rest.security.credentials.validator.SecurityContextValidator
Packages that use SecurityContextValidator
-
Uses of SecurityContextValidator in org.sklsft.commons.rest.security.context.impl
Constructors in org.sklsft.commons.rest.security.context.impl with parameters of type SecurityContextValidatorModifierConstructorDescriptionFromBasicRsaJwtSecurityContextProvider(BasicRsaJwtDecoder decoder, BasicRsaJwtVerifier verifier, SecurityContextValidator<BasicJwtBody> contextValidator) FromCryptedTokenSecurityContextProvider(TokenDecoder<T> tokenDecoder, SecurityContextValidator<T> contextValidator) FromJwtSecurityContextProvider(JwtDecoder<T, H, B> jwtDecoder, TokenVerifier<JsonWebToken<H, B>> tokenVerifier, SecurityContextValidator<B> contextValidator) FromKeySecurityContextProvider(SecurityContextValidator<C> contextValidator) FromSignedTokenSecurityContextProvider(TokenDecoder<T> tokenDecoder, TokenVerifier<T> tokenVerifier, SecurityContextExtractor<T, C> contextExtractor, SecurityContextValidator<C> contextValidator)