auth::local::user_info::register_impl (private)
auth::local::user_info::register_impl
Defined in packages/acs-authentication/tcl/local-procs.tcl
Register the 'local' implementation of the 'auth_user_info' service contract.
- Returns:
- impl_id of the newly created implementation.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set spec { contract_name "auth_user_info" owner "acs-authentication" name "local" pretty_name "Local" aliases { GetUserInfo auth::local::user_info::GetUserInfo GetParameters auth::local::user_info::GetParameters } } return [acs_sc::impl::new_from_spec -spec $spec]XQL Not present: PostgreSQL, Oracle Generic XQL file: packages/acs-authentication/tcl/local-procs.xql