auth::UseEmailForLoginP       Do we use email address for login? 
auth::authenticate       Try to authenticate and login the user forever by validating the username/password combination, and return authentication and account status codes. 
auth::authentication::authenticate       Invoke the Authenticate service contract operation for the given authority. 
auth::authority::batch_sync       Execute batch synchronization for this authority now. 
auth::authority::create       Create a new authentication authority. 
auth::authority::delete       Delete an authority. 
auth::authority::edit       Edit info about an authority. 
auth::authority::get       Get info about an authority and return the authority_id. 
auth::authority::get_authority_options       Returns options (value label pairs) for building the authority HTML select box. 
auth::authority::get_element       Return a specific element of the auth_authority data table. 
auth::authority::get_id       Get authority_id by short_name. 
auth::authority::get_sc_impl_columns       Get a list of column names for storing service contract implementation ids of the authority. 
auth::authority::get_short_names       Return a list of authority short names. 
auth::authority::local       Returns the authority_id of the local authority. 
auth::can_admin_system_without_authority_p       Before disabling or deleting an authority we need to check that there is at least one site-wide admin in a different authority that can administer the system. 
auth::create_local_account       Create the local account for a user. 
auth::create_user       Create a user, and return creation status and account status. 
auth::delete_local_account       Delete the local account for a user. 
auth::driver::GetParameters       Returns a list of names of parameters for the driver This proc duplicates auth::driver::get_parameters 
auth::driver::get_parameter_values       Gets a list of parameter values ready to be passed to a service contract implementation. 
auth::driver::get_parameters       Returns a list of names of parameters for the driver 
auth::driver::set_parameter_value       Updates the parameter value in the database. 
auth::get_all_registration_elements       Get the list of possible registration elements. 
auth::get_local_account_status       Return 'ok', 'closed', or 'no_account' 
auth::get_register_authority       Get the ID of the authority in which accounts get created. 
auth::get_registration_elements       Get the list of required/optional elements for user registration. 
auth::get_registration_form_elements       Returns a list of elements to be included in the -form chunk of an ad_form form. 
auth::get_user_id       Get the current user_id with at least the level of security specified. 
auth::get_user_secret_token       Get a secret token for the user. 
auth::issue_login       Issue the login cookie. 
auth::login_attempts::get_all       Get all failed login attempts 
auth::login_attempts::reset       Flush the recorded failed login attempt for the provided login_attempt_key 
auth::login_attempts::reset_all       Flush all recorded failed login attempts 
auth::password::can_change_p       Returns whether we can change the password for the given user. 
auth::password::can_reset_p       Returns whether the given authority can reset forgotten passwords. 
auth::password::can_retrieve_p       Returns whether the given authority can retrieve forgotten passwords. 
auth::password::change       Change the user's password. 
auth::password::get_change_url       Returns the URL to redirect to for changing passwords. 
auth::password::get_forgotten_url       Returns the URL to redirect to for forgotten passwords. 
auth::password::recover_password       Handles forgotten passwords. 
auth::password::reset       Reset the user's password, which means setting it to a new randomly generated password and inform the user of that new password. 
auth::password::retrieve       Retrieve the user's password. 
auth::refresh_login       If there currently is a user associated with this session, but the user's authentication is expired, redirect the user to refresh his/her login. 
auth::require_login       If the current session is not authenticated, redirect to the login page, and aborts the current page script. 
auth::self_registration       Check AllowSelfRegister parameter and set user message if self registration not allowed. 
auth::set_email_verified       Update an OpenACS record with the fact that the email address on record was verified. 
auth::sync::job::action       Inserts/updates/deletes a user, depending on the operation. 
auth::sync::job::create_entry       Record a batch job entry. 
auth::sync::job::end       Record the end of a batch job. 
auth::sync::job::end_get_document       Record the time that we've finished getting the document, and record the status. 
auth::sync::job::get       Get information about a batch job in an array. 
auth::sync::job::get_authority_id       Get the authority_id from a job_id. 
auth::sync::job::get_entries       Get a list of entry_ids of the job log entries, ordered by entry_time. 
auth::sync::job::get_entry       Get information about a log entry 
auth::sync::job::snapshot_delete_remaining       Deletes the users that weren't included in the snapshot. 
auth::sync::job::start       Record the beginning of a job. 
auth::sync::job::start_get_document       Record the time that we're starting to get the document. 
auth::sync::purge_jobs       Purge jobs that are older than KeepBatchLogDays days. 
auth::update_local_account       Update the local account for a user. 
auth::verify_account_status       Verify the account status of the current user, and set [ad_conn account_status] appropriately. 

Package Documentation