Get the credential manager information for the specified credential manager display name.
display name of the credential manager
An ICredentialManagerNameMap or null if the specified plugin is not a known credential manager.
Get the credential manager information for the specified plugin.
Name of the plugin package
An ICredentialManagerNameMap or null if the specified plugin is not a known credential manager.
Get the credential manager information for the specified plugin.
Name of the Zowe Explorer extension
An ICredentialManagerNameMap or null if the specified extension is not a known credential manager.
Get the known credential managers.
An array of credential managers.
Get the contents of the $ZOWE_CLI_HOME/settings/imperative.json file. The resulting JSON is guaranteed to contain the key 'overrides.CredentialManager'.
A 'settings' object with the properties: fileName and json. The json object contains the contents of the settings file.
Record the specified credential manager in the configuration of overrides. A plugin or ZE extension that provides a credential manager would record its credential manager name upon installation.
The display name of your credential manager.
Record the default Zowe CLI credential manager in the configuration of overrides. The specified credential manager will be replaced with the default Zowe CLI credential manager. A plugin or ZE extension that provides a credential manager would replace itself with the default credential manager when it is being uninstalled.
The display name of your credential manager. This name must also
be the credential manager currently recorded in the configuration
of overrides. Otherwise, no replacement will be performed.
Specifying your own name is intended to prevent a plugin from
inadvertently replacing another plugin's credential manager.
Generated using TypeDoc
This class provides access to the known set of credential manager overrides and functions to manipulate which credential manager is in use. Other credential managers can replace the default credential manager. Both CLI plugins and Zowe Explorer extensions can override the default credential manager. However, only one credential manager will be in effect on a given computer. The last component to override the credential manager wins.