Table of Contents
OIL2 Class Local.HTTPuserAdmin
class Local . HTTPuserAdmin {
assoc dbFileName;
string nextPageOnFailure;
string nextPageOnSuccess;
string pageName;
oid urlDirectory;
} inherits from Object;
DESCRIPTION
The class HTTPuserAdmin implements a service that processes
user authorization requests.
It registers itself with a URLdirectory object and
accepts POST requests that request the addition, deletion and alteration
of user passwords.
METHODS
Local.HTTPuserAdmin:create
HTTPuserAdmin:create(string serverName, string page, string successPage, string failPage, string root1, string passwdDB1, optional string root2, optional string passwdDB2)
Method Description
The HTTPuserAdmin service requires a minimum of 6 arguments. The
first four are:
- the name of the web server to which it should be associated;
- the path name with which it should be registered in the web server's
document tree;
- an absolute path within the server's document tree that identifies
the page that should be displayed when a user admininstration request
was successfully processed;
- an absolute path within the server's document tree that identifies
the page that should be displayed when a user admininstration request
failed.
Subsequent arguments appear in pairs. The first element identifies a path
within the web server's document tree. The second element identifies a
file on the local system which contains the password database for the
indicated section of the document tree.