|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.model.impl.SystemSignonInformation
This class encapsulates the signon information required for a remote system. This class must be secure and never disclose the password for the remote system in its unencrypted form. However the encrypted form of the password is not considered secret information and can be accessed by anyone.
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
SystemSignonInformation()
Default no-arg constructor |
|
SystemSignonInformation(String hostname,
String userid,
String systemType)
Constructor for SystemSignonInformation. |
|
SystemSignonInformation(String hostname,
String userid,
String password,
String systemType)
Constructor for SystemSignonInformation. |
Method Summary | |
---|---|
String |
getHostname()
Returns the hostname of the remote system |
String |
getPassword()
Return the password for the remote system |
String |
getSystemType()
Returns the systemType of the remote system |
String |
getUserid()
Returns the userid for the remote system |
void |
setHostname(String hostname)
Sets the hostname. |
void |
setPassword(String string)
Sets the password for the remote system |
void |
setSystemType(String systemType)
Sets the systemType. |
void |
setUserid(String userid)
Sets the userid. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
Constructor Detail |
public SystemSignonInformation()
public SystemSignonInformation(String hostname, String userid, String systemType)
public SystemSignonInformation(String hostname, String userid, String password, String systemType)
Method Detail |
public String getHostname()
public String getSystemType()
public String getUserid()
public String getPassword()
public void setPassword(String string)
public void setHostname(String hostname)
hostname
- The hostname to setpublic void setSystemType(String systemType)
systemType
- The systemType to setpublic void setUserid(String userid)
userid
- The userid to set
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |