Inheritance: OpenSim.Services.AuthenticationService.AuthenticationServiceBase, IAuthenticationService
 public WebkeyOrPasswordAuthenticationService(IConfigSource config)
     : base(config)
 {
     this.m_config = config;
     m_svcChecks["web_login_key"] = new WebkeyAuthenticationService(config);
     m_svcChecks["password"]      = new PasswordAuthenticationService(config);
 }
Exemple #2
0
 public WebkeyOrPasswordAuthenticationService(IConfigSource config)
     : base(config)
 {
     this.m_config = config;
     m_svcChecks["web_login_key"] = new WebkeyAuthenticationService(config);
     m_svcChecks["password"]      = new PasswordAuthenticationService(config);
 }