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_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_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. |
4 |
1 |
saml_sp_idp_save |
./saml_sp.module |
Save an IDP configuration. |
1 |
|
saml_sp_libraries_info |
./saml_sp.module |
Implements hook_libraries_info(). |
|
|
saml_sp_menu |
./saml_sp.module |
Implements hook_menu(). |
|
|
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_user_login |
./saml_sp.module |
Implements hook_user_login |
|
|
saml_sp_user_logout |
modules/saml_sp_drupal_login/saml_sp_drupal_login.module |
Implements hook_user_logout |
|
|
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 |
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_metadata |
./saml_sp.module |
load the settings and get the metadata |
1 |
1 |
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. |
1 |
|
saml_sp__load_all_idps |
./saml_sp.module |
Load all the registered IDPs. |
4 |
|
saml_sp__logout |
./saml_sp.pages.inc |
Page callback to initiate the SAML SLO process. |
|
1 |
saml_sp__menu_title |
./saml_sp.module |
Title callback for SAML SP menu items. |
|
1 |
saml_sp__metadata_url |
./saml_sp.module |
generate a url for the idp metadata |
1 |
|
saml_sp__track_request |
./saml_sp.module |
Track an outbound request. |
1 |
|