Security Object
The Security object contains information about the restricted SiteKiosk user account.
Members Table
The following table lists the members provided by the Security object.
Remarks
This object is available through the main object SiteKiosk.
Use the Security object to receive information about the restricted SiteKiosk user.
Note that the path of a file using SiteKiosk objects must be allowed in the
SiteKiosk configuration (Security -> Access -> URL's With Script Permission)
if it is not a browser skin file.
Examples
The following example determines if SiteKiosk has been started by the restricted SiteKiosk user and shows it in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Security.RunningAsLimitedUser);
</SCRIPT>
|
Applies to
SiteKiosk v5.5 (and later versions).
Back to top