29 using System.Collections.Generic;
33 namespace OpenSim.Services.Interfaces
40 string GetUserName(UUID uuid);
41 string GetUserHomeURL(UUID uuid);
42 string GetUserUUI(UUID uuid);
43 bool GetUserUUI(UUID userID, out
string uui);
44 string GetUserServerURL(UUID uuid,
string serverType);
51 UUID GetUserIdByName(
string name);
59 UUID GetUserIdByName(
string firstName,
string lastName);
70 void AddUser(UUID uuid,
string creatorData);
81 void AddUser(UUID uuid,
string firstName,
string lastName);
93 void AddUser(UUID uuid,
string firstName,
string lastName,
string homeURL);
95 bool IsLocalGridUser(UUID uuid);
This maintains the relationship between a UUID and a user name.