Package org.apache.polaris.service.auth
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 Summary
ConstructorsConstructorDescriptionJWTRSAKeyPairFactory(org.apache.polaris.core.persistence.MetaStoreManagerFactory metaStoreManagerFactory, AuthenticationConfiguration authenticationConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionapply(org.apache.polaris.core.context.RealmContext realmContext)
-
Constructor Details
-
JWTRSAKeyPairFactory
@Inject public JWTRSAKeyPairFactory(org.apache.polaris.core.persistence.MetaStoreManagerFactory metaStoreManagerFactory, AuthenticationConfiguration authenticationConfiguration)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<org.apache.polaris.core.context.RealmContext,TokenBroker>
-