acs::test::auth::registration::register_impl (private)

 acs::test::auth::registration::register_impl

Defined in packages/acs-authentication/tcl/test-authority-procs.tcl

Register the 'acs_testing' implementation of the 'auth_registration' service contract. We just implement "Register" new and reuse the implementations for "GetElements" and "GetParameters"

Returns:
impl_id of the newly created implementation.

Partial Call Graph (max 5 caller/called nodes):
%3 acs::test::auth::install acs::test::auth::install (private) acs::test::auth::registration::register_impl acs::test::auth::registration::register_impl acs::test::auth::install->acs::test::auth::registration::register_impl acs::test::auth::registration::Register acs::test::auth::registration::Register (private) acs::test::auth::registration::register_impl->acs::test::auth::registration::Register acs_sc::impl::new_from_spec acs_sc::impl::new_from_spec (public) acs::test::auth::registration::register_impl->acs_sc::impl::new_from_spec

Testcases:
No testcase defined.
Source code:
    ns_log notice "create registration::register_impl sc"

    set spec {
        contract_name "auth_registration"
        owner "acs-authentication"
        name "acs_testing"
        pretty_name "ACS Automated Testing"
        aliases {
            GetElements   auth::local::registration::GetElements
            Register      acs::test::auth::registration::Register
            GetParameters auth::local::registration::GetParameters
        }
    }
    return [acs_sc::impl::new_from_spec -spec $spec]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ]
Show another procedure: