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.String
getAdditionalText()
gets additional textboolean
getAllowBlankInput()
gets whether the password fields are allowed to be blank.java.lang.String
getConnectInit()
gets the initial number of connection to the remote System i.java.lang.String
getConnectMax()
gets the maximum connection to the remote System i.char
getEchoCharacter()
gets the echo character for the password field.java.lang.String
getPrompt()
gets the prompt of the paneljava.lang.String
getStepTitle()
gets the step title of the panel.java.lang.String
getSystem()
gets the host to the remote System iboolean
getUseEchoCharacter()
gets whether to use echo character in the password field.java.lang.String
getUser()
The login user to the remote System ivoid
setAdditionalText(java.lang.String at)
sets additional textvoid
setAllowBlankInput(boolean pl)
sets whether the password fields are allowed to be blank.void
setConnectInit(java.lang.String num)
sets the initial number of connection to the remote System i.void
setConnectMax(java.lang.String num)
sets the maximum connection to the remote System i.void
setEchoCharacter(char echo)
sets the echo character for the password field.void
setPrompt(java.lang.String p)
set the prompt of the panelvoid
setStepTitle(java.lang.String t)
sets the step title of the panel.void
setSystem(java.lang.String sys)
sets the host to the remote System ivoid
setUseEchoCharacter(boolean use)
sets whether to use echo character in the password field.void
setUser(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:
setStepTitle
in classDisplayMessagePanel
-
getStepTitle
public java.lang.String getStepTitle()
gets the step title of the panel.- Overrides:
getStepTitle
in 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.
-
-