Security>Security
Introduction Installation Beginning Admin Quick Ref FTP Server SMTP Server Database Security
Statements Objects String Parsing Events Queues Samples Special names Error Handling Accessories   Back
Caravan Business Server>Help>Security>Security
Syntax             NA       
Text
Caravan has it own inbuilt security. Multiple types of security:

User level security
Caravan has in built facility to create users and allocate Groups/Domains. Normally admin has the rights to create users. You can create users and groups either through the Caravan user interface (http://ip address:portnumber/caravan.html) or programatically. Please refer Objects-->Users, Objetcs->Domain and Administration-->Caravan Inbuilt Files to get more information on the security provided by Caravan.
                              
Page / Code level security
You can restrict users to specific code pages. If a user tries to access a code page (say (http://ip address:portnumber/onlyManagers.html), then Caravan prompts the user to login (if not already logged in as that domain). Otherwise the user cannot access the page. For more details refer to Objects-->Domain

Source code encoding
Before deploying your Application/Product, you can Encode/Encrypt the your code files (normally in the template folder). This will protect your source code. Once encoded, only Caravan can decrypt the code. For further details, kindly refer to Accessories-->Encode your Source code before Distribution.
Sample       
Home       Back