C# Class BB.UI.Web.MVC.Controllers.AccountController

Inheritance: Controller
Datei anzeigen Open project: BeatBuddy/beatbuddy_webapp Class Usage Examples

Private Properties

Property Type Description
AddErrors void
ExternalLogin System.Web.Mvc.ActionResult
ExternalLoginCallback Task
ExternalLoginConfirmation Task
ExternalLoginFailure System.Web.Mvc.ActionResult
LogOff System.Web.Mvc.ActionResult
Login System.Web.Mvc.ActionResult
Login Task
RedirectToLocal System.Web.Mvc.ActionResult
Register System.Web.Mvc.ActionResult
Register Task
ResetPassword System.Web.Mvc.ActionResult
ResetPassword Task
ResetPasswordConfirmation System.Web.Mvc.ActionResult

Public Methods

Method Description
AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System
AccountController ( IUserManager userManager ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
ExternalLogin ( string provider, string returnUrl ) : System.Web.Mvc.ActionResult
ExternalLoginCallback ( string returnUrl ) : Task
ExternalLoginConfirmation ( ExternalLoginConfirmationViewModel model, string returnUrl ) : Task
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult
LogOff ( ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult
Login ( LoginViewModel model, string returnUrl ) : Task
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult
Register ( RegisterViewModel model, System.Web.HttpPostedFileBase profileImage ) : Task
ResetPassword ( string code ) : System.Web.Mvc.ActionResult
ResetPassword ( ResetPasswordViewModel model ) : Task
ResetPasswordConfirmation ( ) : System.Web.Mvc.ActionResult

Method Details

AccountController() public method

public AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System
userManager ApplicationUserManager
signInManager ApplicationSignInManager
return System

AccountController() public method

public AccountController ( IUserManager userManager ) : System
userManager IUserManager
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void