public class LoginInfo
extends java.lang.Object
| Constructor and Description |
|---|
LoginInfo()
LoginInfo contructor
|
LoginInfo(API3Abstract api3Abstract) |
LoginInfo(java.lang.String comport,
int baudrate) |
LoginInfo(java.lang.String hostName,
java.lang.String userName,
java.lang.String password,
SECURE_MODE secureMode)
Overloaded contructor takes host name, user name, password, reader type and
secured mode as parameter
|
LoginInfo(java.lang.String hostName,
java.lang.String userName,
java.lang.String password,
SECURE_MODE secureMode,
boolean forceLogin)
Overloaded contructor takes host name, user name, password, reader type and
secured mode as parameter
|
LoginInfo(java.lang.String comport,
SUPPORTED_BAUDRATE baudrate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getForceLogin()
Force login this host
|
java.lang.String |
getHostName()
Gets the host name of the reader
|
SUPPORTED_BAUDRATE |
getM_baudrate()
Gets the baudrate used to connect with the reader
|
java.lang.String |
getM_comport()
Gets the comport used to connect with the reader
|
java.lang.String |
getPassword()
Gets the password used to connect with the reader
|
SECURE_MODE |
getSecureMode()
Gets the mode of connection used to connect with the reader
|
java.lang.String |
getUserName()
Gets the user name used to connect with the reader
|
void |
setForceLogin(boolean forceLogin)
Force login this host
|
void |
setHostName(java.lang.String hostName)
Sets the host name of the reader
|
void |
setM_baudrate(SUPPORTED_BAUDRATE baudrate)
Sets the baudrate used to connect with the reader
|
void |
setM_comport(java.lang.String comport)
Sets the comport used to connect with the reader
|
void |
setPassword(java.lang.String password)
Sets the password used to connect with the reader
|
void |
setSecureMode(SECURE_MODE m_eSecureMode)
Sets the mode of connection used to connect with the reader
|
void |
setUserName(java.lang.String userName)
Sets the user name used to connect with the reader
|
public LoginInfo()
public LoginInfo(java.lang.String comport,
SUPPORTED_BAUDRATE baudrate)
public LoginInfo(java.lang.String comport,
int baudrate)
public LoginInfo(java.lang.String hostName,
java.lang.String userName,
java.lang.String password,
SECURE_MODE secureMode)
hostName - Host name of the reader IP addressuserName - User Name to communicate with readerpassword - Password to communicate with readersecureMode - Secured mode specifies the mode of communication with the readerpublic LoginInfo(java.lang.String hostName,
java.lang.String userName,
java.lang.String password,
SECURE_MODE secureMode,
boolean forceLogin)
hostName - Host name of the reader IP addressuserName - User Name to communicate with readerpassword - Password to communicate with readersecureMode - Secured mode specifies the mode of communication with the readerforceLogin - Force login this hostpublic LoginInfo(API3Abstract api3Abstract)
public boolean getForceLogin()
public void setForceLogin(boolean forceLogin)
public SECURE_MODE getSecureMode()
public void setSecureMode(SECURE_MODE m_eSecureMode)
public java.lang.String getHostName()
public void setHostName(java.lang.String hostName)
public java.lang.String getPassword()
public void setPassword(java.lang.String password)
public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
public java.lang.String getM_comport()
public void setM_comport(java.lang.String comport)
public SUPPORTED_BAUDRATE getM_baudrate()
public void setM_baudrate(SUPPORTED_BAUDRATE baudrate)