You are here

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

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 includes/Assertion.php

File

includes/Assertion.php, line 353

Class

SAML2_Assertion

Code

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