auth::sync::GetDocument (private)
auth::sync::GetDocument -authority_id authority_id
Defined in packages/acs-authentication/tcl/sync-procs.tcl
Wrapper for the GetDocument operation of the auth_sync_retrieve service contract.
- Switches:
- -authority_id (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set impl_id [auth::authority::get_element -authority_id $authority_id -element "get_doc_impl_id"] if { $impl_id eq "" } { # No implementation of GetDocument set authority_pretty_name [auth::authority::get_element -authority_id $authority_id -element "pretty_name"] error "The authority '$authority_pretty_name' doesn't support GetDocument" } set parameters [auth::driver::get_parameter_values -authority_id $authority_id -impl_id $impl_id] return [acs_sc::invoke -error -contract "auth_sync_retrieve" -impl_id $impl_id -operation GetDocument -call_args [list $parameters]]Generic XQL file: packages/acs-authentication/tcl/sync-procs.xql
PostgreSQL XQL file: packages/acs-authentication/tcl/sync-procs-postgresql.xql
Oracle XQL file: packages/acs-authentication/tcl/sync-procs-oracle.xql