Cheap Tricks Library Framework
Essentials Introduction Documentation Modules

Security module interface

Warning: this page is not completed yet. Only some guidelines are presented here. Full documentation is underway.

Warning: ./system/lib/ctlSecurityService.class.php class supplied with CTL distribution has no isAllowed() method implementation yet. Be careful with it.

Description

The purpose of this module is to provide an interface to various security mechanisms that may be implemented in different websites.

Note that this interface only provides only low-level security functions (to check if user is logged in, has permissions to complete a task, and so on). Page functions (e.g. login page, logout script, display of username on page) should be implemented in your own modules.

Configuration

These are $config values reserved for this interface:

Interface

Standard methods for Security.Security object:


$Revision: 1.1 $, $Date: 2005/11/22 07:09:49 $