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
Manage JWKs manually.interface
Perform OpenID Connect discovery as per openid-connect-discovery-1_0.Methods in uk.co.spudsoft.jwtvalidatorvertx with parameters of type JsonWebKeySetHandlerModifier and TypeMethodDescriptionstatic JwtValidator
JwtValidator.create
(JsonWebKeySetHandler jsonWebKeySetHandler, IssuerAcceptabilityHandler issuerAcceptabilityHandler) Create a JwtValidatorVertx. -
Uses of JsonWebKeySetHandler in uk.co.spudsoft.jwtvalidatorvertx.impl
Classes in uk.co.spudsoft.jwtvalidatorvertx.impl that implement JsonWebKeySetHandlerModifier and TypeClassDescriptionclass
Default implementation ofJsonWebKeySetHandler
.class
Implementation ofJsonWebKeySetKnownJwksHandler
that stores JWKs in a HashMap.Constructors in uk.co.spudsoft.jwtvalidatorvertx.impl with parameters of type JsonWebKeySetHandlerModifierConstructorDescriptionJwtValidatorVertxImpl
(JsonWebKeySetHandler jsonWebKeySetHandler, IssuerAcceptabilityHandler issuerAcceptabilityHandler) Constructor.