auth::package_uninstall (private)

 auth::package_uninstall

Defined in packages/acs-authentication/tcl/apm-callback-procs.tcl

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.
Source code:

    db_transaction {

        # Unregister IMS Enterprise 1.1 ProcessDocument implementation
        auth::sync::process_doc::ims::unregister_impl

        # Unregister HTTP method for GetDocument
        auth::sync::get_doc::http::unregister_impl

        # Unregister local filesystem method for GetDocument
        auth::sync::get_doc::file::unregister_impl

        # Unregister local authentication implementations and update the local authority
        auth::local::uninstall

        # Delete service contracts
        auth::authentication::delete_contract
        auth::password::delete_contract
        auth::registration::delete_contract
        auth::get_doc::delete_contract
        auth::process_doc::delete_contract
        auth::user_info::delete_contract
        auth::search::delete_contract
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ]
Show another procedure: