Class JWTRSAKeyPair

java.lang.Object
org.apache.polaris.service.auth.JWTBroker
org.apache.polaris.service.auth.JWTRSAKeyPair
All Implemented Interfaces:
TokenBroker

public class JWTRSAKeyPair extends JWTBroker
Generates a JWT using a Public/Private RSA Key
  • Constructor Details

    • JWTRSAKeyPair

      public JWTRSAKeyPair(org.apache.polaris.core.persistence.PolarisMetaStoreManager metaStoreManager, int maxTokenGenerationInSeconds, KeyProvider keyProvider)
  • Method Details

    • getAlgorithm

      public com.auth0.jwt.algorithms.Algorithm getAlgorithm()
      Specified by:
      getAlgorithm in class JWTBroker