otsdaq
v2_03_00
|
Public Member Functions | |
RemoteWebUsers (xdaq::Application *application) | |
bool | xmlRequestToGateway (cgicc::Cgicc &cgi, std::ostringstream *out, HttpXmlDocument *xmldoc, const AllSupervisorInfo &allSupervisorInfo, WebUsers::RequestUserInfo &userInfo) |
std::string | getActiveUserList (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *supervisorDescriptor) |
void | sendSystemMessage (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *supervisorDescriptor, const std::string &toUser, const std::string &msg) |
void | makeSystemLogbookEntry (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *supervisorDescriptor, const std::string &entryText) |
std::pair< std::string, TableGroupKey > | getLastConfigGroup (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *supervisorDescriptor, const std::string &actionOfLastGroup, std::string &actionTimeString) |
![]() | |
SOAPMessenger (xdaq::Application *application) | |
SOAPMessenger (const SOAPMessenger &aSOAPMessenger) | |
std::string | send (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, xoap::MessageReference message) |
std::string | send (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, SOAPCommand soapCommand) |
std::string | send (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string command) |
std::string | send (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string command, SOAPParameters parameters) |
std::string | sendStatus (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string message) |
xoap::MessageReference | sendWithSOAPReply (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, xoap::MessageReference message) |
xoap::MessageReference | sendWithSOAPReply (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, SOAPCommand soapCommand) |
xoap::MessageReference | sendWithSOAPReply (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string command) |
xoap::MessageReference | sendWithSOAPReply (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string command, SOAPParameters parameters) |
Additional Inherited Members | |
![]() | |
xdaq::Application * | theApplication_ |
Definition at line 21 of file RemoteWebUsers.h.
bool RemoteWebUsers::xmlRequestToGateway | ( | cgicc::Cgicc & | cgi, |
std::ostringstream * | out, | ||
HttpXmlDocument * | xmldoc, | ||
const AllSupervisorInfo & | allSupervisorInfo, | ||
WebUsers::RequestUserInfo & | userInfo | ||
) |
lockRequired) return true; //done, no need to get user info for cookie
Definition at line 105 of file RemoteWebUsers.cc.