Class SslConfigSourceFactory
java.lang.Object
org.apache.polaris.service.quarkus.config.SslConfigSourceFactory
- All Implemented Interfaces:
io.smallrye.config.ConfigSourceFactory
public class SslConfigSourceFactory
extends Object
implements io.smallrye.config.ConfigSourceFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.smallrye.config.ConfigSourceFactory
io.smallrye.config.ConfigSourceFactory.ConfigurableConfigSourceFactory<MAPPING> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<org.eclipse.microprofile.config.spi.ConfigSource> Iterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(io.smallrye.config.ConfigSourceContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.smallrye.config.ConfigSourceFactory
getPriority
-
Constructor Details
-
SslConfigSourceFactory
public SslConfigSourceFactory()
-
-
Method Details
-
getConfigSources
public Iterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(io.smallrye.config.ConfigSourceContext context) - Specified by:
getConfigSourcesin interfaceio.smallrye.config.ConfigSourceFactory
-
getConfigSource
-