Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetConfig
Method
SetConfig
Modules/RESTAPI/src/mitkRestServer.cpp:434–438 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
432
}
433
434
void RestServer::SetConfig(const RestServerConfig& config)
435
{
436
std::lock_guard<std::mutex> lock(m_Mutex);
437
m_PendingConfig = config;
438
}
439
440
RestServerConfig RestServer::GetPendingConfig() const
441
{
Callers
15
ApplyPreferences
Method · 0.80
ConfigSecurityFieldsPersist
Method · 0.80
CheckAuthentication_MissingHeader_Returns401
Method · 0.80
CheckAuthentication_InvalidToken_Returns401
Method · 0.80
CheckAuthentication_ValidToken_AllowsRequest
Method · 0.80
CheckAuthentication_ExemptPath_NoTokenRequired
Method · 0.80
CheckRateLimit_ExceedsLimit_Returns429
Method · 0.80
CheckRateLimit_Disabled_AllowsAll
Method · 0.80
CheckClientAccess_AllowAll_Permits
Method · 0.80
StartsAndStops
Method · 0.80
ReportsRunningState
Method · 0.80
ReportsServerUrl
Method · 0.80
Calls
no outgoing calls
Tested by
15
ConfigSecurityFieldsPersist
Method · 0.64
CheckAuthentication_MissingHeader_Returns401
Method · 0.64
CheckAuthentication_InvalidToken_Returns401
Method · 0.64
CheckAuthentication_ValidToken_AllowsRequest
Method · 0.64
CheckAuthentication_ExemptPath_NoTokenRequired
Method · 0.64
CheckRateLimit_ExceedsLimit_Returns429
Method · 0.64
CheckRateLimit_Disabled_AllowsAll
Method · 0.64
CheckClientAccess_AllowAll_Permits
Method · 0.64
StartsAndStops
Method · 0.64
ReportsRunningState
Method · 0.64
ReportsServerUrl
Method · 0.64
ConfigurationPersists
Method · 0.64