fhq-server
v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
|
This handler will be list classbook proposal record. More...
#include <cmd_handlers_classbook.h>
Public Member Functions | |
CmdClassbookProposalListHandler () | |
This handler will be list classbook proposal record. More... | |
virtual void | handle (ModelRequest *pRequest) |
![]() | |
CmdHandlerBase (const std::string &sCmd, const std::string &sDescription) | |
virtual std::string | cmd () |
virtual std::string | description () |
std::string | activatedFromVersion () |
std::string | deprecatedFromVersion () |
bool | accessUnauthorized () |
bool | accessUser () |
bool | accessAdmin () |
bool | checkAccess (ModelRequest *pRequest) |
virtual const std::vector< CmdInputDef > & | inputs () |
Additional Inherited Members | |
![]() | |
void | setAccessUnauthorized (bool bAccess) |
void | setAccessUser (bool bAccess) |
void | setAccessAdmin (bool bAccess) |
void | setActivatedFromVersion (const std::string &sActivatedFromVersion) |
void | setDeprecatedFromVersion (const std::string &sDeprecatedFromVersion) |
CmdInputDef & | requireStringParam (const std::string &sName, const std::string &sDescription) |
CmdInputDef & | optionalStringParam (const std::string &sName, const std::string &sDescription) |
CmdInputDef & | requireIntegerParam (const std::string &sName, const std::string &sDescription) |
CmdInputDef & | optionalIntegerParam (const std::string &sName, const std::string &sDescription) |
CmdInputDef & | requireBooleanParam (const std::string &sName, const std::string &sDescription) |
CmdInputDef & | optionalBooleanParam (const std::string &sName, const std::string &sDescription) |
![]() | |
std::string | TAG |
std::string | m_sCmd |
std::string | m_sDescription |
This handler will be list classbook proposal record.
CmdClassbookProposalListHandler::CmdClassbookProposalListHandler | ( | ) |
This handler will be list classbook proposal record.
|
virtual |
Implements CmdHandlerBase.