Home
last modified time | relevance | path

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

/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/shibsp/attribute/resolver/impl/
H A DAssertionAttributeExtractor.cpp198 … auto_ptr<SimpleAttribute> authninstant(new SimpleAttribute(vector<string>(1, m_authnInstant))); in extractAttributes() local
199 authninstant->getValues().push_back(temp.get()); in extractAttributes()
200 attributes.push_back(authninstant.get()); in extractAttributes()
201 authninstant.release(); in extractAttributes()
330 … auto_ptr<SimpleAttribute> authninstant(new SimpleAttribute(vector<string>(1, m_authnInstant))); in extractAttributes() local
331 authninstant->getValues().push_back(temp.get()); in extractAttributes()
332 attributes.push_back(authninstant.get()); in extractAttributes()
333 authninstant.release(); in extractAttributes()