Home
last modified time | relevance | path

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

/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/shibsp/attribute/resolver/impl/
H A DAssertionAttributeExtractor.cpp78 m_authnClass, member in shibsp::AssertionExtractor
106 m_authnClass(XMLHelper::getAttrString(e, nullptr, AuthnContextClassRef::LOCAL_NAME)), in AssertionExtractor()
255 …if (!m_authnClass.empty() && ac->getAuthnContextClassRef() && ac->getAuthnContextClassRef()->getRe… in extractAttributes()
258 … auto_ptr<SimpleAttribute> classref(new SimpleAttribute(vector<string>(1, m_authnClass))); in extractAttributes()
338 …if (!m_authnClass.empty() && saml1statement->getAuthenticationMethod() && *(saml1statement->getAut… in extractAttributes()
341 … auto_ptr<SimpleAttribute> authnmethod(new SimpleAttribute(vector<string>(1, m_authnClass))); in extractAttributes()
379 if (!m_authnClass.empty()) in getAttributeIds()
380 attributes.push_back(m_authnClass); in getAttributeIds()