auth::authority::get_short_names (public)

 auth::authority::get_short_names

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

Return a list of authority short names.

Author:
Peter Marklund

Testcases:
auth_authority_api
Source code:
    return [db_list select_authority_short_names {
        select short_name
        from auth_authorities
    }]
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

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