Class 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 Detail

      • SystemiLoginCredentialPanel

        public SystemiLoginCredentialPanel()
    • Method Detail

      • 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.