auth::get_local_account (private)

 auth::get_local_account [ -return_url return_url ] -username username \
    [ -authority_id authority_id ] [ -email email ] \
    [ -first_names first_names ] [ -last_name last_name ]

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

Get the user_id of the local account for the given username and domain combination.

Switches:
-return_url
(optional)
-username
(required)
The username to find
-authority_id
(optional)
The ID of the authority to ask to verify the user. Leave blank for local authority.
-email
(optional)
-first_names
(optional)
-last_name
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 auth::authenticate auth::authenticate (public) auth::get_local_account auth::get_local_account auth::authenticate->auth::get_local_account _ _ (public) auth::get_local_account->_ acs_user::get acs_user::get (public) auth::get_local_account->acs_user::get acs_user::get_by_username acs_user::get_by_username (public) auth::get_local_account->acs_user::get_by_username acs_user::get_user_info acs_user::get_user_info (public) auth::get_local_account->acs_user::get_user_info ad_html_text_convert ad_html_text_convert (public) auth::get_local_account->ad_html_text_convert

Testcases:
No testcase defined.
[ show source ]
Show another procedure: