C# 클래스 RavenOverflow.Web.Areas.User.Controllers.UsersController

상속: RavenOverflow.Web.Controllers.RavenDbController
파일 보기 프로젝트 열기: ayende/RavenOverflow

Private Properties

프로퍼티 타입 설명
AcceptFacebookOAuthToken Core.Entities.User
Authenticate System.Web.Mvc.ActionResult
AuthenticateWithFacebook System.Web.Mvc.ActionResult
SignOut System.Web.Mvc.ActionResult

공개 메소드들

메소드 설명
FacebookAuthenticationCallback ( ) : System.Web.Mvc.ActionResult
UsersController ( DocumentStores documentStore, ICustomFormsAuthentication customCustomFormsAuthentication, IOAuthAuthentication oAuthAuthentication ) : System

비공개 메소드들

메소드 설명
AcceptFacebookOAuthToken ( FacebookOAuthResult facebookOAuthResult ) : Core.Entities.User
Authenticate ( ) : System.Web.Mvc.ActionResult
AuthenticateWithFacebook ( ) : System.Web.Mvc.ActionResult
SignOut ( ) : System.Web.Mvc.ActionResult

메소드 상세

FacebookAuthenticationCallback() 공개 메소드

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

UsersController() 공개 메소드

public UsersController ( DocumentStores documentStore, ICustomFormsAuthentication customCustomFormsAuthentication, IOAuthAuthentication oAuthAuthentication ) : System
documentStore RavenOverflow.Web.DependencyResolution.DocumentStores
customCustomFormsAuthentication ICustomFormsAuthentication
oAuthAuthentication IOAuthAuthentication
리턴 System