Home
last modified time | relevance | path

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

/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/shibsp/attribute/resolver/impl/
H A DAssertionAttributeExtractor.cpp85 m_sessionIndex, member in shibsp::AssertionExtractor
113m_sessionIndex(XMLHelper::getAttrString(e, nullptr, AuthnStatement::SESSIONINDEX_ATTRIB_NAME)), in AssertionExtractor()
206 …if (!m_sessionIndex.empty() && saml2statement->getSessionIndex() && *(saml2statement->getSessionIn… in extractAttributes()
209 … auto_ptr<SimpleAttribute> sessionindex(new SimpleAttribute(vector<string>(1, m_sessionIndex))); in extractAttributes()
389 if (!m_sessionIndex.empty()) in getAttributeIds()
390 attributes.push_back(m_sessionIndex); in getAttributeIds()
/dports/net/osrtspproxy/osrtspproxy_2_0/rtspproxy/
H A Drtspproxy.cpp637 m_sessionIndex( 0 ) in CRtspProxyCnx()
938 pSession->SetSessionID( strSessionID, pServerCnx->GetHostName(), m_sessionIndex++ ); in PassSetupResponseToClient()
950 pSession->SetSessionID( strSessionID, pServerCnx->GetHostName(), m_sessionIndex++ ); in PassSetupResponseToClient()
H A Drtspproxy.h246 UINT16 m_sessionIndex; variable