samlauth_acs |
./samlauth.module |
Menu callback for /saml/acs. |
|
1 |
samlauth_associate_saml_id_with_account |
./samlauth.module |
Ensure that a SAML ID is associated with a given user account. |
2 |
|
samlauth_changepw |
./samlauth.module |
Menu callback for /saml/changepw. |
|
1 |
samlauth_check_saml_user |
./samlauth.module |
Validation callback for SAML users logging in through the normal login form. |
|
1 |
samlauth_configure_form |
./samlauth.admin.inc |
Form builder for samlauth_configure_form. |
|
1 |
samlauth_create_user_from_saml_data |
./samlauth.module |
Create a new user from SAML response data. |
1 |
|
samlauth_find_uid_by_unique_id |
./samlauth.module |
Find a user given the unique ID from the SAML IdP. |
2 |
|
samlauth_find_unique_id_by_user_id |
./samlauth.module |
Find a unique id from a username. |
1 |
|
samlauth_form_user_login_alter |
./samlauth.module |
Implements hook_form_FORM_ID_alter for user_login. |
|
|
samlauth_form_user_login_block_alter |
./samlauth.module |
Implements hook_form_FORM_ID_alter for user_login_block. |
|
|
samlauth_form_user_pass_alter |
./samlauth.module |
Implements hook_form_FORM_ID_alter for user_pass (password reset). |
|
|
samlauth_get_config |
./samlauth.module |
Returns configuration array for SAML SP. |
2 |
|
samlauth_get_saml2_auth |
./samlauth.module |
Get an instance of the SAML Auth class. |
5 |
|
samlauth_login |
./samlauth.module |
Menu callback for /saml/login. |
|
1 |
samlauth_login_form_alter |
./samlauth.module |
Common callback for user_login_block / user_login / user_pass. |
3 |
|
samlauth_logout |
./samlauth.module |
Menu callback for /saml/logout. |
|
1 |
samlauth_menu |
./samlauth.module |
Implements hook_menu(). |
|
|
samlauth_metadata |
./samlauth.module |
Menu callback for /saml/metadata. |
|
1 |
samlauth_permission |
./samlauth.module |
Implements hook_permission(). |
|
|
samlauth_sls |
./samlauth.module |
Menu callback for /saml/sls. |
|
1 |
samlauth_uninstall |
./samlauth.install |
Implements hook_uninstall(). |
|
|