Package org.apache.polaris.service.auth
Interface AuthenticationRealmConfiguration.TokenBrokerConfiguration
- Enclosing interface:
AuthenticationRealmConfiguration
public static interface AuthenticationRealmConfiguration.TokenBrokerConfiguration
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionThe maximum token duration.Configuration for the rsa-key-pair token broker factory.Configuration for the symmetric-key token broker factory.
-
Method Details
-
maxTokenGeneration
Duration maxTokenGeneration()The maximum token duration. -
rsaKeyPair
Optional<AuthenticationRealmConfiguration.TokenBrokerConfiguration.RSAKeyPairConfiguration> rsaKeyPair()Configuration for the rsa-key-pair token broker factory. -
symmetricKey
Optional<AuthenticationRealmConfiguration.TokenBrokerConfiguration.SymmetricKeyConfiguration> symmetricKey()Configuration for the symmetric-key token broker factory.
-