Package org.apache.polaris.service.auth
Class JWTSymmetricKeyFactory
java.lang.Object
org.apache.polaris.service.auth.JWTSymmetricKeyFactory
- All Implemented Interfaces:
Function<org.apache.polaris.core.context.RealmContext,,TokenBroker> TokenBrokerFactory
@ApplicationScoped
@Identifier("symmetric-key")
public class JWTSymmetricKeyFactory
extends Object
implements TokenBrokerFactory
-
Constructor Summary
ConstructorsConstructorDescriptionJWTSymmetricKeyFactory(org.apache.polaris.core.persistence.MetaStoreManagerFactory metaStoreManagerFactory, AuthenticationConfiguration authenticationConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionapply(org.apache.polaris.core.context.RealmContext realmContext)
-
Constructor Details
-
JWTSymmetricKeyFactory
@Inject public JWTSymmetricKeyFactory(org.apache.polaris.core.persistence.MetaStoreManagerFactory metaStoreManagerFactory, AuthenticationConfiguration authenticationConfiguration)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<org.apache.polaris.core.context.RealmContext,TokenBroker>
-