Class CredentialsConfigSourceFactory

java.lang.Object
org.apache.polaris.quarkus.common.config.CredentialsConfigSourceFactory
All Implemented Interfaces:
io.smallrye.config.ConfigSourceFactory

public class CredentialsConfigSourceFactory 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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, wait

    Methods inherited from interface io.smallrye.config.ConfigSourceFactory

    getPriority
  • Constructor Details

    • CredentialsConfigSourceFactory

      public CredentialsConfigSourceFactory()
  • Method Details

    • getConfigSources

      public Iterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(io.smallrye.config.ConfigSourceContext context)
      Specified by:
      getConfigSources in interface io.smallrye.config.ConfigSourceFactory
    • getConfigSource

      protected List<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSource()