29 using System.Collections.Generic;
30 using System.Reflection;
34 namespace OpenSim.Framework.ServiceAuth
44 bool allowLlHttpRequestIn
45 = Util.GetConfigVarFromSections<
bool>(config,
"AllowllHTTPRequestIn",
new string[] {
"Network", section },
false);
47 if (!allowLlHttpRequestIn)
50 string authType = Util.GetConfigVarFromSections<
string>(config,
"AuthType",
new string[] {
"Network", section },
"None");
54 case "BasicHttpAuthentication":
62 if (compoundAuth.
Count > 0)
static IServiceAuth Create(IConfigSource config, string section)