@Deprecated public interface ManagementUserConfig
This is a server side only configuration item.
Modifier and Type | Method and Description |
---|---|
String |
getName()
Deprecated.
Gets the user name.
|
String |
getPassword()
Deprecated.
Gets the password.
|
boolean |
isReadOnly()
Deprecated.
Is user read only?
|
void |
setPassword(String password)
Deprecated.
Sets the password.
|
void |
setReadOnly(boolean readOnly)
Deprecated.
Set user as read only.
|
String getName()
void setPassword(String password) throws ConfigException
By default no password is set.
password
- the passwordConfigException
- if unable to set propertyString getPassword()
void setReadOnly(boolean readOnly) throws ConfigException
By default this is false meaning that the user is an admin user.
readOnly
- true for read only access, false for admin accessConfigException
- if unable to set propertyboolean isReadOnly()
Copyright © 2016 Push Technology Ltd. All Rights Reserved.