You are here

Functions in SAML Service Provider 4.x

Primary tabs

Namesort descending Location Description Direct uses Strings
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_form_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 Implements hook_form_FORM_ID_alter().
saml_sp_drupal_login_get_user modules/saml_sp_drupal_login/saml_sp_drupal_login.module Get the User object from either users table or custom field. 1
saml_sp_drupal_login_is_authenticated modules/saml_sp_drupal_login/saml_sp_drupal_login.module Return whether the user is currently authenticated by the SAML SP module. 1
saml_sp_drupal_login_update_8301 modules/saml_sp_drupal_login/saml_sp_drupal_login.install Fix mismatch between config form and schema.
saml_sp_drupal_login_update_8302 modules/saml_sp_drupal_login/saml_sp_drupal_login.install set new default path to redirect already authenticated user to if they try to authenticate again
saml_sp_drupal_login_update_8303 modules/saml_sp_drupal_login/saml_sp_drupal_login.install Add config option to force authentication.
saml_sp_drupal_login_update_8401 modules/saml_sp_drupal_login/saml_sp_drupal_login.install Remove config options for sending account request mail to site admin.
saml_sp_drupal_login_update_user_attributes modules/saml_sp_drupal_login/saml_sp_drupal_login.module Updates user attributes from SAML data after successful login. 1
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. 1 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
_saml_sp__debug ./saml_sp.module Provides debugging output. 5
_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.

Other projects