C# Class StarterTemplate.Controllers.AuthController

Inheritance: ApplicationControllerBase
Afficher le fichier Open project: mccalltd/MvcStarterTemplate

Méthodes publiques

Méthode Description
AuthController ( IRepository repository, ISecurityService securityService, MailController mailer, CurrentUserContext currentUserContext ) : System.Web.Mvc

Private Methods

Méthode Description
Authenticate ( string username ) : void
ChangePassword ( [ Prefix = "ChangePasswordModel")]AuthChangePasswordModelmodel ) : System.Web.Mvc.ActionResult
ForgotPassword ( [ Prefix = "ForgotPasswordModel")]AuthForgotPasswordModelmodel ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
LogIn ( [ Prefix = "LogInModel")]AuthLogInModelmodel, string returnUrl ) : System.Web.Mvc.ActionResult
LogIn ( string returnUrl ) : System.Web.Mvc.ActionResult
LogOut ( ) : System.Web.Mvc.ActionResult
SignUp ( ) : System.Web.Mvc.ActionResult
SignUp ( [ Prefix = "SignUpModel")]AuthSignUpModelmodel ) : System.Web.Mvc.ActionResult

Method Details

AuthController() public méthode

public AuthController ( IRepository repository, ISecurityService securityService, MailController mailer, CurrentUserContext currentUserContext ) : System.Web.Mvc
repository IRepository
securityService ISecurityService
mailer MailController
currentUserContext StarterTemplate.Core.CurrentUserContext
Résultat System.Web.Mvc