You are here

service simplesamlphp_auth.drupalauth in simpleSAMLphp Authentication 8.3

Class

Drupal\simplesamlphp_auth\Service\SimplesamlphpDrupalAuth
1 string reference to simplesamlphp_auth.drupalauth
SimplesamlphpAuthController::create in src/Controller/SimplesamlphpAuthController.php
Instantiates a new instance of this class.

File

./simplesamlphp_auth.services.yml
simplesamlphp_auth.services.yml

View source
  1. class: Drupal\simplesamlphp_auth\Service\SimplesamlphpDrupalAuth
  2. arguments:
  3. - '@simplesamlphp_auth.manager'
  4. - '@config.factory'
  5. - '@entity_type.manager'
  6. - '@logger.channel.simplesamlphp_auth'
  7. - '@externalauth.externalauth'
  8. - '@current_user'
  9. - '@messenger'
  10. - '@module_handler'