프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_AuthenticationService | IAuthenticationService | ||
m_Database | IUserAccountData | ||
m_cache | GenericAccountCache |
||
m_defaultDataPath | string | ||
m_newUserStipend | int | ||
m_profileConnector | IProfileConnector | ||
m_userNameSeed | string[] |
메소드 | 설명 | |
---|---|---|
CacheAccount ( |
||
Configure ( IConfigSource config, IRegistryCore registry ) : void | ||
CreateSaltedUser ( |
Creates the user with salt.
|
|
CreateUser ( UUID userID, UUID scopeID, string name, string md5password, string email ) : string |
Create a user
|
|
CreateUser ( |
Create a user
|
|
CreateUser ( string name, string md5password, string email ) : void |
Creates a basic user.
|
|
DeleteUser ( UUID userID, string name, string password, bool archiveInformation, bool wipeFromDatabase ) : void | ||
FinishedStartup ( ) : void | ||
GetAvatarArchivesFiles ( ) : List |
||
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
Start ( IConfigSource config, IRegistryCore registry ) : void | ||
StoreUserAccount ( |
||
UserGodLevel ( int level ) : string |
Users 'god' level.
|
메소드 | 설명 | |
---|---|---|
AddCommands ( ) : void | ||
HandleAddUser ( IScene scene, string cmd ) : void | ||
HandleCreateUser ( IScene scene, string cmd ) : void |
Handle the create (add) user command from the console.
|
|
HandleDeleteUser ( IScene scene, string cmd ) : void |
Handles the delete user command. Delete or disable a user account
|
|
HandleDisableUser ( IScene scene, string cmd ) : void |
Handles the disable user command.
|
|
HandleEnableUser ( IScene scene, string cmd ) : void |
Handles the enable user command.
|
|
HandleLoadUsers ( IScene scene, string cmdParams ) : void |
Handles the load users command.
|
|
HandleRenameUser ( IScene scene, string cmdparams ) : void | ||
HandleResetPartner ( IScene scene, string cmdParams ) : void |
Handles the reset partner command.
|
|
HandleResetUserPassword ( IScene scene, string cmd ) : void |
Handles the reset user password command.
|
|
HandleSaveUsers ( IScene scene, string cmd ) : void |
Handles the save users command.
|
|
HandleSetPartner ( IScene scene, string cmdParams ) : void |
Handles the set partner command.
|
|
HandleSetTitle ( IScene scene, string cmdparams ) : void |
Handles the user set title command.
|
|
HandleSetUserEmail ( IScene scene, string cmd ) : void |
Handles the set user email command.
|
|
HandleSetUserLevel ( IScene scene, string cmdparams ) : void |
Handles the set user level command.
|
|
HandleSetUserType ( IScene scene, string cmdparams ) : void |
Handles the set user level command.
|
|
HandleShowAccount ( IScene scene, string cmdparams ) : void |
Handles the show account command.
|
|
HandleShowUserAccount ( IScene scene, string cmd ) : void | ||
HandleTestUsers ( IScene scene, string cmdParams ) : void |
메소드 | 설명 | |
---|---|---|
CreateNewUser ( |
||
GetUserAccount ( List |
||
GetUserAccount ( List |
||
GetUserAccount ( List |
||
GetUserAccounts ( List |
||
GetUserAccounts ( List |
||
GetUserAccounts ( List |
||
NumberOfUserAccounts ( List |
||
SetHashedPassword ( UUID userId, string passHash ) : bool | ||
SetSaltedPassword ( UUID userId, string passHash, string passSalt ) : bool | ||
UserFlagToType ( int userFlags ) : string | ||
UserTypeToUserFlags ( string userType ) : int |
public CacheAccount ( |
||
account | ||
리턴 | void |
public Configure ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
리턴 | void |
public CreateSaltedUser ( |
||
newAccount | New account. | |
passHash | string | Pass hash. |
passSalt | string | Pass salt. |
리턴 | string |
public CreateUser ( UUID userID, UUID scopeID, string name, string md5password, string email ) : string | ||
userID | UUID | |
scopeID | UUID | |
name | string | |
md5password | string | |
string | ||
리턴 | string |
public CreateUser ( |
||
newAccount | ||
md5password | string | |
리턴 | string |
public CreateUser ( string name, string md5password, string email ) : void | ||
name | string | Name. |
md5password | string | Md5password. |
string | Email. | |
리턴 | void |
public DeleteUser ( UUID userID, string name, string password, bool archiveInformation, bool wipeFromDatabase ) : void | ||
userID | UUID | |
name | string | |
password | string | |
archiveInformation | bool | |
wipeFromDatabase | bool | |
리턴 | void |
protected HandleAddUser ( IScene scene, string cmd ) : void | ||
scene | IScene | |
cmd | string | |
리턴 | void |
protected HandleCreateUser ( IScene scene, string cmd ) : void | ||
scene | IScene | Scene. |
cmd | string | string array with parameters: firstname, lastname, password, email |
리턴 | void |
protected HandleDeleteUser ( IScene scene, string cmd ) : void | ||
scene | IScene | Scene. |
cmd | string | string array with parameters: firstname, lastname, password |
리턴 | void |
protected HandleDisableUser ( IScene scene, string cmd ) : void | ||
scene | IScene | Scene. |
cmd | string | string array with parameters: firstname, lastname. |
리턴 | void |
protected HandleEnableUser ( IScene scene, string cmd ) : void | ||
scene | IScene | Scene. |
cmd | string | string array with parameters: firstname, lastname. |
리턴 | void |
protected HandleLoadUsers ( IScene scene, string cmdParams ) : void | ||
scene | IScene | Scene. |
cmdParams | string | Cmdparams. |
리턴 | void |
protected HandleRenameUser ( IScene scene, string cmdparams ) : void | ||
scene | IScene | |
cmdparams | string | |
리턴 | void |
protected HandleResetPartner ( IScene scene, string cmdParams ) : void | ||
scene | IScene | Scene. |
cmdParams | string | Cmd parameters. |
리턴 | void |
protected HandleResetUserPassword ( IScene scene, string cmd ) : void | ||
scene | IScene | Scene. |
cmd | string | string array with parameters: firstname, lastname, newpassword, |
리턴 | void |
protected HandleSaveUsers ( IScene scene, string cmd ) : void | ||
scene | IScene | Scene. |
cmd | string | Cmdparams. |
리턴 | void |
protected HandleSetPartner ( IScene scene, string cmdParams ) : void | ||
scene | IScene | Scene. |
cmdParams | string | Cmd parameters. |
리턴 | void |
protected HandleSetTitle ( IScene scene, string cmdparams ) : void | ||
scene | IScene | Scene. |
cmdparams | string | Cmdparams. |
리턴 | void |
protected HandleSetUserEmail ( IScene scene, string cmd ) : void | ||
scene | IScene | Scene. |
cmd | string | Cmd. |
리턴 | void |
protected HandleSetUserLevel ( IScene scene, string cmdparams ) : void | ||
scene | IScene | Scene. |
cmdparams | string | Cmdparams. |
리턴 | void |
protected HandleSetUserType ( IScene scene, string cmdparams ) : void | ||
scene | IScene | Scene. |
cmdparams | string | Cmdparams. |
리턴 | void |
protected HandleShowAccount ( IScene scene, string cmdparams ) : void | ||
scene | IScene | Scene. |
cmdparams | string | Cmdparams. |
리턴 | void |
protected HandleShowUserAccount ( IScene scene, string cmd ) : void | ||
scene | IScene | |
cmd | string | |
리턴 | void |
protected HandleTestUsers ( IScene scene, string cmdParams ) : void | ||
scene | IScene | |
cmdParams | string | |
리턴 | void |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
리턴 | void |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
리턴 | void |
public StoreUserAccount ( |
||
data | ||
리턴 | bool |
protected IAuthenticationService m_AuthenticationService | ||
리턴 | IAuthenticationService |