auth::registration::Register (private)

 auth::registration::Register -authority_id authority_id \
    [ -username username ] [ -password password ] \
    [ -first_names first_names ] [ -last_name last_name ] \
    [ -screen_name screen_name ] [ -email email ] [ -url url ] \
    [ -secret_question secret_question ] \
    [ -secret_answer secret_answer ]

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

Invoke the Register service contract operation for the given authority.

Switches:
-authority_id (required)
Id of the authority.
-username (optional)
-password (optional)
-first_names (optional)
-last_name (optional)
-screen_name (optional)
-email (optional)
-url (optional)
-secret_question (optional)
-secret_answer (optional)

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