index.php File Reference
Entry point of a query for the Auth Registration web service. More...
Go to the source code of this file.
Variables | |
| $registered_ip = "" | |
| if(isset($_POST['registered_ip'])) | $crud = "" |
| if(isset($_POST['crud'])) | $ws_uris = "" |
| if(isset($_POST['ws_uris'])) | $dataset = "" |
| if(isset($_POST['dataset'])) | $action = "create" |
| if(isset($_POST['action'])) | $target_access_uri = "" |
| if(isset($_POST['target_access_uri'])) | $mtime = microtime() |
| $starttime = $mtime | |
| $start_datetime = date("Y-m-d h:i:s") | |
| $requester_ip = "0.0.0.0" | |
| if(isset($_SERVER['REMOTE_ADDR'])) | $parameters = "" |
| if(isset($_SERVER['REQUEST_URI'])) elseif(isset($_SERVER['PHP_SELF'])) | $ws_araccess |
| $endtime = $mtime | |
| $totaltime = ($endtime - $starttime) | |
| $logger | |
Detailed Description
Entry point of a query for the Auth Registration web service./
Each time a query is sent to this web service, this index.php script will create the web service class and will process it. The resultset, or error, will be returned to the user in the HTTP header & body query.
Definition in file auth/registrar/access/index.php.
Variable Documentation
| if (isset($_POST['dataset'])) $action = "create" |
Definition at line 75 of file auth/registrar/access/index.php.
| if (isset($_POST['registered_ip'])) $crud = "" |
Definition at line 50 of file auth/registrar/access/index.php.
| if (isset($_POST['ws_uris'])) $dataset = "" |
Definition at line 67 of file auth/registrar/access/index.php.
| $endtime = $mtime |
Definition at line 135 of file auth/registrar/access/index.php.
| $logger |
Initial value:
new Logger("auth_registrar_access", $requester_ip, "?crud=" . $crud . "&ws_uris=" . $ws_uris . "&dataset=" . $dataset . "$action=" . $action . "&target_access_uri=" . $target_access_uri . "®istered_ip=" . $registered_ip . "&requester_ip=$requester_ip", $_SERVER['HTTP_ACCEPT'], $start_datetime, $totaltime, $ws_araccess->pipeline_getResponseHeaderStatus(), $_SERVER['HTTP_USER_AGENT'])
Definition at line 138 of file auth/registrar/access/index.php.
| $mtime = microtime() |
Definition at line 90 of file auth/registrar/access/index.php.
| if (isset($_SERVER['REMOTE_ADDR'])) $parameters = "" |
Definition at line 104 of file auth/registrar/access/index.php.
| $registered_ip = "" |
Definition at line 42 of file auth/registrar/access/index.php.
| $requester_ip = "0.0.0.0" |
Definition at line 97 of file auth/registrar/access/index.php.
| $start_datetime = date("Y-m-d h:i:s") |
Definition at line 95 of file auth/registrar/access/index.php.
| $starttime = $mtime |
Definition at line 93 of file auth/registrar/access/index.php.
| if (isset($_POST['action'])) $target_access_uri = "" |
Definition at line 83 of file auth/registrar/access/index.php.
| $totaltime = ($endtime - $starttime) |
Definition at line 136 of file auth/registrar/access/index.php.
| if (isset($_SERVER['REQUEST_URI'])) elseif (isset($_SERVER['PHP_SELF'])) $ws_araccess |
Initial value:
new AuthRegistrarAccess($crud, $ws_uris, $dataset, $action, $target_access_uri, $registered_ip, $requester_ip)
Definition at line 122 of file auth/registrar/access/index.php.
| if (isset($_POST['crud'])) $ws_uris = "" |
Definition at line 59 of file auth/registrar/access/index.php.
