sec_get_token_from_nsv (private)

 sec_get_token_from_nsv token_id token_var

Defined in packages/acs-tcl/tcl/security-procs.tcl

Just for compatibility with AOLserver, which does not support an atomic check and get operation for nsv.

Parameters:
token_id
token_var

Partial Call Graph (max 5 caller/called nodes):
%3 sec_get_token sec_get_token (public) sec_get_token_from_nsv sec_get_token_from_nsv sec_get_token->sec_get_token_from_nsv

Testcases:
No testcase defined.
Source code:
        upvar $token_var token
        return [nsv_get secret_tokens $token_id token]
Generic XQL file:
packages/acs-tcl/tcl/security-procs.xql

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

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

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