Uses of Interface
uk.co.spudsoft.jwtvalidatorvertx.JsonWebKeySetHandler
Packages that use JsonWebKeySetHandler
-
Uses of JsonWebKeySetHandler in uk.co.spudsoft.jwtvalidatorvertx
Subinterfaces of JsonWebKeySetHandler in uk.co.spudsoft.jwtvalidatorvertxModifier and TypeInterfaceDescriptioninterface
Perform OpenID Connect discovery as per openid-connect-discovery-1_0.interface
Manage JWKs manually.Methods in uk.co.spudsoft.jwtvalidatorvertx with parameters of type JsonWebKeySetHandlerModifier and TypeMethodDescriptionio.vertx.core.Future<JWK>
JWT.getJwk
(JsonWebKeySetHandler handler) Use the provided OpenIdDiscoveryHandler to call the jwks_uri from the discovery data to obtain the correct JWK for this JWT. -
Uses of JsonWebKeySetHandler in uk.co.spudsoft.jwtvalidatorvertx.impl
Classes in uk.co.spudsoft.jwtvalidatorvertx.impl that implement JsonWebKeySetHandlerConstructors in uk.co.spudsoft.jwtvalidatorvertx.impl with parameters of type JsonWebKeySetHandlerModifierConstructorDescriptionJwtValidatorVertxImpl
(JsonWebKeySetHandler openIdDiscoveryHandler) Constructor.