Class LoginInfo

java.lang.Object
com.zebra.rfid.api3.LoginInfo

public class LoginInfo extends Object
This class contains the login information of the reader
  • Constructor Details

    • LoginInfo

      public LoginInfo()
      LoginInfo contructor
    • LoginInfo

      public LoginInfo(String hostName, String userName, String password, SECURE_MODE secureMode)
      Overloaded contructor takes host name, user name, password, reader type and secured mode as parameter
      Parameters:
      hostName - Host name of the reader IP address
      userName - User Name to communicate with reader
      password - Password to communicate with reader
      secureMode - Secured mode specifies the mode of communication with the reader
    • LoginInfo

      public LoginInfo(String hostName, String userName, String password, SECURE_MODE secureMode, boolean forceLogin)
      Overloaded contructor takes host name, user name, password, reader type and secured mode as parameter
      Parameters:
      hostName - Host name of the reader IP address
      userName - User Name to communicate with reader
      password - Password to communicate with reader
      secureMode - Secured mode specifies the mode of communication with the reader
      forceLogin - Force login this host
  • Method Details

    • getForceLogin

      public boolean getForceLogin()
      Force login this host
    • setForceLogin

      public void setForceLogin(boolean forceLogin)
      Force login this host
    • getSecureMode

      public SECURE_MODE getSecureMode()
      Gets the mode of connection used to connect with the reader
    • setSecureMode

      public void setSecureMode(SECURE_MODE m_eSecureMode)
      Sets the mode of connection used to connect with the reader
    • getHostName

      public String getHostName()
      Gets the host name of the reader
    • setHostName

      public void setHostName(String hostName)
      Sets the host name of the reader
    • getPassword

      public String getPassword()
      Gets the password used to connect with the reader
      Returns:
    • setPassword

      public void setPassword(String password)
      Sets the password used to connect with the reader
    • getUserName

      public String getUserName()
      Gets the user name used to connect with the reader
    • setUserName

      public void setUserName(String userName)
      Sets the user name used to connect with the reader