![]() |
Fledge
An open source edge computing platform for industrial users
|
This is the complete list of members for ServiceAuthHandler, including all inherited members.
AuthenticationMiddlewareACL(std::shared_ptr< HttpServer::Response > response, std::shared_ptr< HttpServer::Request > request, const std::string &serviceName, const std::string &serviceType) | ServiceAuthHandler | |
AuthenticationMiddlewareCommon(std::shared_ptr< HttpServer::Response > response, std::shared_ptr< HttpServer::Request > request, std::string &callerName, std::string &callerType) | ServiceAuthHandler | |
AuthenticationMiddlewarePUT(std::shared_ptr< HttpServer::Response > response, std::shared_ptr< HttpServer::Request > request, std::function< void(std::shared_ptr< HttpServer::Response >, std::shared_ptr< HttpServer::Request >)> funcPUT) | ServiceAuthHandler | |
configChange(const std::string &category, const std::string &config)=0 (defined in ServiceHandler) | ServiceHandler | pure virtual |
configChildCreate(const std::string &parent_category, const std::string &category, const std::string &config)=0 (defined in ServiceHandler) | ServiceHandler | pure virtual |
configChildDelete(const std::string &parent_category, const std::string &category)=0 (defined in ServiceHandler) | ServiceHandler | pure virtual |
createSecurityCategories(ManagementClient *mgtClient, bool dryRun) | ServiceAuthHandler | |
getAuthenticatedCaller() | ServiceAuthHandler | |
getMgmtClient() (defined in ServiceAuthHandler) | ServiceAuthHandler | inlinestatic |
getName() (defined in ServiceAuthHandler) | ServiceAuthHandler | inline |
getType() (defined in ServiceAuthHandler) | ServiceAuthHandler | inline |
isRunning()=0 (defined in ServiceHandler) | ServiceHandler | pure virtual |
m_mgtClient | ServiceAuthHandler | protectedstatic |
m_name (defined in ServiceAuthHandler) | ServiceAuthHandler | protected |
m_type (defined in ServiceAuthHandler) | ServiceAuthHandler | protected |
refreshBearerToken() | ServiceAuthHandler | |
respond(std::shared_ptr< HttpServer::Response > response, const std::string &payload) (defined in ServiceAuthHandler) | ServiceAuthHandler | inline |
respond(std::shared_ptr< HttpServer::Response > response, SimpleWeb::StatusCode code, const std::string &payload) (defined in ServiceAuthHandler) | ServiceAuthHandler | inline |
restart()=0 (defined in ServiceHandler) | ServiceHandler | pure virtual |
securityChange(const std::string &payload) | ServiceAuthHandler | virtual |
ServiceAuthHandler() (defined in ServiceAuthHandler) | ServiceAuthHandler | inline |
setAuthenticatedCaller(bool enabled) | ServiceAuthHandler | |
setInitialAuthenticatedCaller() | ServiceAuthHandler | |
shutdown()=0 (defined in ServiceHandler) | ServiceHandler | pure virtual |
updateSecurityCategory(const std::string &newCategory) | ServiceAuthHandler | |
~ServiceAuthHandler() (defined in ServiceAuthHandler) | ServiceAuthHandler | inlinevirtual |