C# 클래스 Universe.Services.BannedUserLoginModule

상속: ILoginModule
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

보호된 프로퍼티들

프로퍼티 타입 설명
m_AuthenticationService IAuthenticationService
m_LoginService ILoginService
m_TOSLocation string
m_UseTOS bool

공개 메소드들

메소드 설명
Initialize ( ILoginService service, IConfigSource config, IRegistryCore registry ) : void
Login ( Hashtable request, UserAccount account, IAgentInfo agentInfo, string authType, string password, object &data ) : LoginResponse

메소드 상세

Initialize() 공개 메소드

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

Login() 공개 메소드

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
리턴 Universe.Framework.Services.LoginResponse

프로퍼티 상세

m_AuthenticationService 보호되어 있는 프로퍼티

protected IAuthenticationService m_AuthenticationService
리턴 IAuthenticationService

m_LoginService 보호되어 있는 프로퍼티

protected ILoginService m_LoginService
리턴 ILoginService

m_TOSLocation 보호되어 있는 프로퍼티

protected string m_TOSLocation
리턴 string

m_UseTOS 보호되어 있는 프로퍼티

protected bool m_UseTOS
리턴 bool