Uses of Class
uk.co.spudsoft.jwtvalidatorvertx.JWK
Packages that use JWK
-
Uses of JWK in uk.co.spudsoft.jwtvalidatorvertx
Methods in uk.co.spudsoft.jwtvalidatorvertx that return JWKModifier and TypeMethodDescriptionJWT.getJwk()Get the jwk cached by a successful call toJWT.getJwk(uk.co.spudsoft.jwtvalidatorvertx.JsonWebKeySetHandler).Methods in uk.co.spudsoft.jwtvalidatorvertx that return types with arguments of type JWKModifier and TypeMethodDescriptionio.vertx.core.Future<JWK>Find a JWK for the given issuer and kid.io.vertx.core.Future<JWK>JsonWebKeySetOpenIdDiscoveryHandler.findJwk(DiscoveryData discoveryData, String kid) Find a JWK using the jwks_uri value from the Discovery Data.io.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.Methods in uk.co.spudsoft.jwtvalidatorvertx with parameters of type JWKModifier and TypeMethodDescriptionAdd a JWK to the known set. -
Uses of JWK in uk.co.spudsoft.jwtvalidatorvertx.impl
Methods in uk.co.spudsoft.jwtvalidatorvertx.impl that return types with arguments of type JWKModifier and TypeMethodDescriptionio.vertx.core.Future<JWK>io.vertx.core.Future<JWK>JWKSOpenIdDiscoveryHandlerImpl.findJwk(DiscoveryData discoveryData, String kid) io.vertx.core.Future<JWK>Methods in uk.co.spudsoft.jwtvalidatorvertx.impl with parameters of type JWKModifier and TypeMethodDescription