|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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).
| 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 |
|---|
String getName()
String getLogin()
String getPassword()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||