- Publicity: Public Only All
acs-private-data-procs.tcl
Tcl procs for managing privacy
- Location:
- packages/acs-tcl/tcl/acs-private-data-procs.tcl
- Created:
- 2000-12-02
- Author:
- ben@openforce.net
- CVS Identification:
$Id: acs-private-data-procs.tcl,v 1.11 2024/09/11 06:15:48 gustafn Exp $
Procedures in this file
- acs_privacy::privacy_control_enabled_p (public, deprecated)
- acs_privacy::privacy_control_set (public, deprecated)
- acs_privacy::set_user_read_private_data (public, deprecated)
- acs_privacy::user_can_read_private_data_p (public, deprecated)
Detailed information
acs_privacy::privacy_control_enabled_p (public, deprecated)
acs_privacy::privacy_control_enabled_p
Deprecated. Invoking this procedure generates a warning.
Returns whether privacy control is turned on or not. This is provided in order to have complete backwards compatibility with past behaviors, where private information was in no way regulated. DEPRECATED: this privacy feature was only used in the context of dotlrn, which also has an own set of apis for a similar purpose.
- See Also:
- dotlrn
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
acs_privacy::privacy_control_set (public, deprecated)
acs_privacy::privacy_control_set val
Deprecated. Invoking this procedure generates a warning.
set the privacy control DEPRECATED: this privacy feature was only used in the context of dotlrn, which also has an own set of apis for a similar purpose.
- Parameters:
- val (required)
- See Also:
- dotlrn
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
acs_privacy::set_user_read_private_data (public, deprecated)
acs_privacy::set_user_read_private_data -user_id user_id \ -object_id object_id -value value
Deprecated. Invoking this procedure generates a warning.
grant permission to access private data DEPRECATED: this privacy feature was only used in the context of dotlrn, which also has an own set of apis for a similar purpose.
- Switches:
- -user_id (required)
- -object_id (required)
- -value (required)
- See Also:
- dotlrn
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
acs_privacy::user_can_read_private_data_p (public, deprecated)
acs_privacy::user_can_read_private_data_p [ -user_id user_id ] \ -object_id object_id
Deprecated. Invoking this procedure generates a warning.
check if a user can access an object's private data DEPRECATED: this privacy feature was only used in the context of dotlrn, which also has an own set of apis for a similar purpose.
- Switches:
- -user_id (optional)
- -object_id (required)
- See Also:
- dotlrn
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.