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 TypeInterfaceDescriptioninterfaceManage JWKs manually.interfaceManage JWKs manually.interfacePerform OpenID Connect discovery as per openid-connect-discovery-1_0.Methods in uk.co.spudsoft.jwtvalidatorvertx with parameters of type JsonWebKeySetHandlerModifier and TypeMethodDescriptionstatic JwtValidatorJwtValidator.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 TypeClassDescriptionclassImplementation ofJsonWebKeySetAwsElbHandlerthat stores JWKs in a HashMap.classDefault implementation ofJsonWebKeySetHandler.classImplementation ofJsonWebKeySetKnownJwksHandlerthat stores JWKs in a HashMap.Constructors in uk.co.spudsoft.jwtvalidatorvertx.impl with parameters of type JsonWebKeySetHandlerModifierConstructorDescriptionJwtValidatorVertxImpl(JsonWebKeySetHandler jsonWebKeySetHandler, IssuerAcceptabilityHandler issuerAcceptabilityHandler) Constructor.