You are here

service samlauth.saml in SAML Authentication 4.x

Same name and namespace in other branches
  1. 8.3 samlauth.services.yml \samlauth.saml
  2. 8 samlauth.services.yml \samlauth.saml
  3. 8.2 samlauth.services.yml \samlauth.saml

Class

Drupal\samlauth\SamlService
2 string references to samlauth.saml
samlauth_user_presave in ./samlauth.module
Implements hook_user_presave().
SamlController::create in src/Controller/SamlController.php
Instantiates a new instance of this class.

File

./samlauth.services.yml
samlauth.services.yml

View source
  1. class: Drupal\samlauth\SamlService
  2. arguments:
  3. - '@externalauth.externalauth'
  4. - '@externalauth.authmap'
  5. - '@config.factory'
  6. - '@entity_type.manager'
  7. - '@logger.channel.samlauth'
  8. - '@event_dispatcher'
  9. - '@request_stack'
  10. - '@tempstore.private'
  11. - '@flood'
  12. - '@current_user'
  13. - '@messenger'
  14. - '@string_translation'
  15. calls:
  16. - [setKeyRepository, ['@?key.repository']]