public class JsonAdministratorUser extends Object implements AdministratorUser
| Constructor and Description |
|---|
JsonAdministratorUser(String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Get the value of password.
|
String |
getUsername()
Get the value of username.
|
void |
setPassword(String password)
Set the value of password.
|
void |
setUsername(String username)
Set the value of username.
|
public String getPassword()
AdministratorUsergetPassword in interface AdministratorUserpublic void setPassword(String password)
AdministratorUsersetPassword in interface AdministratorUserpassword - new value of passwordpublic String getUsername()
AdministratorUsergetUsername in interface AdministratorUserpublic void setUsername(String username)
AdministratorUsersetUsername in interface AdministratorUserusername - new value of usernameCopyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.