|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemPasswordPromptDialog
Suggested interface for a dialog used to prompt user for a password.
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(ICredentialsValidator v)
Call this to specify a validator for the signon. |
void |
setSystemInput(IConnectorService 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. |
Method Detail |
---|
void setBlockOnOpen(boolean block)
int open()
void setSystemInput(IConnectorService systemObject)
This must be called right after instantiating this dialog.
boolean wasCancelled()
void setUserIdValidator(ISystemValidator v)
void setPasswordValidator(ISystemValidator v)
void setSignonValidator(ICredentialsValidator v)
void setForceToUpperCase(boolean force)
boolean getForceToUpperCase()
String getUserId()
String getPassword()
void setPassword(String password)
void setSavePassword(boolean save)
boolean getIsUserIdChanged()
boolean getIsUserIdChangePermanent()
boolean getIsSavePassword()
Shell getShell()
|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |