Package org.apache.flink.table.factories
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 Summary
ConstructorsConstructorDescriptionDefaultSecretStoreContext(Map<String, String> options, ReadableConfig configuration, ClassLoader classLoader) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
DefaultSecretStoreContext
public DefaultSecretStoreContext(Map<String, String> options, ReadableConfig configuration, ClassLoader classLoader)
-
-
Method Details
-
getOptions
- Specified by:
getOptionsin interfaceorg.apache.flink.table.secret.SecretStoreFactory.Context
-
getConfiguration
- Specified by:
getConfigurationin interfaceorg.apache.flink.table.secret.SecretStoreFactory.Context
-
getClassLoader
- Specified by:
getClassLoaderin interfaceorg.apache.flink.table.secret.SecretStoreFactory.Context
-