Uses of Class
io.trino.server.security.jwt.JwkService
-
Packages that use JwkService Package Description io.trino.server.security.jwt io.trino.server.security.oauth2 -
-
Uses of JwkService in io.trino.server.security.jwt
Constructors in io.trino.server.security.jwt with parameters of type JwkService Constructor Description JwkSigningKeyResolver(JwkService keys) -
Uses of JwkService in io.trino.server.security.oauth2
Methods in io.trino.server.security.oauth2 that return JwkService Modifier and Type Method Description static JwkServiceOAuth2ServiceModule. createJwkService(OAuth2Config config, io.airlift.http.client.HttpClient httpClient)Methods in io.trino.server.security.oauth2 with parameters of type JwkService Modifier and Type Method Description static io.jsonwebtoken.SigningKeyResolverOAuth2ServiceModule. createSigningKeyResolver(JwkService jwkService)
-