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_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_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_authmap |
modules/saml_sp_drupal_login/saml_sp_drupal_login.module |
Lookup the user ID using the authmap table. |
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. |
1 |
|
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_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. |
2 |
1 |
saml_sp_idp_save |
./saml_sp.module |
Save an IDP configuration. |
1 |
|
saml_sp_menu |
./saml_sp.module |
Implements hook_menu(). |
|
|
saml_sp_permission |
./saml_sp.module |
Implements hook_permission(). |
|
|
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__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 |
saml_sp__delete_idp_form_submit |
./saml_sp.admin.inc |
Submit handler. |
|
|
saml_sp__endpoint |
./saml_sp.pages.inc |
Page callback to complete the SAML authentication process.
This is the consumer endpoint for all SAML authentication requests. |
|
1 |
saml_sp__export_idp |
./saml_sp.admin.inc |
Export handler. |
|
1 |
saml_sp__get_settings |
./saml_sp.module |
Get the SAML settings for an IDP. |
2 |
|
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. |
1 |
|
saml_sp__load_all_idps |
./saml_sp.module |
Load all the registered IDPs. |
3 |
|
saml_sp__menu_title |
./saml_sp.module |
Title callback for SAML SP menu items. |
|
1 |
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__default_idp |
./saml_sp.module |
Get a default IDP object. |
1 |
|
_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. |
1 |
|
_saml_sp__prepare |
./saml_sp.module |
Load the required OneLogin SAML-PHP toolkit files. |
1 |
|