You are here

private function SAML2_Assertion::parseEncryptedAttributes in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 8

Parse encrypted attribute statements in assertion.

Parameters

DOMElement $xml The XML element with the assertion.:

1 call to SAML2_Assertion::parseEncryptedAttributes()
SAML2_Assertion::__construct in src/SAML2_Assertion.php

File

src/SAML2_Assertion.php, line 317

Class

SAML2_Assertion

Namespace

Drupal\miniorange_saml

Code

private function parseEncryptedAttributes(DOMElement $xml) {
  $this->encryptedAttribute = Utilities::xpQuery($xml, './saml_assertion:AttributeStatement/saml_assertion:EncryptedAttribute');
}