C# 클래스 SignetSSRProject.Controllers.AccountController

상속: Controller
파일 보기 프로젝트 열기: SignetSSRTeam/SignetSSR_MVC

Private Properties

프로퍼티 타입 설명
AddErrors void
Disassociate Task
ExternalLogin System.Web.Mvc.ActionResult
ExternalLoginCallback Task
ExternalLoginConfirmation Task
ExternalLoginFailure System.Web.Mvc.ActionResult
HasPassword bool
LinkLogin System.Web.Mvc.ActionResult
LogOff System.Web.Mvc.ActionResult
Login System.Web.Mvc.ActionResult
Login Task
LoginAudit System.Web.Mvc.ActionResult
Manage Task
RecordLoginAudit void
RedirectToLocal System.Web.Mvc.ActionResult
Register System.Web.Mvc.ActionResult
Register Task
RemoveAccountList System.Web.Mvc.ActionResult
SignInAsync System.Threading.Tasks.Task
createUser bool

공개 메소드들

메소드 설명
AccountController ( ) : System
AccountController ( UserManager userManager, RoleManager roleManager ) : System
LinkLoginCallback ( ) : Task
Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
Disassociate ( string loginProvider, string providerKey ) : 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
HasPassword ( ) : bool
LinkLogin ( string provider ) : System.Web.Mvc.ActionResult
LogOff ( ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult
Login ( LoginViewModel model, string returnUrl ) : Task
LoginAudit ( ) : System.Web.Mvc.ActionResult
Manage ( ManageUserViewModel model ) : Task
RecordLoginAudit ( ApplicationUser user, string activity ) : void
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult
Register ( RegisterViewModel model ) : Task
RemoveAccountList ( ) : System.Web.Mvc.ActionResult
SignInAsync ( ApplicationUser user, bool isPersistent ) : System.Threading.Tasks.Task
createUser ( string userName, string roleName, string password ) : bool

메소드 상세

AccountController() 공개 메소드

public AccountController ( ) : System
리턴 System

AccountController() 공개 메소드

public AccountController ( UserManager userManager, RoleManager roleManager ) : System
userManager UserManager
roleManager RoleManager
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

LinkLoginCallback() 공개 메소드

public LinkLoginCallback ( ) : Task
리턴 Task

Manage() 공개 메소드

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