Class RSAKeyPairJWTBroker

java.lang.Object
org.apache.polaris.service.auth.internal.broker.JWTBroker
org.apache.polaris.service.auth.internal.broker.RSAKeyPairJWTBroker
All Implemented Interfaces:
TokenBroker

public class RSAKeyPairJWTBroker extends JWTBroker
Generates a JWT using a Public/Private RSA Key
  • Method Details

    • getAlgorithm

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