comparison OrthancServer/OrthancConfiguration.h @ 3500:0d248cc63ded

Security: If remote HTTP access is enabled, HTTP authentication automatically gets enabled
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Aug 2019 21:32:16 +0200
parents 6fd38327e777
children d2b9981017c4
comparison
equal deleted inserted replaced
3499:d8f7c3970e25 3500:0d248cc63ded
183 183
184 void GetListOfDicomModalities(std::set<std::string>& target) const; 184 void GetListOfDicomModalities(std::set<std::string>& target) const;
185 185
186 void GetListOfOrthancPeers(std::set<std::string>& target) const; 186 void GetListOfOrthancPeers(std::set<std::string>& target) const;
187 187
188 void SetupRegisteredUsers(HttpServer& httpServer) const; 188 // Returns "true" iff. at least one user is registered
189 bool SetupRegisteredUsers(HttpServer& httpServer) const;
189 190
190 std::string InterpretStringParameterAsPath(const std::string& parameter) const; 191 std::string InterpretStringParameterAsPath(const std::string& parameter) const;
191 192
192 void GetListOfStringsParameter(std::list<std::string>& target, 193 void GetListOfStringsParameter(std::list<std::string>& target,
193 const std::string& key) const; 194 const std::string& key) const;