apm-callback-procs.tcl

Installation procs for authentication, account management, and password management,

Location:
packages/acs-authentication/tcl/apm-callback-procs.tcl
Created:
2003-05-13
Author:
Lars Pind <lars@collaobraid.biz>
CVS Identification:
$Id: apm-callback-procs.tcl,v 1.21.2.4 2020/07/03 07:53:44 gustafn Exp $

Procedures in this file

Detailed information

auth::after_upgrade (private)

 auth::after_upgrade -from_version_name from_version_name \
    -to_version_name to_version_name

After upgrade callback.

Switches:
-from_version_name
(required)
-to_version_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 acs_sc::contract::operation::new acs_sc::contract::operation::new (public) acs_sc::impl::alias::new acs_sc::impl::alias::new (public) acs_sc::impl::delete acs_sc::impl::delete (public) acs_sc::impl::get_id acs_sc::impl::get_id (public) acs_sc::msg_type::element::new acs_sc::msg_type::element::new (public) auth::after_upgrade auth::after_upgrade auth::after_upgrade->acs_sc::contract::operation::new auth::after_upgrade->acs_sc::impl::alias::new auth::after_upgrade->acs_sc::impl::delete auth::after_upgrade->acs_sc::impl::get_id auth::after_upgrade->acs_sc::msg_type::element::new

Testcases:
No testcase defined.

auth::authentication::create_contract (private)

 auth::authentication::create_contract

Create service contract for authentication.

Partial Call Graph (max 5 caller/called nodes):
%3 auth::package_install auth::package_install (private) auth::authentication::create_contract auth::authentication::create_contract auth::package_install->auth::authentication::create_contract acs_sc::contract::new_from_spec acs_sc::contract::new_from_spec (public) auth::authentication::create_contract->acs_sc::contract::new_from_spec

Testcases:
No testcase defined.

auth::authentication::delete_contract (private)

 auth::authentication::delete_contract

Delete service contract for authentication.

Partial Call Graph (max 5 caller/called nodes):
%3 auth::package_uninstall auth::package_uninstall (private) auth::authentication::delete_contract auth::authentication::delete_contract auth::package_uninstall->auth::authentication::delete_contract acs_sc::contract::delete acs_sc::contract::delete (public) auth::authentication::delete_contract->acs_sc::contract::delete

Testcases:
No testcase defined.

auth::get_doc::create_contract (private)

 auth::get_doc::create_contract

Create service contract for account registration.

Partial Call Graph (max 5 caller/called nodes):
%3 auth::package_install auth::package_install (private) auth::get_doc::create_contract auth::get_doc::create_contract auth::package_install->auth::get_doc::create_contract acs_sc::contract::new_from_spec acs_sc::contract::new_from_spec (public) auth::get_doc::create_contract->acs_sc::contract::new_from_spec

Testcases:
No testcase defined.

auth::get_doc::delete_contract (private)

 auth::get_doc::delete_contract

Delete service contract for account registration.

Partial Call Graph (max 5 caller/called nodes):
%3 auth::package_uninstall auth::package_uninstall (private) auth::get_doc::delete_contract auth::get_doc::delete_contract auth::package_uninstall->auth::get_doc::delete_contract acs_sc::contract::delete acs_sc::contract::delete (public) auth::get_doc::delete_contract->acs_sc::contract::delete

Testcases:
No testcase defined.

auth::package_install (private)

 auth::package_install

Partial Call Graph (max 5 caller/called nodes):
%3 auth::authentication::create_contract auth::authentication::create_contract (private) auth::get_doc::create_contract auth::get_doc::create_contract (private) auth::local::install auth::local::install (private) auth::password::create_contract auth::password::create_contract (private) auth::process_doc::create_contract auth::process_doc::create_contract (private) auth::package_install auth::package_install auth::package_install->auth::authentication::create_contract auth::package_install->auth::get_doc::create_contract auth::package_install->auth::local::install auth::package_install->auth::password::create_contract auth::package_install->auth::process_doc::create_contract

Testcases:
No testcase defined.

auth::package_uninstall (private)

 auth::package_uninstall

Partial Call Graph (max 5 caller/called nodes):
%3 auth::authentication::delete_contract auth::authentication::delete_contract (private) auth::get_doc::delete_contract auth::get_doc::delete_contract (private) auth::local::uninstall auth::local::uninstall (private) auth::password::delete_contract auth::password::delete_contract (private) auth::process_doc::delete_contract auth::process_doc::delete_contract (private) auth::package_uninstall auth::package_uninstall auth::package_uninstall->auth::authentication::delete_contract auth::package_uninstall->auth::get_doc::delete_contract auth::package_uninstall->auth::local::uninstall auth::package_uninstall->auth::password::delete_contract auth::package_uninstall->auth::process_doc::delete_contract

Testcases:
No testcase defined.

auth::password::create_contract (private)

 auth::password::create_contract

Create service contract for password management.

Partial Call Graph (max 5 caller/called nodes):
%3 auth::package_install auth::package_install (private) auth::password::create_contract auth::password::create_contract auth::package_install->auth::password::create_contract acs_sc::contract::new_from_spec acs_sc::contract::new_from_spec (public) auth::password::create_contract->acs_sc::contract::new_from_spec auth::password::CanChangePassword auth::password::CanChangePassword (private) auth::password::create_contract->auth::password::CanChangePassword auth::password::CanResetPassword auth::password::CanResetPassword (private) auth::password::create_contract->auth::password::CanResetPassword auth::password::CanRetrievePassword auth::password::CanRetrievePassword (private) auth::password::create_contract->auth::password::CanRetrievePassword auth::password::ChangePassword auth::password::ChangePassword (private) auth::password::create_contract->auth::password::ChangePassword

