public interface IAdminDevice extends IAdvanceDevice
Modifier and Type | Method and Description |
---|---|
boolean |
forceModifyAdminPwd(String newPwd)
Forced modify of administrator password.
|
boolean |
forceModifyUserPwd(String newPwd)
Forced modify of user password.
|
boolean |
isAdminLoggedIn()
Is the administrator logged in
|
boolean |
isAdminPwd(String pwd)
verify Administrator password.
|
boolean |
isUserLoggedIn()
Is the administrator logged in
|
boolean |
isUserLoginMode()
Is enable mode UserLogin
|
boolean |
setUserLoginMode(boolean enable)
Enable UserLogin mode.
|
boolean |
verifyUserPwd(String pwd)
verify Administrator password.
|
close, isOpened, open
boolean forceModifyAdminPwd(String newPwd) throws DeviceException
newPwd:
- terminal Administrator password.DeviceException
boolean forceModifyUserPwd(String newPwd) throws DeviceException
newPwd:
- terminal user password.DeviceException
boolean isAdminLoggedIn() throws DeviceException
DeviceException
boolean isAdminPwd(String pwd) throws DeviceException
pwd:
- terminal Administrator password.DeviceException
boolean isUserLoggedIn() throws DeviceException
DeviceException
boolean isUserLoginMode() throws DeviceException
DeviceException
boolean setUserLoginMode(boolean enable) throws DeviceException
enable:
- true: enable user login mode; false: disable user login mode.DeviceException
boolean verifyUserPwd(String pwd) throws DeviceException
pwd:
- terminal Administrator password.DeviceException