Home
last modified time | relevance | path

Searched refs:m_subjectDNS (Results 1 – 1 of 1) sorted by relevance

/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/shibsp/attribute/resolver/impl/
H A DAssertionAttributeExtractor.cpp88 m_subjectDNS, member in shibsp::AssertionExtractor
116m_subjectDNS(XMLHelper::getAttrString(e, nullptr, saml2::SubjectLocality::DNSNAME_ATTRIB_NAME)), in AssertionExtractor()
241 if (!m_subjectDNS.empty() && locality->getDNSName() && *(locality->getDNSName())) { in extractAttributes()
244 … auto_ptr<SimpleAttribute> dns(new SimpleAttribute(vector<string>(1, m_subjectDNS))); in extractAttributes()
362 … if (!m_subjectDNS.empty() && locality->getDNSAddress() && *(locality->getDNSAddress())) { in extractAttributes()
365 … auto_ptr<SimpleAttribute> dns(new SimpleAttribute(vector<string>(1, m_subjectDNS))); in extractAttributes()
395 if (!m_subjectDNS.empty()) in getAttributeIds()
396 attributes.push_back(m_subjectDNS); in getAttributeIds()