auth::local::uninstall (private)
auth::local::uninstall
Defined in packages/acs-authentication/tcl/local-procs.tcl
Unregister the local service contract implementation, and update the local authority to reflect that.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: db_transaction { # Update the local authority to reflect the loss of the implementations set row(auth_impl_id) {} set row(pwd_impl_id) {} set row(register_impl_id) {} auth::authority::edit -authority_id [auth::authority::local] -array row # Unregister the implementations auth::local::authentication::unregister_impl auth::local::password::unregister_impl auth::local::registration::unregister_impl }XQL Not present: PostgreSQL, Oracle Generic XQL file: packages/acs-authentication/tcl/local-procs.xql