You are here

public function IdpInterface::setAuthnContextClassRef in SAML Service Provider 4.x

Same name and namespace in other branches
  1. 8.3 src/IdpInterface.php \Drupal\saml_sp\IdpInterface::setAuthnContextClassRef()
  2. 3.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_sp

Code

public function setAuthnContextClassRef(array $authn_context_class_ref);