hook_simplesamlphp_auth_allow_login |
./simplesamlphp_auth.api.php |
Allows other modules to decide whether user with the given set of
attributes is allowed to log in via SSO or not. |
|
|
hook_simplesamlphp_auth_logout_gotourl_alter |
./simplesamlphp_auth.api.php |
Allow modules to change the url passed to simplesamlphp during logout. |
|
|
hook_simplesamlphp_auth_pre_login |
./simplesamlphp_auth.api.php |
Allows other modules to perform an additional authentication step prior
to logging in given the set of attributes and user object. |
|
|
hook_simplesamlphp_auth_user_roles_alter |
./simplesamlphp_auth.api.php |
Allows the use of custom logic to alter the roles assigned to a user. |
|
|
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.inc |
Return any attributes provided by the SAML IDP. |
2 |
|
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.inc |
Determine if the current user is authenticated through SAML. |
|
|
simplesamlphp_auth_loginpage |
./simplesamlphp_auth.pages.inc |
Returns markup for SimpleSAMLphp login page. |
|
1 |
simplesamlphp_auth_menu |
./simplesamlphp_auth.module |
Implements hook_menu(). |
|
|
simplesamlphp_auth_menu_site_status_alter |
./simplesamlphp_auth.module |
Implements hook_menu_site_status_alter(). |
|
|
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_basic |
./simplesamlphp_auth.admin.inc |
Basic configuration form. |
|
1 |
simplesamlphp_auth_settings_basic_submit |
./simplesamlphp_auth.admin.inc |
Additional submission handler for simplesamlphp_auth_settings_basic(). |
|
1 |
simplesamlphp_auth_settings_local |
./simplesamlphp_auth.admin.inc |
Configuration form for all local authentication related settings. |
|
1 |
simplesamlphp_auth_settings_sync |
./simplesamlphp_auth.admin.inc |
Configuration form pertaining to how the data is pulled in from the IdP. |
|
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(). |
|
|
simplesaml_auth_moderate_local_login |
./simplesamlphp_auth.inc |
Denies non-SAML-authenticated access to the site for configured Drupal roles. |
1 |
|
simplesaml_auth_user_profile_form_submit |
./simplesamlphp_auth.module |
Submit callback to enable SAML authentication for a given user. |
|
1 |
_simplesamlphp_auth_allow_user_by_attribute |
./simplesamlphp_auth.inc |
Asks all modules if current federated user is allowed to login.
Returns FALSE if at least one module returns FALSE |
1 |
|
_simplesamlphp_auth_destroy_drupal_session |
./simplesamlphp_auth.module |
Logs out a user who has an active Drupal session but not with simpleSAML. |
1 |
|
_simplesamlphp_auth_evaulaterolerule |
./simplesamlphp_auth.module |
Evaluates a role rule. |
1 |
|
_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. |
2 |
|
_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 if authentication via SimpleSAMLphp should be activated. |
3 |
1 |
_simplesamlphp_auth_rolepopulation |
./simplesamlphp_auth.module |
Performs role population. |
2 |
|
_simplesaml_auth_autoload |
./simplesamlphp_auth.module |
Loads simplesamlphp class and initializes global variables. |
6 |
|
_simplesaml_auth_login_register |
./simplesamlphp_auth.inc |
Performs login and/or register actions for SAML authenticated users. |
1 |
|
_simplesaml_auth_user_has_authmap |
./simplesamlphp_auth.module |
See if the user has an authmap record for simplesamlphp_auth. |
1 |
|
_simplesaml_auth_user_login |
./simplesamlphp_auth.inc |
Logs an SAML-authenticated user into Drupal. |
2 |
|
_simplesaml_auth_user_register |
./simplesamlphp_auth.inc |
Creates a new Drupal account for a SAML authenticated user. |
1 |
|
_simplesaml_auth_user_update |
./simplesamlphp_auth.inc |
Updates a SAML-authenticated user's account with current username and email. |
1 |
|