auth::driver::GetParameters (public, deprecated)

 auth::driver::GetParameters -impl_id impl_id

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

Deprecated. Invoking this procedure generates a warning.

Returns a list of names of parameters for the driver This proc duplicates auth::driver::get_parameters

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

Partial Call Graph (max 5 caller/called nodes):
%3 acs_sc::invoke acs_sc::invoke (public) ad_log_deprecated ad_log_deprecated (public) auth::driver::GetParameters auth::driver::GetParameters auth::driver::GetParameters->acs_sc::invoke auth::driver::GetParameters->ad_log_deprecated

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc auth::driver::GetParameters
    return [acs_sc::invoke  -error  -impl_id $impl_id  -operation GetParameters]
Generic 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

[ hide source ] | [ make this the default ]
Show another procedure: