Class JWTRSAKeyPairFactory

java.lang.Object
org.apache.polaris.service.auth.JWTRSAKeyPairFactory
All Implemented Interfaces:
Function<org.apache.polaris.core.context.RealmContext,TokenBroker>, TokenBrokerFactory

@ApplicationScoped @Identifier("rsa-key-pair") public class JWTRSAKeyPairFactory extends Object implements TokenBrokerFactory
  • Constructor Details

    • JWTRSAKeyPairFactory

      @Inject public JWTRSAKeyPairFactory(org.apache.polaris.core.persistence.MetaStoreManagerFactory metaStoreManagerFactory, AuthenticationConfiguration authenticationConfiguration)
  • Method Details

    • apply

      public TokenBroker apply(org.apache.polaris.core.context.RealmContext realmContext)
      Specified by:
      apply in interface Function<org.apache.polaris.core.context.RealmContext,TokenBroker>