_acs-authentication__auth_password_retrieve (private)

 _acs-authentication__auth_password_retrieve

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

Partial Call Graph (max 5 caller/called nodes):
%3 aa_equals aa_equals (public) aa_log aa_log (public) aa_log_result aa_log_result (public) aa_true aa_true (public) auth::password::retrieve auth::password::retrieve (public) _acs-authentication__auth_password_retrieve _acs-authentication__auth_password_retrieve _acs-authentication__auth_password_retrieve->aa_equals _acs-authentication__auth_password_retrieve->aa_log _acs-authentication__auth_password_retrieve->aa_log_result _acs-authentication__auth_password_retrieve->aa_true _acs-authentication__auth_password_retrieve->auth::password::retrieve

Testcases:
No testcase defined.
Source code:
        
        set _aa_export {}
        set body_count 1
        foreach testcase_body {{
    auth::test::get_password_vars -array_name test_vars
    array set result [auth::password::retrieve  -authority_id $test_vars(authority_id)  -username $test_vars(username)]

    aa_equals "retrieve pwd from local auth" $result(password_status) "ok"
    aa_true "must have message on failure" {$result(password_message) ne ""}
}} {
          aa_log "Running testcase body $body_count"
          set ::__aa_test_indent [info level]
          set catch_val [catch $testcase_body msg]
          if {$catch_val != 0 && $catch_val != 2} {
              aa_log_result "fail" "auth_password_retrieve (body $body_count): Error during execution: $msg, stack trace: \n$::errorInfo"
          }
          incr body_count
        }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: