auth::authority::get_id_not_cached (private)
auth::authority::get_id_not_cached -short_name short_name
Defined in packages/acs-authentication/tcl/authority-procs.tcl
Get authority_id by short_name. Not cached.
- Switches:
- -short_name (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [db_string select_authority_id { select authority_id from auth_authorities where short_name = :short_name } -default {}]Generic XQL file: packages/acs-authentication/tcl/authority-procs.xql
PostgreSQL XQL file: packages/acs-authentication/tcl/authority-procs-postgresql.xql
Oracle XQL file: packages/acs-authentication/tcl/authority-procs-oracle.xql