You are here

Functions in SAML Service Provider 7.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_settings ./saml_sp.module generate the setting for authn contexts 1
saml_sp_clear_request_store ./saml_sp.module clear the stored inbound request ID 1
saml_sp_cron ./saml_sp.module Implementa hook_cron().
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_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__admin_config_form modules/saml_sp_drupal_login/saml_sp_drupal_login.admin.inc Configure which IDP to use when authenticating with Drupal. 1
saml_sp_drupal_login__get_idp modules/saml_sp_drupal_login/saml_sp_drupal_login.module Get the IDP configuration to use for Drupal Login via SAML. 4
saml_sp_drupal_login__request_access modules/saml_sp_drupal_login/saml_sp_drupal_login.pages.inc allows a user to request access to the site 1
saml_sp_drupal_login__request_access_submit modules/saml_sp_drupal_login/saml_sp_drupal_login.pages.inc
saml_sp_drupal_login__request_access_validate modules/saml_sp_drupal_login/saml_sp_drupal_login.pages.inc
saml_sp_drupal_login__saml_authenticate modules/saml_sp_drupal_login/saml_sp_drupal_login.module SAML authentication callback. 1
saml_sp_drupal_login__start modules/saml_sp_drupal_login/saml_sp_drupal_login.module Start the SAML authentication process. 1
saml_sp_get_authn_contexts ./saml_sp.module a list of supported AuthnContexts 2
saml_sp_get_cert_info ./saml_sp.admin.inc with the certificate location retrieve pertinant certificate data and output in a string for display 1
saml_sp_get_request_store ./saml_sp.module fetch request data 1
saml_sp_idp_delete ./saml_sp.module Delete an IDP. 2
saml_sp_idp_load ./saml_sp.module Load a single IDP. Also a menu argument loader. 5 1
saml_sp_idp_save ./saml_sp.module Save an IDP configuration. 1
saml_sp_init ./saml_sp.module Implements hook_init().
saml_sp_libraries_info ./saml_sp.module Implements hook_libraries_info().
saml_sp_menu ./saml_sp.module Implements hook_menu().
saml_sp_permission ./saml_sp.module Implements hook_permission().
saml_sp_request_store ./saml_sp.module Store and outbount request ID 1
saml_sp_requirements ./saml_sp.module Implements hook_requirements().
saml_sp_schema ./saml_sp.install Implements hook_schema().
saml_sp_start ./saml_sp.module Start a SAML authentication request. 1
saml_sp_theme ./saml_sp.module Implements hook_theme().
saml_sp_uninstall ./saml_sp.install Implements hook_uninstall().
saml_sp_update_7000 ./saml_sp.install Add field for NameID field to database
saml_sp_update_7001 ./saml_sp.install Change x509 certificate column type from varchar to text
saml_sp_update_7202 ./saml_sp.install Add the entity_id field to the saml_sp_idps table.
saml_sp_update_7203 ./saml_sp.install Increase the size of the saml_sp_idps app_name field to 255.
saml_sp_update_7204 ./saml_sp.install Add the authn_context_class_ref field to the saml_sp_idps table.
saml_sp_update_7205 ./saml_sp.install move the cert and key locations out of the security variables and into their own variables so they can be excluded from features
saml_sp_update_7206 ./saml_sp.install Serialize x509 certs.
saml_sp_update_7207 ./saml_sp.install remove saml_sp_request_tracking_cache table
saml_sp_update_7208 ./saml_sp.install check to see if saml_sp_request_tracking_cache table exists, if so remove it as it was finally removed from the schema
saml_sp_user_logout modules/saml_sp_drupal_login/saml_sp_drupal_login.module Implements hook_user_logout
saml_sp__admin_config ./saml_sp.admin.inc configure this SAML Service Provider 1
saml_sp__admin_config_validate ./saml_sp.admin.inc
saml_sp__admin_overview ./saml_sp.admin.inc Overview page. Display a list of IDPs in a table. 1
saml_sp__configure_idp_form ./saml_sp.admin.inc Configure or add a SAML IDP. 1
saml_sp__configure_idp_form_submit ./saml_sp.admin.inc Submit handler for the SAML IDP configuration form.
saml_sp__delete_idp_form ./saml_sp.admin.inc Confirmation form to delete an IDP. 1

Pages

Other projects