Property | Type | Description | |
---|---|---|---|
authentication | IUserAuthentication | ||
loginService | ILoginService |
Method | Description | |
---|---|---|
BaseController ( IUserAuthentication authentication, ILoginService loginService, ISessionProvider sessionProvider ) : System.Linq | ||
OnAuthentication ( System.Web.Mvc.Filters.AuthenticationContext filterContext ) : void |
Method | Description | |
---|---|---|
RestoreUserCredentials ( ) : void |
protected BaseController ( IUserAuthentication authentication, ILoginService loginService, ISessionProvider sessionProvider ) : System.Linq | ||
authentication | IUserAuthentication | |
loginService | ILoginService | |
sessionProvider | ISessionProvider | |
return | System.Linq |
protected OnAuthentication ( System.Web.Mvc.Filters.AuthenticationContext filterContext ) : void | ||
filterContext | System.Web.Mvc.Filters.AuthenticationContext | |
return | void |
protected IUserAuthentication authentication | ||
return | IUserAuthentication |