Home
last modified time | relevance | path

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

/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/shibsp/attribute/resolver/impl/
H A DAssertionAttributeExtractor.cpp84 m_notOnOrAfter, member in shibsp::AssertionExtractor
112m_notOnOrAfter(XMLHelper::getAttrString(e, nullptr, saml2::Conditions::NOTONORAFTER_ATTRIB_NAME)), in AssertionExtractor()
178 if (!m_notOnOrAfter.empty() && saml2assertion->getConditions()->getNotOnOrAfter()) { in extractAttributes()
181 … auto_ptr<SimpleAttribute> notonorafter(new SimpleAttribute(vector<string>(1, m_notOnOrAfter))); in extractAttributes()
311 …if (!m_notOnOrAfter.empty() && saml1assertion->getConditions() && saml1assertion->getConditions()-… in extractAttributes()
314 … auto_ptr<SimpleAttribute> notonorafter(new SimpleAttribute(vector<string>(1, m_notOnOrAfter))); in extractAttributes()
387 if (!m_notOnOrAfter.empty()) in getAttributeIds()
388 attributes.push_back(m_notOnOrAfter); in getAttributeIds()