public function IdpInterface::setX509Cert in SAML Service Provider 4.x
Same name and namespace in other branches
- 8.3 src/IdpInterface.php \Drupal\saml_sp\IdpInterface::setX509Cert()
- 3.x src/IdpInterface.php \Drupal\saml_sp\IdpInterface::setX509Cert()
Sets the X.509 certificates for the IdP server.
Parameters
array $x509_certs: The certificates.
1 method overrides IdpInterface::setX509Cert()
- Idp::setX509Cert in src/
Entity/ Idp.php - Sets the X.509 certificates for the IdP server.
File
- src/
IdpInterface.php, line 122
Class
- IdpInterface
- Provides an interface defining a Example entity.
Namespace
Drupal\saml_spCode
public function setX509Cert(array $x509_certs);