Uses of Enum
io.confluent.flink.plugin.AuthMode
Packages that use AuthMode
-
Uses of AuthMode in io.confluent.flink.plugin
Fields in io.confluent.flink.plugin with type parameters of type AuthModeModifier and TypeFieldDescriptionstatic final ConfigOption<AuthMode>ConfluentPluginOptions.CLIENT_AUTH_MODEMethods in io.confluent.flink.plugin that return AuthModeModifier and TypeMethodDescriptionstatic AuthModeParses a string value to the correspondingAuthMode.static AuthModeReturns the enum constant of this type with the specified name.static AuthMode[]AuthMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.confluent.flink.plugin with parameters of type AuthModeModifier and TypeMethodDescriptionConfluentSettings.Builder.setAuthMode(AuthMode authMode) Sets the authentication mode for the Confluent Cloud REST APIs.