$authtype | auth_plugin_base | |
$config | auth_plugin_base | |
$errorlogtag | auth_plugin_base | protected |
$extrauserinfo | auth_plugin_base | protected |
$userfields (defined in auth_plugin_base) | auth_plugin_base | |
__construct() | auth_plugin_lti | |
can_be_manually_set() | auth_plugin_base | |
can_change_password() | auth_plugin_base | |
can_confirm() | auth_plugin_base | |
can_edit_profile() | auth_plugin_base | |
can_reset_password() | auth_plugin_base | |
can_signup() | auth_plugin_base | |
change_password_url() | auth_plugin_base | |
complete_login(array $launchdata, moodle_url $returnurl, int $provisioningmode, array $legacyconsumersecrets=[]) | auth_plugin_lti | |
config_form($config, $err, $user_fields) | auth_plugin_base | |
create_new_account(array $userdata, string $iss) | auth_plugin_lti | protected |
create_user_binding(string $iss, string $sub, int $userid) | auth_plugin_lti | |
edit_profile_url() | auth_plugin_base | |
empty_session() | auth_plugin_lti | protected |
find_cli_admin_user() | auth_plugin_base | static |
find_cli_user() | auth_plugin_base | |
find_or_create_user_from_launch(array $launchdata, array $legacyconsumersecrets=[]) | auth_plugin_lti | |
find_or_create_user_from_membership(array $member, string $iss, string $legacyconsumerkey='') | auth_plugin_lti | |
get_custom_user_profile_fields() | auth_plugin_base | |
get_description() | auth_plugin_base | |
get_enabled_auth_plugin_classes() | auth_plugin_base | static |
get_extrauserinfo() | auth_plugin_base | |
get_identity_providers($authsequence) | auth_plugin_base | static |
get_password_change_info(stdClass $user) | auth_plugin_base | |
get_title() | auth_plugin_base | |
get_user_binding(string $issuer, string $sub) | auth_plugin_lti | |
get_userinfo($username) | auth_plugin_base | |
ignore_timeout_hook($user, $sid, $timecreated, $timemodified) | auth_plugin_base | |
is_captcha_enabled() | auth_plugin_base | |
is_configured() | auth_plugin_base | |
is_internal() | auth_plugin_base | |
is_synchronised_with_external() | auth_plugin_base | |
is_valid_provisioning_mode(int $mode) | auth_plugin_lti | protected |
login_cli_admin_user() | auth_plugin_base | static |
loginpage_hook() | auth_plugin_base | |
loginpage_idp_list($wantsurl) | auth_plugin_base | |
logoutpage_hook() | auth_plugin_base | |
password_expire($username) | auth_plugin_base | |
postlogout_hook($user) | auth_plugin_base | |
pre_loginpage_hook() | auth_plugin_base | |
pre_user_login_hook(&$user) | auth_plugin_base | |
prelogout_hook() | auth_plugin_base | |
prepare_identity_providers_for_output($identityproviders, renderer_base $output) | auth_plugin_base | static |
prevent_local_passwords() | auth_plugin_base | |
process_config($config) | auth_plugin_base | |
PROVISIONING_MODE_AUTO_ONLY | auth_plugin_lti | |
PROVISIONING_MODE_PROMPT_EXISTING_ONLY | auth_plugin_lti | |
PROVISIONING_MODE_PROMPT_NEW_EXISTING | auth_plugin_lti | |
set_extrauserinfo(array $values) | auth_plugin_base | |
signup_form() | auth_plugin_base | |
sync_roles($user) | auth_plugin_base | |
update_user_account(stdClass $user, array $userdata, string $iss) | auth_plugin_lti | |
update_user_picture(int $userid, string $url) | auth_plugin_lti | protected |
update_user_record($username, $updatekeys=false, $triggerevent=false, $suspenduser=false) | auth_plugin_base | protected |
user_authenticated_hook(&$user, $username, $password) | auth_plugin_base | |
user_confirm($username, $confirmsecret) | auth_plugin_base | |
user_delete($olduser) | auth_plugin_base | |
user_exists($username) | auth_plugin_base | |
user_login($username, $password) | auth_plugin_lti | |
user_signup($user, $notify=true) | auth_plugin_base | |
user_update($olduser, $newuser) | auth_plugin_base | |
user_update_password($user, $newpassword) | auth_plugin_base | |
validate_form($form, &$err) | auth_plugin_base | |