Testcases:
No testcase defined.

auth::password::delete_contract (private)

 auth::password::delete_contract

Delete service contract for password management.

Partial Call Graph (max 5 caller/called nodes):
%3 auth::package_uninstall auth::package_uninstall (private) auth::password::delete_contract auth::password::delete_contract auth::package_uninstall->auth::password::delete_contract acs_sc::contract::delete acs_sc::contract::delete (public) auth::password::delete_contract->acs_sc::contract::delete

Testcases:
No testcase defined.

auth::process_doc::create_contract (private)

 auth::process_doc::create_contract

Create service contract for account registration.

Partial Call Graph (max 5 caller/called nodes):
%3 auth::after_upgrade auth::after_upgrade (private) auth::process_doc::create_contract auth::process_doc::create_contract auth::after_upgrade->auth::process_doc::create_contract auth::package_install auth::package_install (private) auth::package_install->auth::process_doc::create_contract acs_sc::contract::new_from_spec acs_sc::contract::new_from_spec (public) auth::process_doc::create_contract->acs_sc::contract::new_from_spec

Testcases:
No testcase defined.

auth::process_doc::delete_contract (private)

 auth::process_doc::delete_contract

Delete service contract for account registration.

Partial Call Graph (max 5 caller/called nodes):
%3 auth::after_upgrade auth::after_upgrade (private) auth::process_doc::delete_contract auth::process_doc::delete_contract auth::after_upgrade->auth::process_doc::delete_contract auth::package_uninstall auth::package_uninstall (private) auth::package_uninstall->auth::process_doc::delete_contract acs_sc::contract::delete acs_sc::contract::delete (public) auth::process_doc::delete_contract->acs_sc::contract::delete

Testcases:
No testcase defined.

auth::registration::create_contract (private)

 auth::registration::create_contract

Create service contract for account registration.

Partial Call Graph (max 5 caller/called nodes):
%3 auth::package_install auth::package_install (private) auth::registration::create_contract auth::registration::create_contract auth::package_install->auth::registration::create_contract acs_sc::contract::new_from_spec acs_sc::contract::new_from_spec (public) auth::registration::create_contract->acs_sc::contract::new_from_spec auth::registration::GetElements auth::registration::GetElements (private) auth::registration::create_contract->auth::registration::GetElements auth::registration::Register auth::registration::Register (private) auth::registration::create_contract->auth::registration::Register

Testcases:
No testcase defined.

auth::registration::delete_contract (private)

 auth::registration::delete_contract

Delete service contract for account registration.

Partial Call Graph (max 5 caller/called nodes):
%3 auth::package_uninstall auth::package_uninstall (private) auth::registration::delete_contract auth::registration::delete_contract auth::package_uninstall->auth::registration::delete_contract acs_sc::contract::delete acs_sc::contract::delete (public) auth::registration::delete_contract->acs_sc::contract::delete

Testcases:
No testcase defined.

auth::search::create_contract (private)

 auth::search::create_contract

Create service contract for authority searches.

Partial Call Graph (max 5 caller/called nodes):
%3 auth::after_upgrade auth::after_upgrade (private) auth::search::create_contract auth::search::create_contract auth::after_upgrade->auth::search::create_contract auth::package_install auth::package_install (private) auth::package_install->auth::search::create_contract acs_sc::contract::new_from_spec acs_sc::contract::new_from_spec (public) auth::search::create_contract->acs_sc::contract::new_from_spec

Testcases:
No testcase defined.

auth::search::delete_contract (private)

 auth::search::delete_contract

Delete service contract for authority search.

Partial Call Graph (max 5 caller/called nodes):
%3 auth::package_uninstall auth::package_uninstall (private) auth::search::delete_contract auth::search::delete_contract auth::package_uninstall->auth::search::delete_contract acs_sc::contract::delete acs_sc::contract::delete (public) auth::search::delete_contract->acs_sc::contract::delete

Testcases:
No testcase defined.

auth::user_info::create_contract (private)

 auth::user_info::create_contract

Create service contract for account registration.

Partial Call Graph (max 5 caller/called nodes):
%3 auth::package_install auth::package_install (private) auth::user_info::create_contract auth::user_info::create_contract auth::package_install->auth::user_info::create_contract acs_sc::contract::new_from_spec acs_sc::contract::new_from_spec (public) auth::user_info::create_contract->acs_sc::contract::new_from_spec auth::user_info::GetUserInfo auth::user_info::GetUserInfo (private) auth::user_info::create_contract->auth::user_info::GetUserInfo

Testcases:
No testcase defined.

auth::user_info::delete_contract (private)

 auth::user_info::delete_contract

Delete service contract for account registration.

Partial Call Graph (max 5 caller/called nodes):
%3 auth::package_uninstall auth::package_uninstall (private) auth::user_info::delete_contract auth::user_info::delete_contract auth::package_uninstall->auth::user_info::delete_contract acs_sc::contract::delete acs_sc::contract::delete (public) auth::user_info::delete_contract->acs_sc::contract::delete

Testcases:
No testcase defined.
[ show source ]