Smalltalk/X WebserverDocumentation of class 'Comanche::SwikiSecurityModule': | |
Class: SwikiSecurityModule (in Comanche)Inheritance:Object | +--Comanche::SwikiSecurityModule
Description:SwikiSecurityModule This is what a 'security.xml' file is supposed to look like: ********************************************************** <?xml version="1.0"?> <security> <default priv="defaultPrivilege" /> <group priv="groupPrivilege"> <member> <m type="user">userName</m> <m type="password">passWord</m> <m type="ip">IPNumber</m> ... </member> ... </group> ... </security> ********************************************************** '...' means that there can be several of the type proceeding it. defaultPrivilege the privilege of the default group (for example: 'Read Only') groupPrivilege the privilege of the specific group (for example: 'Write') userName the user name that the user must enter passWord the password the user must enter IPNumber the IPNumber of the user Class protocol:instance creation
Instance protocol:accessing
|
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:29:38 GMT |