hook_simplesamlphp_auth_logout_gotourl_alter |
./simplesamlphp_auth.api.php |
Allow modules to change the url passed to simplesamlphp during logout. |
|
|
simplesamlphp_auth_block_info |
./simplesamlphp_auth.module |
Implements hook_block_info(). |
|
|
simplesamlphp_auth_block_view |
./simplesamlphp_auth.module |
Implements hook_block_view(). |
|
|
simplesamlphp_auth_form_alter |
./simplesamlphp_auth.module |
Implements hook_form_alter(). |
|
|
simplesamlphp_auth_get_attributes |
./simplesamlphp_auth.module |
Return any attributes provided by the SAML IDP. |
|
|
simplesamlphp_auth_help |
./simplesamlphp_auth.module |
Implements hook_help(). |
|
|
simplesamlphp_auth_init |
./simplesamlphp_auth.module |
Implements hook_init(). |
|
|
simplesamlphp_auth_install |
./simplesamlphp_auth.install |
Implements hook_install(). |
|
|
simplesamlphp_auth_is_authenticated |
./simplesamlphp_auth.module |
Determine if the current user is authenticated through SAML. |
|
|
simplesamlphp_auth_loginpage |
./simplesamlphp_auth.module |
The /saml_login which triggers user authentication to SimpleSAMLphp SP. |
|
1 |
simplesamlphp_auth_menu |
./simplesamlphp_auth.module |
Implements hook_menu(). |
|
|
simplesamlphp_auth_permission |
./simplesamlphp_auth.module |
Implements hook_permission(). |
|
|
simplesamlphp_auth_requirements |
./simplesamlphp_auth.install |
Implements hook_requirements(). |
|
|
simplesamlphp_auth_rules_event_info |
./simplesamlphp_auth.rules.inc |
Implements hook_rules_event_info(). |
|
|
simplesamlphp_auth_settings |
./simplesamlphp_auth.admin.inc |
Implements settings for the module. |
|
1 |
simplesamlphp_auth_uninstall |
./simplesamlphp_auth.install |
Implements hook_uninstall(). |
|
|
simplesamlphp_auth_user_delete |
./simplesamlphp_auth.module |
Implements hook_user_delete(). |
|
|
simplesamlphp_auth_user_insert |
./simplesamlphp_auth.module |
Implements hook_user_insert(). |
|
|
simplesamlphp_auth_user_logout |
./simplesamlphp_auth.module |
Implements hook_user_logout(). |
|
|
_simplesamlphp_auth_destroy_drupal_session |
./simplesamlphp_auth.module |
Logged out user that has an active session in Drupal but not with simpleSAML. |
1 |
|
_simplesamlphp_auth_evaulaterolerule |
./simplesamlphp_auth.module |
Evaluates a role rule.
The rules work as follows:
= does an exact match on an attribute and will iterate over array values if
the array is multivalued.
@= matches the domain portion of an email address. It assumes the attribute
is a string, and will… |
1 |
|
_simplesamlphp_auth_forcehttps_rewrite |
./simplesamlphp_auth.module |
Forces HTTPS connections. |
|
|
_simplesamlphp_auth_generate_block_text |
./simplesamlphp_auth.module |
Generates the text for the log in block. |
1 |
|
_simplesamlphp_auth_get_authname |
./simplesamlphp_auth.module |
Gets the authname attribute from the SAML assertion. |
1 |
|
_simplesamlphp_auth_get_default_name |
./simplesamlphp_auth.module |
Gets the default name attribute from the SAML assertion. |
1 |
|
_simplesamlphp_auth_get_mail |
./simplesamlphp_auth.module |
Gets the mail attribute. |
1 |
|
_simplesamlphp_auth_isEnabled |
./simplesamlphp_auth.module |
Checks to see if authentication via SimpleSAMLphp should be activated. |
6 |
|
_simplesamlphp_auth_rolepopulation |
./simplesamlphp_auth.module |
Performs role population. |
1 |
|
_simplesaml_auth_debug |
./simplesamlphp_auth.module |
Debug the form API workflow. |
6 |
|
_simplesaml_auth_user_has_authmap |
./simplesamlphp_auth.module |
See if the user has an authmap record for simplesamlphp_auth. |
1 |
|