You are here

35 string references to 'cas.settings' in CAS 2.x

CasAutoAssignRolesSubscriber::__construct in src/Subscriber/CasAutoAssignRolesSubscriber.php
CasAutoAssignRoleSubscriber constructor.
CasEventsTest::testRegistrationCancelling in tests/src/Functional/CasEventsTest.php
Tests cancelling the login with auto register process from a subscriber.
CasForcedAuthSubscriber::__construct in src/Subscriber/CasForcedAuthSubscriber.php
Constructs a new CasSubscriber.
CasForcedAuthSubscriberTest::testForcedLoginPaths in tests/src/Functional/CasForcedAuthSubscriberTest.php
Test that the CasSubscriber properly forces CAS authentication as expected.
CasGatewayAuthSubscriber::__construct in src/Subscriber/CasGatewayAuthSubscriber.php
Constructs a new CasSubscriber.
CasGatewayAuthSubscriberTest::testGatewayPaths in tests/src/Functional/CasGatewayAuthSubscriberTest.php
Test that the gateway auth works as expected.
CasHelper::__construct in src/Service/CasHelper.php
Constructor.
CasLoginFormTest::testLoginLinkOnLoginForm in tests/src/Functional/CasLoginFormTest.php
Tests the login link on the user login form.
CasLoginFormTest::testPreventNormalLogin in tests/src/Functional/CasLoginFormTest.php
Tests the "prevent normal login" feature.
CasLogout::__construct in src/Service/CasLogout.php
CasLogout constructor.
CasPasswordResetTest::setUp in tests/src/Functional/CasPasswordResetTest.php
CasProxyHelper::__construct in src/Service/CasProxyHelper.php
Constructor.
CasRedirector::__construct in src/Service/CasRedirector.php
CasRedirector constructor.
CasRouteEnhancer::__construct in src/Routing/CasRouteEnhancer.php
Constructor.
CasServerConfigTest::testCasServerGuzzleConnectionOptions in tests/src/Unit/CasServerConfigTest.php
Test getCasServerGuzzleConnectionOptions.
CasServerConfigTest::testGetServerBaseUrl in tests/src/Unit/CasServerConfigTest.php
Test getServerBaseUrl.
CasServerConfigTest::testGetters in tests/src/Unit/CasServerConfigTest.php
Test getters.
CasSettings::buildForm in src/Form/CasSettings.php
Form constructor.
CasSettings::getEditableConfigNames in src/Form/CasSettings.php
Gets the configuration names that will be editable.
CasSettings::submitForm in src/Form/CasSettings.php
Form submission handler.
CasUserAccessCheck::__construct in src/Access/CasUserAccessCheck.php
Constructs a new access checker instance.
CasUserManager::login in src/Service/CasUserManager.php
Attempts to log the user in to the Drupal site.
CasValidator::__construct in src/Service/CasValidator.php
Constructor.
cas_form_user_login_form_alter in ./cas.module
Implements hook_form_FORM_ID_alter().
cas_post_update_8002 in ./cas.post_update.php
Set default value for new gateway method config option.
cas_update_8001 in ./cas.install
Adds the 'created' field to the cas_login_data table and new related config.
cas_update_8002 in ./cas.install
Rename the configuration setting for debug log.
cas_update_8003 in ./cas.install
Disable the newly added "prevent normal login" feature.
cas_update_8004 in ./cas.install
Set new 'protocol' config option to HTTPS.
cas_update_8005 in ./cas.install
Set CAS login and error message defaults.
cas_user_role_delete in ./cas.module
Implements hook_ENTITY_TYPE_delete().
DenyCas::check in src/PageCache/DenyCas.php
Determines whether it is save to store a page in the cache.
LogoutController::__construct in src/Controller/LogoutController.php
Constructor.
ServiceController::__construct in src/Controller/ServiceController.php
Constructor.
_cas_user_login_validate in ./cas.module
Custom validation function added to user login form.