Package com.zerog.ia.auto.project.panels
Class SystemiLoginCredentialPanel
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.panels.InstallPanelAction
-
- com.zerog.ia.auto.project.panels.DisplayMessagePanel
-
- com.zerog.ia.auto.project.panels.SystemiLoginCredentialPanel
-
- All Implemented Interfaces:
Referenceable
public final class SystemiLoginCredentialPanel extends DisplayMessagePanel
This action presents the user with an i5OS login panel to login to a System I remotely
-
-
Constructor Summary
Constructors Constructor Description SystemiLoginCredentialPanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAdditionalText()gets additional textbooleangetAllowBlankInput()gets whether the password fields are allowed to be blank.java.lang.StringgetConnectInit()gets the initial number of connection to the remote System i.java.lang.StringgetConnectMax()gets the maximum connection to the remote System i.chargetEchoCharacter()gets the echo character for the password field.java.lang.StringgetPrompt()gets the prompt of the paneljava.lang.StringgetStepTitle()gets the step title of the panel.java.lang.StringgetSystem()gets the host to the remote System ibooleangetUseEchoCharacter()gets whether to use echo character in the password field.java.lang.StringgetUser()The login user to the remote System ivoidsetAdditionalText(java.lang.String at)sets additional textvoidsetAllowBlankInput(boolean pl)sets whether the password fields are allowed to be blank.voidsetConnectInit(java.lang.String num)sets the initial number of connection to the remote System i.voidsetConnectMax(java.lang.String num)sets the maximum connection to the remote System i.voidsetEchoCharacter(char echo)sets the echo character for the password field.voidsetPrompt(java.lang.String p)set the prompt of the panelvoidsetStepTitle(java.lang.String t)sets the step title of the panel.voidsetSystem(java.lang.String sys)sets the host to the remote System ivoidsetUseEchoCharacter(boolean use)sets whether to use echo character in the password field.voidsetUser(java.lang.String us)The login user to the remote System i-
Methods inherited from class com.zerog.ia.auto.project.panels.DisplayMessagePanel
getAlignment, getJustification, getMessage, setAlignment, setJustification, setMessage
-
Methods inherited from class com.zerog.ia.auto.project.panels.InstallPanelAction
getArchivesSigned, getDependencies, getHelp, getImage, getImageOption, getInstallPanelClassName, getLabelIndex, getLabelOption, getResource, setArchivesSigned, setDependencies, setHelp, setImage, setImageOption, setInstallPanelClassName, setLabelIndex, setLabelOption, setResource
-
Methods inherited from class com.zerog.ia.auto.project.InstallableObject
getBelongsToUninstallPhase, getRollbackEnabledCancel, getRollbackEnabledError, getRuleExpression, getRules, getRulesLogicalOperation, getTagsInInstallPiece, setBelongsToUninstallPhase, setRollbackEnabledCancel, setRollbackEnabledError, setRuleExpression, setRulesLogicalOperation, setTagsInInstallPiece
-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
setStepTitle
public void setStepTitle(java.lang.String t)
sets the step title of the panel.- Overrides:
setStepTitlein classDisplayMessagePanel
-
getStepTitle
public java.lang.String getStepTitle()
gets the step title of the panel.- Overrides:
getStepTitlein classDisplayMessagePanel
-
getUser
public java.lang.String getUser()
The login user to the remote System i
-
setUser
public void setUser(java.lang.String us)
The login user to the remote System i
-
getSystem
public java.lang.String getSystem()
gets the host to the remote System i
-
setSystem
public void setSystem(java.lang.String sys)
sets the host to the remote System i
-
setPrompt
public void setPrompt(java.lang.String p)
set the prompt of the panel
-
getPrompt
public java.lang.String getPrompt()
gets the prompt of the panel
-
setAdditionalText
public void setAdditionalText(java.lang.String at)
sets additional text
-
getAdditionalText
public java.lang.String getAdditionalText()
gets additional text
-
setAllowBlankInput
public void setAllowBlankInput(boolean pl)
sets whether the password fields are allowed to be blank.
-
getAllowBlankInput
public boolean getAllowBlankInput()
gets whether the password fields are allowed to be blank.
-
setConnectMax
public void setConnectMax(java.lang.String num)
sets the maximum connection to the remote System i.
-
getConnectInit
public java.lang.String getConnectInit()
gets the initial number of connection to the remote System i.
-
setConnectInit
public void setConnectInit(java.lang.String num)
sets the initial number of connection to the remote System i.
-
getConnectMax
public java.lang.String getConnectMax()
gets the maximum connection to the remote System i.
-
getUseEchoCharacter
public boolean getUseEchoCharacter()
gets whether to use echo character in the password field.
-
setUseEchoCharacter
public void setUseEchoCharacter(boolean use)
sets whether to use echo character in the password field.
-
getEchoCharacter
public char getEchoCharacter()
gets the echo character for the password field.
-
setEchoCharacter
public void setEchoCharacter(char echo)
sets the echo character for the password field.
-
-