$authtype | auth_plugin_base | |
$config | auth_plugin_base | |
$errorlogtag | auth_plugin_base | protected |
$extrauserinfo | auth_plugin_base | protected |
$mnet | auth_plugin_mnet | protected |
$userfields (defined in auth_plugin_base) | auth_plugin_base | |
__construct() | auth_plugin_mnet | |
auth_plugin_mnet() | auth_plugin_mnet | |
can_be_manually_set() | auth_plugin_base | |
can_change_password() | auth_plugin_mnet | |
can_confirm() | auth_plugin_base | |
can_edit_profile() | auth_plugin_base | |
can_login_remotely($username, $mnethostid) | auth_plugin_mnet | |
can_reset_password() | auth_plugin_base | |
can_signup() | auth_plugin_base | |
change_password_url() | auth_plugin_mnet | |
config_form($config, $err, $user_fields) | auth_plugin_base | |
confirm_mnet_session($token, $remotepeer) | auth_plugin_mnet | |
edit_profile_url() | auth_plugin_base | |
end_local_sessions(&$sessionArray) | auth_plugin_mnet | |
fetch_theme_info() | auth_plugin_mnet | |
fetch_user_image($username) | auth_plugin_mnet | |
find_cli_admin_user() | auth_plugin_base | static |
find_cli_user() | auth_plugin_base | |
generate_token() | auth_plugin_mnet | |
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_userinfo($username) | auth_plugin_base | |
has_service($mnethostid, $servicename) | auth_plugin_mnet | |
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_mnet | |
is_synchronised_with_external() | auth_plugin_base | |
keepalive_client() | auth_plugin_mnet | |
keepalive_server($array) | auth_plugin_mnet | |
kill_child($username, $useragent) | auth_plugin_mnet | |
kill_children($username, $useragent) | auth_plugin_mnet | |
kill_parent($username, $useragent) | auth_plugin_mnet | |
login_cli_admin_user() | auth_plugin_base | static |
loginpage_hook() | auth_plugin_base | |
loginpage_idp_list($wantsurl) | auth_plugin_mnet | |
logoutpage_hook() | auth_plugin_mnet | |
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_mnet | |
prepare_identity_providers_for_output($identityproviders, renderer_base $output) | auth_plugin_base | static |
prevent_local_passwords() | auth_plugin_mnet | |
process_config($config) | auth_plugin_base | |
refresh_log($array) | auth_plugin_mnet | |
set_extrauserinfo(array $values) | auth_plugin_base | |
signup_form() | auth_plugin_base | |
start_jump_session($mnethostid, $wantsurl, $wantsurlbackhere=false) | auth_plugin_mnet | |
sync_roles($user) | auth_plugin_base | |
test_settings() | auth_plugin_mnet | |
trim_logline($logline) | auth_plugin_mnet | |
update_enrolments($username, $courses) | auth_plugin_mnet | |
update_mnet_session($user, $token, $remotepeer) | auth_plugin_mnet | |
update_user_record($username, $updatekeys=false, $triggerevent=false, $suspenduser=false) | auth_plugin_base | protected |
user_authenticated_hook(&$user, $username, $password) | auth_plugin_base | |
user_authorise($token, $useragent) | auth_plugin_mnet | |
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_mnet | |
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 | |