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

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

Méthodes publiques

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

Méthodes protégées

Méthode 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

Méthode 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 méthode

public FinishedStartup ( ) : void
Résultat void

GetSystemEstateOwner() public méthode

public GetSystemEstateOwner ( int estateID ) : UUID
estateID int
Résultat UUID

GetSystemEstateOwnerName() public méthode

public GetSystemEstateOwnerName ( int estateID ) : string
estateID int
Résultat string

HandleResetBankerPassword() protected méthode

protected HandleResetBankerPassword ( IScene scene, string cmd ) : void
scene IScene
cmd string
Résultat void

HandleResetGovernorPassword() protected méthode

protected HandleResetGovernorPassword ( IScene scene, string cmd ) : void
scene IScene
cmd string
Résultat void

HandleResetMarketplacePassword() protected méthode

protected HandleResetMarketplacePassword ( IScene scene, string cmd ) : void
scene IScene
cmd string
Résultat void

HandleResetRealEstatePassword() protected méthode

protected HandleResetRealEstatePassword ( IScene scene, string cmd ) : void
scene IScene
cmd string
Résultat void

Initialize() public méthode

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void

Start() public méthode

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void