You are here

protected property SamlService::$keyRepository in SAML Authentication 4.x

Same name and namespace in other branches
  1. 8.3 src/SamlService.php \Drupal\samlauth\SamlService::keyRepository

The Key repository service.

This is set when the key module is installed. (Not when the key_asymmetric module is installed. The latter is necessary for entering public/private keys but reading them will work fine without it, it seems.)

Type: \Drupal\key\KeyRepositoryInterface

File

src/SamlService.php, line 136

Class

SamlService
Governs communication between the SAML toolkit and the IdP / login behavior.

Namespace

Drupal\samlauth

Code

protected $keyRepository;