UM Java API
6.16.1
|
Public Member Functions | |
LBMAuthUserInfo (String username, String password) | |
String | username () |
String | password () |
void | setUsername (String username) |
void | setPassword (String password) |
Class containing the user information (username and password) for authentication purposes.
String com.latencybusters.lbm.LBMAuthUserInfo.password | ( | ) |
Returns the password.
Referenced by com.latencybusters.lbm.LBMAuthUserInfo.setPassword().
void com.latencybusters.lbm.LBMAuthUserInfo.setPassword | ( | String | password | ) |
Sets password.
password | to set. |
References com.latencybusters.lbm.LBMAuthUserInfo.password().
void com.latencybusters.lbm.LBMAuthUserInfo.setUsername | ( | String | username | ) |
Sets username.
username | to set. |
References com.latencybusters.lbm.LBMAuthUserInfo.username().
String com.latencybusters.lbm.LBMAuthUserInfo.username | ( | ) |
Returns the user name.
Referenced by com.latencybusters.lbm.LBMAuthUserInfo.setUsername().