Class JwkSigningKeyLocator

java.lang.Object
io.trino.server.security.jwt.JwkSigningKeyLocator
All Implemented Interfaces:
io.jsonwebtoken.Locator<Key>

public class JwkSigningKeyLocator extends Object implements io.jsonwebtoken.Locator<Key>
  • Constructor Details

    • JwkSigningKeyLocator

      public JwkSigningKeyLocator(JwkService keys)
  • Method Details

    • locate

      public Key locate(io.jsonwebtoken.Header header)
      Specified by:
      locate in interface io.jsonwebtoken.Locator<Key>