C# Class Universe.Services.GenericServices.SystemAccountService.SystemAccountService

Basically a provision to allow user configuration of the system user accounts
Inheritance: ISystemAccountService, IService
Mostrar archivo Open project: Virtual-Universe/Virtual-Universe

Public Methods

Method Description
FinishedStartup ( ) : void
GetSystemEstateOwner ( int estateID ) : UUID
GetSystemEstateOwnerName ( int estateID ) : string
Initialize ( IConfigSource config, IRegistryCore registry ) : void
Start ( IConfigSource config, IRegistryCore registry ) : void

Protected Methods

Method Description
HandleResetBankerPassword ( IScene scene, string cmd ) : void
HandleResetGovernorPassword ( IScene scene, string cmd ) : void
HandleResetMarketplacePassword ( IScene scene, string cmd ) : void
HandleResetRealEstatePassword ( IScene scene, string cmd ) : void

Private Methods

Method Description
AddCommands ( ) : void
CheckSystemUserInfo ( ) : void

Checks and creates the system users.

ResetSystemPassword ( string userType, string systemUserName ) : void
SaveSystemUserPassword ( string userType, string userName, string password ) : void
VerifySystemUserInfo ( string usrType, UUID usrUUID, string usrName, int usrLevel ) : void

Method Details

FinishedStartup() public method

public FinishedStartup ( ) : void
return void

GetSystemEstateOwner() public method

public GetSystemEstateOwner ( int estateID ) : UUID
estateID int
return UUID

GetSystemEstateOwnerName() public method

public GetSystemEstateOwnerName ( int estateID ) : string
estateID int
return string

HandleResetBankerPassword() protected method

protected HandleResetBankerPassword ( IScene scene, string cmd ) : void
scene IScene
cmd string
return void

HandleResetGovernorPassword() protected method

protected HandleResetGovernorPassword ( IScene scene, string cmd ) : void
scene IScene
cmd string
return void

HandleResetMarketplacePassword() protected method

protected HandleResetMarketplacePassword ( IScene scene, string cmd ) : void
scene IScene
cmd string
return void

HandleResetRealEstatePassword() protected method

protected HandleResetRealEstatePassword ( IScene scene, string cmd ) : void
scene IScene
cmd string
return void

Initialize() public method

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
return void

Start() public method

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
return void