C# 클래스 Universe.Services.GenericServices.SystemAccountService.SystemAccountService

Basically a provision to allow user configuration of the system user accounts
상속: ISystemAccountService, IService
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 메소드들

메소드 설명
FinishedStartup ( ) : void
GetSystemEstateOwner ( int estateID ) : UUID
GetSystemEstateOwnerName ( int estateID ) : string
Initialize ( IConfigSource config, IRegistryCore registry ) : void
Start ( IConfigSource config, IRegistryCore registry ) : void

보호된 메소드들

메소드 설명
HandleResetBankerPassword ( IScene scene, string cmd ) : void
HandleResetGovernorPassword ( IScene scene, string cmd ) : void
HandleResetMarketplacePassword ( IScene scene, string cmd ) : void
HandleResetRealEstatePassword ( IScene scene, string cmd ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

FinishedStartup() 공개 메소드

public FinishedStartup ( ) : void
리턴 void

GetSystemEstateOwner() 공개 메소드

public GetSystemEstateOwner ( int estateID ) : UUID
estateID int
리턴 UUID

GetSystemEstateOwnerName() 공개 메소드

public GetSystemEstateOwnerName ( int estateID ) : string
estateID int
리턴 string

HandleResetBankerPassword() 보호된 메소드

protected HandleResetBankerPassword ( IScene scene, string cmd ) : void
scene IScene
cmd string
리턴 void

HandleResetGovernorPassword() 보호된 메소드

protected HandleResetGovernorPassword ( IScene scene, string cmd ) : void
scene IScene
cmd string
리턴 void

HandleResetMarketplacePassword() 보호된 메소드

protected HandleResetMarketplacePassword ( IScene scene, string cmd ) : void
scene IScene
cmd string
리턴 void

HandleResetRealEstatePassword() 보호된 메소드

protected HandleResetRealEstatePassword ( IScene scene, string cmd ) : void
scene IScene
cmd string
리턴 void

Initialize() 공개 메소드

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
리턴 void

Start() 공개 메소드

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
리턴 void