AcsSc.auth_registration.register.local (private)

 AcsSc.auth_registration.register.local parameters username \
    authority_id first_names last_name screen_name email url password \
    secret_question secret_answer

Defined in packages/acs-service-contract/tcl/acs-service-contract-init.tcl

acs-service-contract operation. Call via acs_sc::invoke. Register a new account. Valid status codes are: 'ok', 'data_error', and 'reg_error', and 'fail'. 'data_error' means that the implementation is returning an array-list of element-name, message with error messages for each individual element. 'reg_error' is any other registration error, and 'fail' is reserved to communications or implementation errors.

Parameters:
parameters - string []
username - string
authority_id - integer
first_names - string
last_name - string
screen_name - string
email - string
url - string
password - string
secret_question - string
secret_answer - string
Returns:
creation_status - string
creation_message - string
element_messages - string []
account_status - string
account_message - string
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 auth::local::registration::Register auth::local::registration::Register (private) AcsSc.auth_registration.register.local AcsSc.auth_registration.register.local AcsSc.auth_registration.register.local->auth::local::registration::Register

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