Interface TokenBrokerFactory

All Superinterfaces:
Function<org.apache.polaris.core.context.RealmContext,TokenBroker>
All Known Implementing Classes:
JWTRSAKeyPairFactory, JWTSymmetricKeyFactory, NoneTokenBrokerFactory

public interface TokenBrokerFactory extends Function<org.apache.polaris.core.context.RealmContext,TokenBroker>
Factory that creates a TokenBroker for generating and parsing. The TokenBroker is created based on the realm context.