auth::get_doc::create_contract (private)
auth::get_doc::create_contract
Defined in packages/acs-authentication/tcl/apm-callback-procs.tcl
Create service contract for account registration.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set spec { name "auth_sync_retrieve" description "Retrieve a document, e.g. using HTTP, SMP, FTP, SOAP, etc." operations { GetDocument { description { Retrieves the document. Returns doc_status of 'ok', 'get_error', or 'failed_to_connect'. If not 'ok', then it should set doc_message to explain the problem. If 'ok', it must set document to the document retrieved, and set snapshot_p to t if it has retrieved a snapshot document. } input { parameters:string,multiple } output { doc_status:string doc_message:string document:string snapshot_p:string } } GetParameters { description { Get an array-list of the parameters required by this service contract implementation. } output { parameters:string,multiple } } } } acs_sc::contract::new_from_spec -spec $specXQL Not present: Generic, PostgreSQL, Oracle