|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.rse.core.model.SystemSignonInformation
public final class 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.
Constructor Summary | |
---|---|
SystemSignonInformation()
Default no-arg constructor |
|
SystemSignonInformation(String hostname,
String userid,
IRSESystemType systemType)
Constructor for SystemSignonInformation. |
|
SystemSignonInformation(String hostname,
String userid,
String password,
IRSESystemType systemType)
Constructor for SystemSignonInformation. |
Method Summary | |
---|---|
String |
getHostname()
Returns the hostname of the remote system |
String |
getPassword()
Return the password for the remote system |
IRSESystemType |
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(IRSESystemType 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 |
Constructor Detail |
---|
public SystemSignonInformation()
public SystemSignonInformation(String hostname, String userid, IRSESystemType systemType)
public SystemSignonInformation(String hostname, String userid, String password, IRSESystemType systemType)
Method Detail |
---|
public String getHostname()
public IRSESystemType getSystemType()
public String getUserId()
getUserId
in interface ICredentials
public String getPassword()
getPassword
in interface ICredentials
public void setPassword(String string)
public void setHostname(String hostname)
hostname
- The hostname to setpublic void setSystemType(IRSESystemType systemType)
systemType
- The systemType to setpublic void setUserId(String userId)
userId
- The userid to set
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |