eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Comanche::SwikiSecurityPrivileges':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: SwikiSecurityPrivileges (in Comanche)


Inheritance:

   Object
   |
   +--Comanche::SwikiSecurityPrivileges

Package:
stx:goodies/webServer/comanche/swiki
Category:
Comanche-Swiki-Modules
Version:
rev: 1.6 date: 2003/08/29 17:05:16
user: cg
file: SwikiSecurityPrivileges.st directory: goodies/webServer/comanche/swiki
module: stx stc-classLibrary: swiki

Description:


SwikiSecurityPrivileges

This class provides privileges for the various servers and modules to inspect. Try the category testing to figure out which one is right for the purpose.

If a privilege of the type does exist, the instance returns (default not). If the privilege of the type does not exist, the instance returns (default).

INSTANCE VARIABLES:
name = the name of the privilege. This identifies the privilege.
default = the default value as to whether something is allowed
pageAddresses = the list of exceptions to the default value having to do with page addresses
bookAddresses = the list of exceptions to the default value having to do with book addresses
other = the list of exceptions to the default value not having to do with addresses 


Class protocol:

instance creation
o  named: aName default: aBoolean


Instance protocol:

accessing
o  addAddress: priv

o  addOther: priv

o  default

o  default: aBoolean

o  name

o  name: aString

initializing
o  initialize

testing
o  handlesBookAddress: test

o  handlesOther: test

o  handlesPageAddress: test

o  handlesShelfAddress: test



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 25 Apr 2024 02:22:47 GMT