Class SymmetricKeyJWTBroker
java.lang.Object
org.apache.polaris.service.auth.internal.broker.JWTBroker
org.apache.polaris.service.auth.internal.broker.SymmetricKeyJWTBroker
- All Implemented Interfaces:
TokenBroker
Generates a JWT using a Symmetric Key.
-
Constructor Summary
ConstructorsConstructorDescriptionSymmetricKeyJWTBroker(org.apache.polaris.core.persistence.PolarisMetaStoreManager metaStoreManager, org.apache.polaris.core.PolarisCallContext polarisCallContext, int maxTokenGenerationInSeconds, Supplier<String> secretSupplier) -
Method Summary
Methods inherited from class org.apache.polaris.service.auth.internal.broker.JWTBroker
generateFromClientSecrets, generateFromToken, supportsGrantType, supportsRequestedTokenType, verify
-
Constructor Details
-
SymmetricKeyJWTBroker
-
-
Method Details
-
getAlgorithm
public com.auth0.jwt.algorithms.Algorithm getAlgorithm()- Specified by:
getAlgorithmin classJWTBroker
-