driver-procs.tcl

Procs for driver parameters service contract implementations.

Location:
packages/acs-authentication/tcl/driver-procs.tcl
Created:
2003-08-27
Author:
Simon Carstensen <simon@collaobraid.biz>
CVS Identification:
$Id: driver-procs.tcl,v 1.13.2.1 2019/09/11 13:10:22 antoniop Exp $

Procedures in this file

Detailed information

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

 auth::driver::GetParameters -impl_id impl_id
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:

Testcases:
No testcase defined.

auth::driver::get_parameter_values (public)

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

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

Testcases:
auth_driver_get_parameter_values

auth::driver::get_parameters (public)

 auth::driver::get_parameters -impl_id impl_id

Returns a list of names of parameters for the driver

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

Testcases:
auth_driver_get_parameter_values

auth::driver::set_parameter_value (public)

 auth::driver::set_parameter_value -authority_id authority_id \
    -impl_id impl_id -parameter parameter -value value

Updates the parameter value in the database.

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

Testcases:
auth_driver_get_parameter_values, sync_batch_ims_test
[ show source ]