You are here

28 uses of SECURESITE_BASIC in Secure Site 7.2

SecureSiteForceAlwaysFunctionalTest::testSecureSiteForceAlwaysCronAll in ./securesite.test
Try cron.php with all authentication types enabled.
SecureSiteTypeBasicGuestSetFunctionalTest::setUp in ./securesite.test
Sets up a Drupal site for running functional and integration tests.
SecureSiteTypeBasicGuestUnsetFunctionalTest::setUp in ./securesite.test
Sets up a Drupal site for running functional and integration tests.
SecureSiteTypeBasicUserFunctionalTest::setUp in ./securesite.test
Sets up a Drupal site for running functional and integration tests.
SecureSiteTypeDigestGuestSetFunctionalTest::setUp in ./securesite.test
Sets up a Drupal site for running functional and integration tests.
SecureSiteTypeDigestGuestUnsetFunctionalTest::setUp in ./securesite.test
Sets up a Drupal site for running functional and integration tests.
SecureSiteTypeDigestNoneFunctionalTest::setUp in ./securesite.test
Sets up a Drupal site for running functional and integration tests.
SecureSiteTypeDigestUserStoredFunctionalTest::setUp in ./securesite.test
Sets up a Drupal site for running functional and integration tests.
SecureSiteTypeDigestUserUnstoredFunctionalTest::setUp in ./securesite.test
Sets up a Drupal site for running functional and integration tests.
SecureSiteTypeFormGuestFunctionalTest::setUp in ./securesite.test
Sets up a Drupal site for running functional and integration tests.
SecureSiteTypeFormNoneFunctionalTest::setUp in ./securesite.test
Sets up a Drupal site for running functional and integration tests.
SecureSiteTypeFormUserFunctionalTest::setUp in ./securesite.test
Sets up a Drupal site for running functional and integration tests.
securesite_admin_settings in ./securesite.admin.inc
Form constructor for admin settings form.
securesite_admin_settings_submit in ./securesite.admin.inc
Form submission handler for securesite_admin_settings().
securesite_boot in ./securesite.module
Implements hook_boot().
securesite_type_get in ./securesite.inc
Gets the preferred authentication method.
securesite_uninstall in ./securesite.install
Implements hook_uninstall().
securesite_update_6200 in ./securesite.install
Convert variables from older versions.
securesite_user_delete in ./securesite.module
Implements hook_user_delete().
securesite_user_logout in ./securesite.module
Implements hook_user_logout().
securesite_variable_info in ./securesite.variable.inc
Implements hook_variable_info().
_securesite_boot in ./securesite.inc
Boot with selected authentication mechanism.
_securesite_denied in ./securesite.inc
Deny access to users who are not authorized to access secured pages.
_securesite_dialog in ./securesite.inc
Display authentication dialog and send password reset mails.
_securesite_dialog_page in ./securesite.inc
Display fall-back HTML for HTTP authentication dialogs. Safari will not load this. Opera will not load this after log-out unless the page has been reloaded and the authentication dialog has been displayed twice.
_securesite_digest_auth in ./securesite.inc
Perform digest authentication.
_securesite_mechanism in ./securesite.module
Return the authentication method used by the client, or FALSE if the client did not send credentials.
_securesite_user_digest_cleanup in ./securesite.module
Manage a users stored password.