auth::authority::get_authority_options (public)

 auth::authority::get_authority_options

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

Returns options (value label pairs) for building the authority HTML select box.

Author:
Simon Carstensen

Testcases:
auth_authority_api
Source code:
    return [db_list_of_lists select_authorities {}]
Generic XQL file:
<fullquery name="auth::authority::get_authority_options.select_authorities">
    <querytext>
          select pretty_name, authority_id
          from   auth_authorities
          where  enabled_p = 't'
          and    auth_impl_id is not null
          order  by sort_order
      </querytext>
</fullquery>
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: