auth::driver::get_parameters (public)
auth::driver::get_parameters -impl_id impl_id
Defined in packages/acs-authentication/tcl/driver-procs.tcl
Returns a list of names of parameters for the driver
- Switches:
- -impl_id (required)
- Author:
- Simon Carstensen <simon@collaboraid.biz>
- Created:
- 2003-08-27
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- auth_driver_get_parameter_values
Source code: if { $impl_id eq "" } { return {} } set parameters {} ad_try { set parameters [acs_sc::invoke -error -impl_id $impl_id -operation GetParameters] } on error {errorMsg} { ad_log Error "Error getting parameters for impl_id $impl_id: $errorMsg" } return $parametersGeneric XQL file: packages/acs-authentication/tcl/driver-procs.xql
PostgreSQL XQL file: packages/acs-authentication/tcl/driver-procs-postgresql.xql
Oracle XQL file: packages/acs-authentication/tcl/driver-procs-oracle.xql