C# Class IsThereAnyNews.Mvc.Controllers.BaseController

Inheritance: Controller
ファイルを表示 Open project: jstadnicki/isthereanynews

Protected Properties

Property Type Description
authentication IUserAuthentication
loginService ILoginService

Protected Methods

Method Description
BaseController ( IUserAuthentication authentication, ILoginService loginService, ISessionProvider sessionProvider ) : System.Linq
OnAuthentication ( System.Web.Mvc.Filters.AuthenticationContext filterContext ) : void

Private Methods

Method Description
RestoreUserCredentials ( ) : void

Method Details

BaseController() protected method

protected BaseController ( IUserAuthentication authentication, ILoginService loginService, ISessionProvider sessionProvider ) : System.Linq
authentication IUserAuthentication
loginService ILoginService
sessionProvider ISessionProvider
return System.Linq

OnAuthentication() protected method

protected OnAuthentication ( System.Web.Mvc.Filters.AuthenticationContext filterContext ) : void
filterContext System.Web.Mvc.Filters.AuthenticationContext
return void

Property Details

authentication protected_oe property

protected IUserAuthentication authentication
return IUserAuthentication

loginService protected_oe property

protected ILoginService loginService
return ILoginService