You are here

service cas.user_manager in CAS 8

Same name and namespace in other branches
  1. 2.x cas.services.yml \cas.user_manager

Class

Drupal\cas\Service\CasUserManager
11 string references to cas.user_manager
BulkAddCasUsers::userAdd in src/Form/BulkAddCasUsers.php
Perform a single CAS user creation batch operation.
CasBulkAddCasUsersTest::testBulkAddForm in tests/src/Functional/CasBulkAddCasUsersTest.php
Tests the bulk add form.
CasCommands::setCasUsername in src/Commands/CasCommands.php
Sets CAS username for an existing Drupal user.
CasProtectedUserFieldConstraintValidator::create in src/Plugin/Validation/Constraint/CasProtectedUserFieldConstraintValidator.php
Instantiates a new instance of this class.
CasUserInteractionTestForm::submitForm in tests/modules/cas_user_interaction_test/src/CasUserInteractionTestForm.php
Form submission handler.

... See full list

File

./cas.services.yml
cas.services.yml

View source
  1. class: Drupal\cas\Service\CasUserManager
  2. arguments:
  3. - '@externalauth.externalauth'
  4. - '@externalauth.authmap'
  5. - '@config.factory'
  6. - '@session'
  7. - '@database'
  8. - '@event_dispatcher'
  9. - '@cas.helper'
  10. - '@cas.proxy_helper'