Credentials Input (legacy)

This node is part of the legacy Quick Form nodes and will be deprecated soon. The replacement for this node can be found in the configuration/widget nodes. For more information on these new nodes see this blog post.

Outputs a credentials flow variable with a given value. The value can also be controlled from a quick form (web port).

The node supports custom CSS styling. You can simply put CSS rules into a single string and set it as a flow variable 'customCSS' in the node configuration dialog. You will find the list of available classes and their description on our documentation page.

Options

Label
A descriptive label that will be shown in, for instance the web portal.
Description
Some lines of description that will be shown in the remote control form, for instance by means of a tooltip.
Hide in Dialog
If the setting should be hidden in the sub node dialog.
Variable Name
Variable identifier.
Parameter Name
Parameter identifier for external parameterization (e.g. batch execution).
Username
The username.
Password
The password.
Prompt user name in wrapped metanode dialog/wizard
Whether the username should be a separate field in the configuration dialog of a (wrapped) metanode and wizard. If unset the username field will not be shown and the output will always the pre-configured username.
Save password in configuration (weakly encrypted)
Whether the password should be saved with the workflow. Note that, if saved, the password can be revealed with modest effort by looking at the encryption algorithm used in KNIME's (open) source code. If the password is not saved (option not set) the user will be prompted for the password when the workflow is opened unless the node is already saved executed. In the latter case the password is not prompted assuming downstream consumer nodes, e.g. a DB reader, are also executed and no longer need the credentials. In such cases (resetting and) executing a downstream node will fail as the password is not part of the credentials object passed from this node into the workflow - a re-configuration of this node is required.
Use KNIME Server Login (when run on server)
If the node is executed as part of a job on the KNIME Server Web Portal the password is populated with the user credentials the log-in user.
Don't render input fields
When the server login and password are used it might be desirable to not display any input fields. When checking this option the component will not display, but user name and password are still retrieved from server login credentials.

Input Ports

This node has no input ports

Output Ports

Icon
Variable output with the given variable defined.

Views

Interactive View: credentials input
Credentials input.

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.