Uses of Interface
org.apache.pulsar.functions.auth.FunctionAuthProvider
-
Packages that use FunctionAuthProvider Package Description org.apache.pulsar.functions.auth org.apache.pulsar.functions.runtime Pulsar Functions Execution Runtime.org.apache.pulsar.functions.runtime.kubernetes org.apache.pulsar.functions.runtime.process org.apache.pulsar.functions.runtime.thread -
-
Uses of FunctionAuthProvider in org.apache.pulsar.functions.auth
Subinterfaces of FunctionAuthProvider in org.apache.pulsar.functions.auth Modifier and Type Interface Description interfaceKubernetesFunctionAuthProviderKubernetes runtime specific functions authentication providerClasses in org.apache.pulsar.functions.auth that implement FunctionAuthProvider Modifier and Type Class Description classClearTextFunctionTokenAuthProviderclassKubernetesSecretsTokenAuthProviderMethods in org.apache.pulsar.functions.auth that return FunctionAuthProvider Modifier and Type Method Description static FunctionAuthProviderFunctionAuthProvider. getAuthProvider(java.lang.String className) -
Uses of FunctionAuthProvider in org.apache.pulsar.functions.runtime
Methods in org.apache.pulsar.functions.runtime that return types with arguments of type FunctionAuthProvider Modifier and Type Method Description default java.util.Optional<? extends FunctionAuthProvider>RuntimeFactory. getAuthProvider()Method parameters in org.apache.pulsar.functions.runtime with type arguments of type FunctionAuthProvider Modifier and Type Method Description voidRuntimeFactory. initialize(WorkerConfig workerConfig, org.apache.pulsar.functions.instance.AuthenticationConfig authenticationConfig, org.apache.pulsar.functions.secretsproviderconfigurator.SecretsProviderConfigurator secretsProviderConfigurator, ConnectorsManager connectorsManager, java.util.Optional<FunctionAuthProvider> authProvider, java.util.Optional<RuntimeCustomizer> runtimeCustomizer) -
Uses of FunctionAuthProvider in org.apache.pulsar.functions.runtime.kubernetes
Method parameters in org.apache.pulsar.functions.runtime.kubernetes with type arguments of type FunctionAuthProvider Modifier and Type Method Description voidKubernetesRuntimeFactory. initialize(WorkerConfig workerConfig, org.apache.pulsar.functions.instance.AuthenticationConfig authenticationConfig, org.apache.pulsar.functions.secretsproviderconfigurator.SecretsProviderConfigurator secretsProviderConfigurator, ConnectorsManager connectorsManager, java.util.Optional<FunctionAuthProvider> functionAuthProvider, java.util.Optional<RuntimeCustomizer> runtimeCustomizer) -
Uses of FunctionAuthProvider in org.apache.pulsar.functions.runtime.process
Methods in org.apache.pulsar.functions.runtime.process that return types with arguments of type FunctionAuthProvider Modifier and Type Method Description java.util.Optional<FunctionAuthProvider>ProcessRuntimeFactory. getAuthProvider()Method parameters in org.apache.pulsar.functions.runtime.process with type arguments of type FunctionAuthProvider Modifier and Type Method Description voidProcessRuntimeFactory. initialize(WorkerConfig workerConfig, org.apache.pulsar.functions.instance.AuthenticationConfig authenticationConfig, org.apache.pulsar.functions.secretsproviderconfigurator.SecretsProviderConfigurator secretsProviderConfigurator, ConnectorsManager connectorsManager, java.util.Optional<FunctionAuthProvider> authProvider, java.util.Optional<RuntimeCustomizer> runtimeCustomizer)Constructor parameters in org.apache.pulsar.functions.runtime.process with type arguments of type FunctionAuthProvider Constructor Description ProcessRuntimeFactory(java.lang.String pulsarServiceUrl, java.lang.String pulsarWebServiceUrl, java.lang.String stateStorageServiceUrl, org.apache.pulsar.functions.instance.AuthenticationConfig authConfig, java.lang.String javaInstanceJarFile, java.lang.String pythonInstanceFile, java.lang.String logDirectory, java.lang.String extraDependenciesDir, java.lang.String narExtractionDirectory, org.apache.pulsar.functions.secretsproviderconfigurator.SecretsProviderConfigurator secretsProviderConfigurator, boolean authenticationEnabled, java.util.Optional<FunctionAuthProvider> functionAuthProvider, java.util.Optional<RuntimeCustomizer> runtimeCustomizer) -
Uses of FunctionAuthProvider in org.apache.pulsar.functions.runtime.thread
Method parameters in org.apache.pulsar.functions.runtime.thread with type arguments of type FunctionAuthProvider Modifier and Type Method Description voidThreadRuntimeFactory. initialize(WorkerConfig workerConfig, org.apache.pulsar.functions.instance.AuthenticationConfig authenticationConfig, org.apache.pulsar.functions.secretsproviderconfigurator.SecretsProviderConfigurator secretsProviderConfigurator, ConnectorsManager connectorsManager, java.util.Optional<FunctionAuthProvider> functionAuthProvider, java.util.Optional<RuntimeCustomizer> runtimeCustomizer)
-