Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/net/
H A Dssl_types.h122 static SSLPeerInfo& forSession(const transport::SessionHandle& session);
123 static const SSLPeerInfo& forSession(const transport::ConstSessionHandle& session);
H A Dssl_manager.cpp144 SSLPeerInfo& SSLPeerInfo::forSession(const transport::SessionHandle& session) { in forSession() function in mongo::SSLPeerInfo
148 const SSLPeerInfo& SSLPeerInfo::forSession(const transport::ConstSessionHandle& session) { in forSession() function in mongo::SSLPeerInfo
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/auth/
H A Dauthz_manager_external_state.cpp61 auto& sslPeerInfo = SSLPeerInfo::forSession(opCtx->getClient()->session()); in shouldUseRolesFromConnection()
H A Dauthz_manager_external_state_s.cpp165 auto& sslPeerInfo = SSLPeerInfo::forSession(opCtx->getClient()->session()); in getUserDescription()
H A Dauthorization_manager_test.cpp70 auto& sslPeerInfo = SSLPeerInfo::forSession(session); in setX509PeerInfo()
H A Dauthz_manager_external_state_local.cpp177 auto& sslPeerInfo = SSLPeerInfo::forSession(opCtx->getClient()->session()); in getUserDescription()
/dports/www/cutelyst/cutelyst-3.2.0/Cutelyst/Plugins/Authentication/
H A Dhtpasswd.h49 virtual QVariant forSession(Context *c, const AuthenticationUser &user) final;
H A Dminimal.h50 virtual QVariant forSession(Context *c, const AuthenticationUser &user) final;
H A Dauthenticationstore.h73 virtual QVariant forSession(Context *c, const AuthenticationUser &user);
H A Dauthenticationstore.cpp58 QVariant AuthenticationStore::forSession(Context *c, const AuthenticationUser &user) in forSession() function in AuthenticationStore
H A Dminimal.cpp58 QVariant StoreMinimal::forSession(Context *c, const AuthenticationUser &user) in forSession() function in StoreMinimal
H A Dauthenticationrealm.cpp95 m_store->forSession(c, user)); in persistUser()
H A Dhtpasswd.cpp102 QVariant StoreHtpasswd::forSession(Context *c, const AuthenticationUser &user) in forSession() function in StoreHtpasswd
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/transport/
H A Dmessage_compressor_manager.h128 static MessageCompressorManager& forSession(const transport::SessionHandle& session);
H A Dsession_asio.h276 return SSLPeerInfo::forSession(shared_from_this()).sniName; in getSniName()
325 auto& sslPeerInfo = SSLPeerInfo::forSession(shared_from_this()); in maybeHandshakeSSL()
H A Dtransport_layer_legacy.cpp270 SSLPeerInfo::forSession(transport::SessionHandle(legacyTicket->getSession())); in _runTicket()
H A Dmessage_compressor_manager.cpp305 MessageCompressorManager& MessageCompressorManager::forSession( in forSession() function in mongo::MessageCompressorManager
H A Dservice_state_machine.cpp352 auto& compressorMgr = MessageCompressorManager::forSession(_session()); in _processMessage()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/commands/
H A Dauthentication_commands.cpp171 auto& sslPeerInfo = SSLPeerInfo::forSession(opCtx->getClient()->session()); in run()
331 auto clientName = SSLPeerInfo::forSession(client->session()).subjectName; in _authenticateX509()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/commands/
H A Dcluster_is_master_cmd.cpp147 MessageCompressorManager::forSession(opCtx->getClient()->session()) in run()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/repl/
H A Dreplication_info.cpp411 MessageCompressorManager::forSession(opCtx->getClient()->session()) in run()
/dports/lang/smalltalk/smalltalk-3.2.5/packages/glorp/
H A DGlorp.st3127 cache := CacheManager forSession: self
10940 CacheManager class >> forSession: aSession [