auth::driver::get_parameter_values (public)

 auth::driver::get_parameter_values -authority_id authority_id \
    -impl_id impl_id

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

Gets a list of parameter values ready to be passed to a service contract implementation. If a parameter doesn't have a value, the value will be the empty string.

Switches:
-authority_id
(required)
-impl_id
(required)
Author:
Simon Carstensen <simon@collaboraid.biz>
Created:
2003-08-27

Partial Call Graph (max 5 caller/called nodes):
%3 test_auth_driver_get_parameter_values auth_driver_get_parameter_values (test acs-authentication) auth::driver::get_parameter_values auth::driver::get_parameter_values test_auth_driver_get_parameter_values->auth::driver::get_parameter_values auth::driver::get_parameters auth::driver::get_parameters (public) auth::driver::get_parameter_values->auth::driver::get_parameters db_foreach db_foreach (public) auth::driver::get_parameter_values->db_foreach auth::authentication::authenticate auth::authentication::authenticate (public) auth::authentication::authenticate->auth::driver::get_parameter_values auth::password::CanChangePassword auth::password::CanChangePassword (private) auth::password::CanChangePassword->auth::driver::get_parameter_values auth::password::CanResetPassword auth::password::CanResetPassword (private) auth::password::CanResetPassword->auth::driver::get_parameter_values auth::password::CanRetrievePassword auth::password::CanRetrievePassword (private) auth::password::CanRetrievePassword->auth::driver::get_parameter_values auth::password::ChangePassword auth::password::ChangePassword (private) auth::password::ChangePassword->auth::driver::get_parameter_values

Testcases:
auth_driver_get_parameter_values
[ show source ]
Show another procedure: