Uses of Interface
uk.co.spudsoft.jwtvalidatorvertx.JsonWebKeySetKnownJwksHandler
Packages that use JsonWebKeySetKnownJwksHandler
-
Uses of JsonWebKeySetKnownJwksHandler in uk.co.spudsoft.jwtvalidatorvertx
Methods in uk.co.spudsoft.jwtvalidatorvertx that return JsonWebKeySetKnownJwksHandlerModifier and TypeMethodDescriptionJsonWebKeySetKnownJwksHandler.create
(io.vertx.ext.web.client.WebClient webClient, Collection<String> jwksUrls, Duration defaultJwkCacheDuration) Construct an instance of the implementation class. -
Uses of JsonWebKeySetKnownJwksHandler in uk.co.spudsoft.jwtvalidatorvertx.impl
Classes in uk.co.spudsoft.jwtvalidatorvertx.impl that implement JsonWebKeySetKnownJwksHandlerModifier and TypeClassDescriptionclass
Implementation ofJsonWebKeySetKnownJwksHandler
that stores JWKs in a HashMap.