C# Class LibiadaWeb.Controllers.ManageController

Inheritance: Controller
Exibir arquivo Open project: intervals-mining-lab/libiada-web

Private Properties

Property Type Description
AddErrors void
AddPhoneNumber Task
ChangePassword Task
DisableTwoFactorAuthentication Task
EnableTwoFactorAuthentication Task
HasPassword bool
HasPhoneNumber bool
LinkLogin System.Web.Mvc.ActionResult
RemoveLogin Task
SetPassword Task
VerifyPhoneNumber Task

Public Methods

Method Description
AddPhoneNumber ( ) : System.Web.Mvc.ActionResult

Action: GET Route: /Manage/AddPhoneNumber

ChangePassword ( ) : System.Web.Mvc.ActionResult

Action: GET Route: /Manage/ChangePassword

Index ( ManageMessageId message ) : Task

Action: GET Route: /Manage/Index

LinkLoginCallback ( ) : Task

Action: GET Route: /Manage/LinkLoginCallback

ManageController ( ) : System.Linq

Initializes a new instance of the ManageController class.

ManageController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System.Linq

Initializes a new instance of the ManageController class.

ManageLogins ( ManageMessageId message ) : Task

Action: GET Route: /Manage/ManageLogins

RemovePhoneNumber ( ) : Task

Action: GET Route: /Manage/RemovePhoneNumber

SetPassword ( ) : System.Web.Mvc.ActionResult

Action: GET Route: /Manage/SetPassword

VerifyPhoneNumber ( string phoneNumber ) : Task

Action: GET Route: /Manage/VerifyPhoneNumber

Protected Methods

Method Description
Dispose ( bool disposing ) : void

The dispose.

Private Methods

Method Description
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void

The add errors.

AddPhoneNumber ( AddPhoneNumberViewModel model ) : Task
ChangePassword ( ChangePasswordViewModel model ) : Task
DisableTwoFactorAuthentication ( ) : Task
EnableTwoFactorAuthentication ( ) : Task
HasPassword ( ) : bool

The has password.

HasPhoneNumber ( ) : bool

The has phone number.

LinkLogin ( string provider ) : System.Web.Mvc.ActionResult
RemoveLogin ( string loginProvider, string providerKey ) : Task
SetPassword ( SetPasswordViewModel model ) : Task
VerifyPhoneNumber ( VerifyPhoneNumberViewModel model ) : Task

Method Details

AddPhoneNumber() public method

Action: GET Route: /Manage/AddPhoneNumber
public AddPhoneNumber ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

ChangePassword() public method

Action: GET Route: /Manage/ChangePassword
public ChangePassword ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Dispose() protected method

The dispose.
protected Dispose ( bool disposing ) : void
disposing bool /// The disposing. ///
return void

Index() public method

Action: GET Route: /Manage/Index
public Index ( ManageMessageId message ) : Task
message ManageMessageId /// The message. ///
return Task

LinkLoginCallback() public method

Action: GET Route: /Manage/LinkLoginCallback
public LinkLoginCallback ( ) : Task
return Task

ManageController() public method

Initializes a new instance of the ManageController class.
public ManageController ( ) : System.Linq
return System.Linq

ManageController() public method

Initializes a new instance of the ManageController class.
public ManageController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System.Linq
userManager ApplicationUserManager /// The user manager. ///
signInManager ApplicationSignInManager /// The sign in manager. ///
return System.Linq

ManageLogins() public method

Action: GET Route: /Manage/ManageLogins
public ManageLogins ( ManageMessageId message ) : Task
message ManageMessageId /// The message. ///
return Task

RemovePhoneNumber() public method

Action: GET Route: /Manage/RemovePhoneNumber
public RemovePhoneNumber ( ) : Task
return Task

SetPassword() public method

Action: GET Route: /Manage/SetPassword
public SetPassword ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

VerifyPhoneNumber() public method

Action: GET Route: /Manage/VerifyPhoneNumber
public VerifyPhoneNumber ( string phoneNumber ) : Task
phoneNumber string /// The phone number. ///
return Task