authority-procs.xql
DB Query file
Related Files
- packages/acs-authentication/tcl/authority-procs.xql
- packages/acs-authentication/tcl/authority-procs.tcl
- packages/acs-authentication/tcl/authority-procs-postgresql.xql
- packages/acs-authentication/tcl/authority-procs-oracle.xql
[ hide source ] | [ make this the default ]
File Contents
<?xml version="1.0"?>
<queryset>
<fullquery name="auth::authority::edit.update_object_title">
<querytext>
update acs_objects
set title = :new_short_name
where object_id = :authority_id
</querytext>
</fullquery>
<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>
</queryset>