You are here

Functions in SAML Service Provider 8.2

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_saml_sp_default_idps ./saml_sp.api.inc Provide default IDPs, exported to code.
hook_saml_sp_settings_alter ./saml_sp.api.inc Alter the settings used when generating SAML requests.
saml_sp_authn_context_class_refs ./saml_sp.module alternate keys for the authn_context_class_ref 2
saml_sp_drupal_login_form_user_login_alter modules/saml_sp_drupal_login/saml_sp_drupal_login.module Implements hook_form_FORM_ID_alter().
saml_sp_drupal_login_form_user_login_block_alter modules/saml_sp_drupal_login/saml_sp_drupal_login.module Implements hook_form_FORM_ID_alter().
saml_sp_drupal_login_form_user_login_form_alter modules/saml_sp_drupal_login/saml_sp_drupal_login.module
saml_sp_drupal_login_get_uid modules/saml_sp_drupal_login/saml_sp_drupal_login.module Get the uid from either users table or custom field. Custom field should be used if the users need to be able to change the email address on IdP, because then it cannot be used for identifying a user. Email address can be used as a backup method if… 1
saml_sp_drupal_login_is_authenticated modules/saml_sp_drupal_login/saml_sp_drupal_login.module Return whether or not the user is currently authenticated by the SAML SP module.
saml_sp_drupal_login_mail modules/saml_sp_drupal_login/saml_sp_drupal_login.module Implements hook_mail().
saml_sp_drupal_login_menu modules/saml_sp_drupal_login/saml_sp_drupal_login.module Implements hook_menu().
saml_sp_drupal_login__saml_authenticate modules/saml_sp_drupal_login/saml_sp_drupal_login.module SAML authentication callback. 1
saml_sp_get_tempstore ./saml_sp.module get the appropriate tempstore for the version of Drupal we are using 3
saml_sp_idp_load ./saml_sp.module Load a single IDP. 3 1
saml_sp_menu ./saml_sp.module Implements hook_menu().
saml_sp_start ./saml_sp.module Start a SAML authentication request. 1
saml_sp_user_logout modules/saml_sp_drupal_login/saml_sp_drupal_login.module Implements hook_user_logout
saml_sp__get_metadata ./saml_sp.module load the settings and get the metadata 2
saml_sp__get_settings ./saml_sp.module Get the SAML settings for an IdP. 4
saml_sp__get_tracked_request ./saml_sp.module Get the IDP and callback from a tracked request. 1
saml_sp__is_valid_authentication_response ./saml_sp.pages.inc Check that a request is a valid SAML authentication response.
saml_sp__load_all_idps ./saml_sp.module Load all the registered IDPs. 3
saml_sp__logout ./saml_sp.pages.inc Page callback to initiate the SAML SLO process. 1
saml_sp__metadata_url ./saml_sp.module generate a url for the idp metadata
saml_sp__track_request ./saml_sp.module Track an outbound request. 1
theme_saml_sp__idp_list ./saml_sp.theme.inc List all registered SAML IDPs for the admin overview page.
_saml_sp__extract_inbound_id ./saml_sp.module Extract the unique ID in an inbound request. 1
_saml_sp__extract_outbound_id ./saml_sp.module Extract the unique ID of an outbound request.
_saml_sp__prepare ./saml_sp.module Load the required OneLogin SAML-PHP toolkit files. 1

Other projects