29 using System.Reflection;
32 using OpenSim.Framework;
33 using OpenSim.Framework.Console;
35 using OpenSim.Services.Interfaces;
42 private static readonly ILog m_log =
44 MethodBase.GetCurrentMethod().DeclaringType);
48 m_log.Info(
"[AUTHORIZATION CONNECTOR]: Local Authorization service enabled");
52 string userID,
string firstName,
string lastName,
string regionID, out
string message)
54 message =
"Authorized";
bool IsAuthorizedForRegion(string userID, string firstName, string lastName, string regionID, out string message)
Check whether the user should be given access to the region.
Interactive OpenSim region server
AuthorizationService(IConfigSource config)