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):
%3 auth::local::install auth::local::install (private) auth::local::user_info::register_impl auth::local::user_info::register_impl auth::local::install->auth::local::user_info::register_impl acs_sc::impl::new_from_spec acs_sc::impl::new_from_spec (public) auth::local::user_info::register_impl->acs_sc::impl::new_from_spec auth::local::user_info::GetParameters auth::local::user_info::GetParameters (private) auth::local::user_info::register_impl->auth::local::user_info::GetParameters auth::local::user_info::GetUserInfo auth::local::user_info::GetUserInfo (private) auth::local::user_info::register_impl->auth::local::user_info::GetUserInfo

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

[ hide source ] | [ make this the default ]
Show another procedure: