|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Suggested interface for a dialog used to prompt user for a password.
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
boolean |
getForceToUpperCase()
Call this to query the force-to-uppercase setting |
boolean |
getIsSavePassword()
Return true if the user elected to save the password |
boolean |
getIsUserIdChanged()
Return true if the user changed the user id |
boolean |
getIsUserIdChangePermanent()
Return true if the user elected to make the changed user Id a permanent change. |
String |
getPassword()
Return the password entered by user |
Shell |
getShell()
Return the shell for this dialog |
String |
getUserId()
Return the userId entered by user |
int |
open()
Open the dialog |
void |
setBlockOnOpen(boolean block)
Set modal vs modeless |
void |
setForceToUpperCase(boolean force)
Call this to force the userId and password to uppercase |
void |
setPassword(String password)
Sets the password |
void |
setPasswordValidator(ISystemValidator v)
Call this to specify a validator for the password. |
void |
setSavePassword(boolean save)
Preselect the save password checkbox. |
void |
setSignonValidator(ISignonValidator v)
Call this to specify a validator for the signon. |
void |
setSystemInput(ISystem systemObject)
Set the input System object in which the user is attempting to do a connect action. |
void |
setUserIdValidator(ISystemValidator v)
Call this to specify a validator for the userId. |
boolean |
wasCancelled()
Allow caller to determine if window was cancelled or not. |
Field Detail |
public static final String copyright
Method Detail |
public void setBlockOnOpen(boolean block)
public int open()
public void setSystemInput(ISystem systemObject)
This must be called right after instantiating this dialog.
public boolean wasCancelled()
public void setUserIdValidator(ISystemValidator v)
public void setPasswordValidator(ISystemValidator v)
public void setSignonValidator(ISignonValidator v)
public void setForceToUpperCase(boolean force)
public boolean getForceToUpperCase()
public String getUserId()
public String getPassword()
public void setPassword(String password)
public void setSavePassword(boolean save)
public boolean getIsUserIdChanged()
public boolean getIsUserIdChangePermanent()
public boolean getIsSavePassword()
public Shell getShell()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |