C# 클래스 Cares.Web.Controllers.AccountController

상속: Controller
파일 보기 프로젝트 열기: innoist/GF-FRS

Private Properties

프로퍼티 타입 설명
AddErrors void
ConfirmEmail Task
ExternalLogin System.Web.Mvc.ActionResult
ExternalLoginCallback Task
ExternalLoginConfirmation Task
ExternalLoginFailure System.Web.Mvc.ActionResult
ForgotPassword System.Web.Mvc.ActionResult
ForgotPassword Task
ForgotPasswordConfirmation System.Web.Mvc.ActionResult
Login System.Web.Mvc.ActionResult
Login Task
Manage 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
SendCode Task
SendCode Task
SetUserPermissions void
VerifyCode Task
VerifyCode Task

공개 메소드들

메소드 설명
AccountController ( IMenuRightsService menuRightService, IClaimsSecurityService claimsSecurityService, IRegisterUserService registerUserService ) : System.Globalization
LogOff ( ) : System.Web.Mvc.ActionResult
Manage ( ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
ConfirmEmail ( string userId, string code ) : 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
ForgotPassword ( ) : System.Web.Mvc.ActionResult
ForgotPassword ( ForgotPasswordViewModel model ) : Task
ForgotPasswordConfirmation ( ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult
Login ( LoginViewModel model, string returnUrl ) : Task
Manage ( ChangePasswordViewModel model ) : Task
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult
Register ( RegisterViewModel model ) : Task
ResetPassword ( string code ) : System.Web.Mvc.ActionResult
ResetPassword ( ResetPasswordViewModel model ) : Task
ResetPasswordConfirmation ( ) : System.Web.Mvc.ActionResult
SendCode ( SendCodeViewModel model ) : Task
SendCode ( string returnUrl ) : Task
SetUserPermissions ( AspNetUser user, ClaimsIdentity identity ) : void

Set User Permission

VerifyCode ( VerifyCodeViewModel model ) : Task
VerifyCode ( string provider, string returnUrl ) : Task

메소드 상세

AccountController() 공개 메소드

public AccountController ( IMenuRightsService menuRightService, IClaimsSecurityService claimsSecurityService, IRegisterUserService registerUserService ) : System.Globalization
menuRightService IMenuRightsService
claimsSecurityService IClaimsSecurityService
registerUserService IRegisterUserService
리턴 System.Globalization

LogOff() 공개 메소드

public LogOff ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Manage() 공개 메소드

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