You are here

public function XMLSecurityDSig::getValidatedNodes in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 8

This function retrieves an associative array of the validated nodes.

The array will contain the id of the referenced node as the key and the node itself as the value.

Returns: An associative array of validated nodes or null if no nodes have been validated.

Return value

array Associative array of validated nodes

File

src/XMLSecurityKey.php, line 1815

Class

XMLSecurityDSig

Namespace

Drupal\miniorange_saml

Code

public function getValidatedNodes() {
  return $this->validatedNodes;
}