Uses of Interface
com.iizix.gyro.ISensitiveParameterHandler
Packages that use ISensitiveParameterHandler Package Description com.iizix.gyro com.iizix.server.security Uses of ISensitiveParameterHandler in com.iizix.gyro
Methods in com.iizix.gyro with parameters of type ISensitiveParameterHandler Modifier and Type Method Description boolean
IRemoteSessionControl. getDeviceParameters(ISensitiveParameterHandler sensitive, DeviceParameter... params)
Retrieves parameters from the device.boolean
IRemoteSessionControl. saveDeviceParameters(ISensitiveParameterHandler sensitive, DeviceParameter... params)
This method is only supported on devices running iiziRun and will always fail for other devices.Uses of ISensitiveParameterHandler in com.iizix.server.security
Classes in com.iizix.server.security that implement ISensitiveParameterHandler Modifier and Type Class Description class
ServerSecurityManager
The security manager keeps keys and other security information for the server.