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()
File
- src/
SAML2_Assertion.php, line 317
Class
Namespace
Drupal\miniorange_samlCode
private function parseEncryptedAttributes(DOMElement $xml) {
$this->encryptedAttribute = Utilities::xpQuery($xml, './saml_assertion:AttributeStatement/saml_assertion:EncryptedAttribute');
}