auth::sync::sweeper (private)

 auth::sync::sweeper

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

Partial Call Graph (max 5 caller/called nodes):
%3 auth::authority::batch_sync auth::authority::batch_sync (public) db_foreach db_foreach (public) auth::sync::sweeper auth::sync::sweeper auth::sync::sweeper->auth::authority::batch_sync auth::sync::sweeper->db_foreach

Testcases:
No testcase defined.
Source code:
    db_foreach select_authorities {
        select authority_id
        from   auth_authorities
        where  enabled_p = 't'
        and    batch_sync_enabled_p = 't'
    } {
        auth::authority::batch_sync  -authority_id $authority_id
    }
Generic XQL file:
packages/acs-authentication/tcl/sync-procs.xql

PostgreSQL XQL file:
packages/acs-authentication/tcl/sync-procs-postgresql.xql

Oracle XQL file:
packages/acs-authentication/tcl/sync-procs-oracle.xql

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