Class CheckUsernamePassword

    • Constructor Detail

      • CheckUsernamePassword

        public CheckUsernamePassword()
        Create a UsernamePasswordCheck instance.
    • Method Detail

      • getUsername

        public String getUsername()
        Get the provided username.
      • setUsername

        public void setUsername​(String username)
        Set the provided username.
      • getPassword

        public String getPassword()
        Get the provided password.
      • setPassword

        public void setPassword​(String password)
        Set the provided password.
      • getRememberMyUsername

        public boolean getRememberMyUsername()
        Get the provided 'Remember My Username' selection.
      • setRememberMyUsername

        public void setRememberMyUsername​(boolean rememberMyUsername)
        Set the provided 'Remember My Username' selection.
      • getThisIsMyDevice

        public boolean getThisIsMyDevice()
        Get the provided 'This Is My Device' selection.
      • setThisIsMyDevice

        public void setThisIsMyDevice​(boolean thisIsMyDevice)
        Set the provided 'This Is My Device' selection.