WiseMo Guest Component API
|
There are several security contexts supported by WGuest:
For each method and property in this documentation it is described how it behaves in the non-trusted web context. The whole list of security limitations for methods and properties can be found below.
Operation cannot proceed, it will always return NGA_ERR_NOT_SAFE.
Safe operation. Proceed as usual without any security limitations.
When read return initial value, when set nothing happens.
Safe property. Proceed as usual without any security limitations.
When set new value comes into effect but when read returns initial value.
User is presented with the confirmation dialog.
When user chooses Accept, session opening sequence is started. Otherwise operation returns NGA_ERR_NOT_SAFE, no session will be opened.
Confirmation dialog is presented regardless of whether session creation is invoked with JavaScript or built-in UI.
Operation returns NGA_ERR_NOT_SAFE unless there is an open session.
So, operation proceeds only if user has been previously presented confirmation dialog, pressed Accept and session has been successfully opened.
User is presented confirmation dialog.
When user chooses Accept, operation proceeds its usual course. Otherwise operation returns NGA_ERR_NOT_SAFE.