C# Class Universe.Modules.Ban.IPBanCheck

Inheritance: ILoginModule
Exibir arquivo Open project: Virtual-Universe/Virtual-Universe

Public Methods

Method Description
Initialize ( ILoginService service, IConfigSource source, IRegistryCore registry ) : void
Login ( Hashtable request, UserAccount account, IAgentInfo agentInfo, string authType, string password, object &data ) : LoginResponse

Method Details

Initialize() public method

public Initialize ( ILoginService service, IConfigSource source, IRegistryCore registry ) : void
service ILoginService
source IConfigSource
registry IRegistryCore
return void

Login() public method

public Login ( Hashtable request, UserAccount account, IAgentInfo agentInfo, string authType, string password, object &data ) : LoginResponse
request System.Collections.Hashtable
account Universe.Framework.Services.UserAccount
agentInfo Universe.Framework.Services.ClassHelpers.Profile.IAgentInfo
authType string
password string
data object
return Universe.Framework.Services.LoginResponse