C# Class MultiTenantAccountManager.Controllers.AccountController

Inheritance: ApiController
Show file Open project: jlumijarvi/MultiTenantAccountManager

Private Properties

Property Type Description
AddExternalLogin Task
ChangePassword Task
GetErrorResult IHttpActionResult
GetExternalLogin Task
GetExternalLogins IEnumerable
GetManageInfo Task
GetUserInfo MultiTenantAccountManager.Models.UserInfoViewModel
Logout IHttpActionResult
Register Task
RegisterExternal Task
RemoveLogin Task
SetPassword Task

Public Methods

Method Description
AccountController ( ) : System
AccountController ( ApplicationUserManager userManager, ApplicationTenantManager tenantManager, ISecureDataFormat accessTokenFormat ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddExternalLogin ( AddExternalLoginBindingModel model ) : Task
ChangePassword ( ChangePasswordBindingModel model ) : Task
GetErrorResult ( Microsoft.AspNet.Identity.IdentityResult result ) : IHttpActionResult
GetExternalLogin ( string provider, string error = null ) : Task
GetExternalLogins ( string returnUrl, bool generateState = false ) : IEnumerable
GetManageInfo ( string returnUrl, bool generateState = false ) : Task
GetUserInfo ( ) : UserInfoViewModel
Logout ( ) : IHttpActionResult
Register ( RegisterBindingModel model ) : Task
RegisterExternal ( RegisterExternalBindingModel model ) : Task
RemoveLogin ( RemoveLoginBindingModel model ) : Task
SetPassword ( SetPasswordBindingModel model ) : Task

Method Details

AccountController() public method

public AccountController ( ) : System
return System

AccountController() public method

public AccountController ( ApplicationUserManager userManager, ApplicationTenantManager tenantManager, ISecureDataFormat accessTokenFormat ) : System
userManager ApplicationUserManager
tenantManager ApplicationTenantManager
accessTokenFormat ISecureDataFormat
return System

Dispose() protected method

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