C# Class Universe.Services.PasswordLoginModule

Inheritance: ILoginModule
Mostrar archivo Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Property Type Description
m_AuthenticationService IAuthenticationService

Public Methods

Method Description
Initialize ( ILoginService service, IConfigSource config, 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 config, IRegistryCore registry ) : void
service ILoginService
config 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

Property Details

m_AuthenticationService protected_oe property

protected IAuthenticationService m_AuthenticationService
return IAuthenticationService