C# Class Universe.Services.BannedUserLoginModule

Inheritance: ILoginModule
Show file Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Property Type Description
m_AuthenticationService IAuthenticationService
m_LoginService ILoginService
m_TOSLocation string
m_UseTOS bool

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 property

protected IAuthenticationService m_AuthenticationService
return IAuthenticationService

m_LoginService protected property

protected ILoginService m_LoginService
return ILoginService

m_TOSLocation protected property

protected string m_TOSLocation
return string

m_UseTOS protected property

protected bool m_UseTOS
return bool