Class RSAKeyPairJWTBrokerFactory
java.lang.Object
org.apache.polaris.service.auth.internal.broker.RSAKeyPairJWTBrokerFactory
- All Implemented Interfaces:
TokenBrokerFactory
@ApplicationScoped
@Identifier("rsa-key-pair")
public class RSAKeyPairJWTBrokerFactory
extends Object
implements TokenBrokerFactory
-
Constructor Summary
ConstructorsConstructorDescriptionRSAKeyPairJWTBrokerFactory(AuthenticationConfiguration authenticationConfiguration) -
Method Summary
Modifier and TypeMethodDescriptioncreate(org.apache.polaris.core.persistence.PolarisMetaStoreManager metaStoreManager, org.apache.polaris.core.PolarisCallContext polarisCallContext)
-
Constructor Details
-
RSAKeyPairJWTBrokerFactory
-
-
Method Details
-
create
public TokenBroker create(org.apache.polaris.core.persistence.PolarisMetaStoreManager metaStoreManager, org.apache.polaris.core.PolarisCallContext polarisCallContext) - Specified by:
createin interfaceTokenBrokerFactory
-