$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_oauth2\auth | |
can_be_manually_set() | auth_oauth2\auth | |
can_change_password() | auth_oauth2\auth | |
can_confirm() | auth_plugin_base | |
can_edit_profile() | auth_plugin_base | |
can_reset_password() | auth_oauth2\auth | |
can_signup() | auth_plugin_base | |
change_password_url() | auth_oauth2\auth | |
complete_login(client $client, $redirecturl) | auth_oauth2\auth | |
config_form($config, $err, $user_fields) | auth_plugin_base | |
edit_profile_url() | auth_plugin_base | |
find_cli_admin_user() | auth_plugin_base | static |
find_cli_user() | auth_plugin_base | |
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_oauth2\auth | |
get_title() | auth_plugin_base | |
get_userinfo($username) | auth_oauth2\auth | |
ignore_timeout_hook($user, $sid, $timecreated, $timemodified) | auth_plugin_base | |
is_captcha_enabled() | auth_plugin_base | |
is_configured() | auth_plugin_base | |
is_internal() | auth_oauth2\auth | |
is_synchronised_with_external() | auth_oauth2\auth | |
login_cli_admin_user() | auth_plugin_base | static |
loginpage_hook() | auth_plugin_base | |
loginpage_idp_list($wantsurl) | auth_oauth2\auth | |
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_oauth2\auth | |
print_confirm_required($title, $message) | auth_oauth2\auth | |
process_config($config) | auth_plugin_base | |
set_extrauserinfo(array $values) | auth_plugin_base | |
signup_form() | auth_plugin_base | |
sync_roles($user) | auth_plugin_base | |
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_oauth2\auth | |
user_delete($olduser) | auth_plugin_base | |
user_exists($username) | auth_plugin_base | |
user_login($username, $password) | auth_oauth2\auth | |
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 | |