org.knime.core.node.workflow
Interface ICredentials

All Known Implementing Classes:
Credentials

public interface ICredentials

Credentials object representing login/password information. A credentials object has a (workflow-global) unique identifier. Node implementations do not save credentials as part of their settings or internals but only the identifier. The saving of the corresponding login (and possibly) password information is responsibility of the workflow/framework, whereby passwords are not saved by default (but prompted for on restart).

Author:
Bernd Wiswedel, KNIME.com, Zurich, Switzerland

Method Summary
 String getLogin()
          The login name as passed to the DB connection or other password-secured systems.
 String getName()
          The (workflow-global) unique identifier of this credentials object.
 String getPassword()
          The password as passed to the DB connection or other password-secured systems.
 

Method Detail

getName

String getName()
The (workflow-global) unique identifier of this credentials object.

Returns:
The identifier.

getLogin

String getLogin()
The login name as passed to the DB connection or other password-secured systems.

Returns:
the login name.

getPassword

String getPassword()
The password as passed to the DB connection or other password-secured systems.

Returns:
the login name.


Copyright, 2003 - 2012. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.