OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Protected Member Functions | Properties | List of all members
OpenSim.Region.CoreModules.Framework.UserManagement.HGUserManagementModule Class Reference
Inheritance diagram for OpenSim.Region.CoreModules.Framework.UserManagement.HGUserManagementModule:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Region.CoreModules.Framework.UserManagement.HGUserManagementModule:
Collaboration graph
[legend]

Public Member Functions

new void Initialise (IConfigSource config)
 This is called to initialize the region module. For shared modules, this is called exactly once, after creating the single (shared) instance. For non-shared modules, this is called once on each instance, after the instace for the region has been created. More...
 
- Public Member Functions inherited from OpenSim.Region.CoreModules.Framework.UserManagement.UserManagementModule
void Initialise (IConfigSource config)
 This is called to initialize the region module. For shared modules, this is called exactly once, after creating the single (shared) instance. For non-shared modules, this is called once on each instance, after the instace for the region has been created. More...
 
void AddRegion (Scene scene)
 This is called whenever a Scene is added. For shared modules, this can happen several times. For non-shared modules, this happens exactly once, after Initialise has been called. More...
 
void RemoveRegion (Scene scene)
 This is called whenever a Scene is removed. For shared modules, this can happen several times. For non-shared modules, this happens exactly once, if the scene this instance is associated with is removed. More...
 
void RegionLoaded (Scene s)
 This will be called once for every scene loaded. In a shared module this will be multiple times in one instance, while a nonshared module instance will only be called once. This method is called after AddRegion has been called in all modules for that scene, providing an opportunity to request another module's interface, or hook an event from another module. More...
 
void PostInitialise ()
 This is called exactly once after all the shared region-modules have been instanciated and IRegionModuleBase.Initialised. More...
 
void Close ()
 This is the inverse to Initialise. After a Close(), this instance won't be usable anymore. More...
 
void HandleAvatarPickerRequest (IClientAPI client, UUID avatarID, UUID RequestID, string query)
 
List< UserDataGetUserData (string query, int page_size, int page_number)
 
UUID GetUserIdByName (string name)
 Get user ID by the given name. More...
 
UUID GetUserIdByName (string firstName, string lastName)
 Get user ID by the given name. More...
 
string GetUserName (UUID uuid)
 
string GetUserHomeURL (UUID userID)
 
string GetUserServerURL (UUID userID, string serverType)
 
string GetUserUUI (UUID userID)
 
bool GetUserUUI (UUID userID, out string uui)
 
bool GetUser (UUID uuid, out UserData userdata)
 
void AddUser (UUID uuid, string first, string last)
 Add a user. More...
 
void AddUser (UUID uuid, string first, string last, string homeURL)
 Add a user. More...
 
void AddUser (UUID id, string creatorData)
 Add a user. More...
 
bool IsLocalGridUser (UUID uuid)
 

Protected Member Functions

override void AddAdditionalUsers (string query, List< UserData > users)
 
- Protected Member Functions inherited from OpenSim.Region.CoreModules.Framework.UserManagement.UserManagementModule
void Init ()
 
void RegisterConsoleCmds ()
 

Properties

override string Name [get]
 
- Properties inherited from OpenSim.Region.CoreModules.Framework.UserManagement.UserManagementModule
bool IsSharedModule [get]
 
virtual string Name [get]
 
Type ReplaceableInterface [get]
 
- Properties inherited from OpenSim.Region.Framework.Interfaces.IRegionModuleBase
string Name [get]
 
Type ReplaceableInterface [get]
 If this returns non-null, it is the type of an interface that this module intends to register. This will cause the loader to defer loading of this module until all other modules have been loaded. If no other module has registered the interface by then, this module will be activated, else it will remain inactive, letting the other module take over. This should return non-null ONLY in modules that are intended to be easily replaceable, e.g. stub implementations that the developer expects to be replaced by third party provided modules. More...
 

Additional Inherited Members

- Protected Attributes inherited from OpenSim.Region.CoreModules.Framework.UserManagement.UserManagementModule
bool m_Enabled
 
List< Scenem_Scenes = new List<Scene>()
 
IServiceThrottleModule m_ServiceThrottle
 
Dictionary< UUID, UserDatam_UserCache = new Dictionary<UUID, UserData>()
 
bool m_DisplayChangingHomeURI = false
 

Detailed Description

Definition at line 49 of file HGUserManagementModule.cs.

Member Function Documentation

override void OpenSim.Region.CoreModules.Framework.UserManagement.HGUserManagementModule.AddAdditionalUsers ( string  query,
List< UserData users 
)
inlineprotectedvirtual
new void OpenSim.Region.CoreModules.Framework.UserManagement.HGUserManagementModule.Initialise ( IConfigSource  source)
inline

This is called to initialize the region module. For shared modules, this is called exactly once, after creating the single (shared) instance. For non-shared modules, this is called once on each instance, after the instace for the region has been created.

Parameters
sourceA IConfigSource

Implements OpenSim.Region.Framework.Interfaces.IRegionModuleBase.

Definition at line 55 of file HGUserManagementModule.cs.

Property Documentation

override string OpenSim.Region.CoreModules.Framework.UserManagement.HGUserManagementModule.Name
get

Definition at line 67 of file HGUserManagementModule.cs.


The documentation for this class was generated from the following file: