C# 클래스 EA.Iws.Web.Controllers.AccountController

상속: Controller
파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws

공개 메소드들

메소드 설명
AccountController ( IOAuthClient oauthClient, IAuthenticationManager authenticationManager, IIwsClient client, IUserInfoClient userInfoClient ) : System

비공개 메소드들

메소드 설명
EmailVerificationRequired ( ) : System.Web.Mvc.ActionResult
EmailVerificationRequired ( System.Web.Mvc.FormCollection model ) : Task
EmailVerificationResent ( ) : System.Web.Mvc.ActionResult
ForgotPassword ( ) : System.Web.Mvc.ActionResult
ForgotPassword ( ForgotPasswordViewModel model ) : Task
IsInternalUser ( string accessToken ) : Task
LogOff ( ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult
Login ( LoginViewModel model, string returnUrl ) : Task
PasswordUpdated ( ) : System.Web.Mvc.ActionResult
RedirectToLocal ( string returnUrl, bool isInternal ) : System.Web.Mvc.ActionResult
ResetPassword ( System.Guid id, string code ) : System.Web.Mvc.ActionResult
ResetPassword ( System.Guid id, string code, ResetPasswordViewModel model ) : Task
ResetPasswordEmailSent ( string email ) : System.Web.Mvc.ActionResult
VerifyEmail ( System.Guid id, string code ) : Task

메소드 상세

AccountController() 공개 메소드

public AccountController ( IOAuthClient oauthClient, IAuthenticationManager authenticationManager, IIwsClient client, IUserInfoClient userInfoClient ) : System
oauthClient IOAuthClient
authenticationManager IAuthenticationManager
client IIwsClient
userInfoClient IUserInfoClient
리턴 System