Class FactoryUtil.DefaultSecretStoreContext

java.lang.Object
org.apache.flink.table.factories.FactoryUtil.DefaultSecretStoreContext
All Implemented Interfaces:
org.apache.flink.table.secret.SecretStoreFactory.Context
Enclosing class:
FactoryUtil

@Internal public static class FactoryUtil.DefaultSecretStoreContext extends Object implements org.apache.flink.table.secret.SecretStoreFactory.Context
Default implementation of SecretStoreFactory.Context.
  • Constructor Details

  • Method Details

    • getOptions

      public Map<String,String> getOptions()
      Specified by:
      getOptions in interface org.apache.flink.table.secret.SecretStoreFactory.Context
    • getConfiguration

      public ReadableConfig getConfiguration()
      Specified by:
      getConfiguration in interface org.apache.flink.table.secret.SecretStoreFactory.Context
    • getClassLoader

      public ClassLoader getClassLoader()
      Specified by:
      getClassLoader in interface org.apache.flink.table.secret.SecretStoreFactory.Context