public function IdpInterface::setAuthnContextClassRef in SAML Service Provider 3.x
Same name and namespace in other branches
- 8.3 src/IdpInterface.php \Drupal\saml_sp\IdpInterface::setAuthnContextClassRef()
- 4.x src/IdpInterface.php \Drupal\saml_sp\IdpInterface::setAuthnContextClassRef()
Sets the authentication methods requested for this IdP.
Parameters
array $authn_context_class_ref: The authentication methods.
1 method overrides IdpInterface::setAuthnContextClassRef()
- Idp::setAuthnContextClassRef in src/
Entity/ Idp.php - Sets the authentication methods requested for this IdP.
File
- src/
IdpInterface.php, line 82
Class
- IdpInterface
- Provides an interface defining a Example entity.
Namespace
Drupal\saml_spCode
public function setAuthnContextClassRef(array $authn_context_class_ref);