C# Class Courses.Gui.Client.Controllers.AccountController

Inheritance: Controller
Mostra file Open project: denismaster/dotnet01

Private Properties

Property Type Description
AddErrors void
Authorize System.Web.Mvc.ActionResult
Disassociate Task
ExternalLinkLogin System.Web.Mvc.ActionResult
ExternalLinkLoginCallback Task
ExternalLogin System.Web.Mvc.ActionResult
ExternalLoginCallback Task
ExternalLoginConfirmation Task
ExternalLoginFailure System.Web.Mvc.ActionResult
ExternalUnlinkLogin System.Web.Mvc.ActionResult
HasPassword bool
LinkLogin System.Web.Mvc.ActionResult
LogOff System.Web.Mvc.ActionResult
Login System.Web.Mvc.ActionResult
Login System.Web.Mvc.ActionResult
Manage Task
RedirectToLocal System.Web.Mvc.ActionResult
Register System.Web.Mvc.ActionResult
Register Task
RemoveAccountList System.Web.Mvc.ActionResult
getint string

Public Methods

Method Description
AccountController ( Buisness service ) : Microsoft.AspNet.Identity
AuthorizeFacebook ( ) : System.Web.Mvc.ActionResult
AuthorizeGoogle ( ) : System.Web.Mvc.ActionResult
AuthorizeMicrosoft ( ) : System.Web.Mvc.ActionResult
AuthorizeTwitter ( ) : System.Web.Mvc.ActionResult
AuthorizeVk ( ) : System.Web.Mvc.ActionResult
LinkLoginCallback ( ) : Task
Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
Authorize ( ) : System.Web.Mvc.ActionResult
Disassociate ( string loginProvider, string providerKey ) : Task
ExternalLinkLogin ( string provider ) : System.Web.Mvc.ActionResult
ExternalLinkLoginCallback ( ) : Task
ExternalLogin ( string provider, string returnUrl ) : System.Web.Mvc.ActionResult
ExternalLoginCallback ( string returnUrl ) : Task
ExternalLoginConfirmation ( ExternalLoginConfirmationViewModel model, string returnUrl ) : Task
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult
ExternalUnlinkLogin ( ) : System.Web.Mvc.ActionResult
HasPassword ( ) : bool
LinkLogin ( string provider ) : System.Web.Mvc.ActionResult
LogOff ( ) : System.Web.Mvc.ActionResult
Login ( LoginViewModel model, string returnUrl ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult
Manage ( Models model ) : Task
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult
Register ( RegisterViewModel model ) : Task
RemoveAccountList ( ) : System.Web.Mvc.ActionResult
getint ( string value ) : string

Method Details

AccountController() public method

public AccountController ( Buisness service ) : Microsoft.AspNet.Identity
service Buisness
return Microsoft.AspNet.Identity

AuthorizeFacebook() public method

public AuthorizeFacebook ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

AuthorizeGoogle() public method

public AuthorizeGoogle ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

AuthorizeMicrosoft() public method

public AuthorizeMicrosoft ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

AuthorizeTwitter() public method

public AuthorizeTwitter ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

AuthorizeVk() public method

public AuthorizeVk ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Dispose() protected method

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

LinkLoginCallback() public method

public LinkLoginCallback ( ) : Task
return Task

Manage() public method

public Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult
message ManageMessageId
return System.Web.Mvc.ActionResult