auth::local::registration::register_impl (private)

 auth::local::registration::register_impl

Defined in packages/acs-authentication/tcl/local-procs.tcl

Register the 'local' implementation of the 'auth_registration' service contract.

Returns:
impl_id of the newly created implementation.

Testcases:
No testcase defined.
Source code:
    set spec {
        contract_name "auth_registration"
        owner "acs-authentication"
        name "local"
        pretty_name "Local"
        aliases {
            GetElements auth::local::registration::GetElements
            Register auth::local::registration::Register
            GetParameters auth::local::registration::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: