C# 클래스 Web.Controllers.SessionController

상속: RavenController
파일 보기 프로젝트 열기: dancoppock/MVC3-Starter-Site 1 사용 예제들

공개 메소드들

메소드 설명
Authenticate ( string returnUrl ) : System.Web.Mvc.ActionResult
Create ( ) : System.Web.Mvc.ActionResult
SessionController ( IAuthenticationService authService, ISession session, IReporting reporting ) : System

비공개 메소드들

메소드 설명
AuthAndRedirect ( string friendly, string userName ) : System.Web.Mvc.ActionResult
Create ( System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult
Delete ( ) : System.Web.Mvc.ActionResult
Register ( System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult
SynchUser ( string userName, string friendly ) : void

메소드 상세

Authenticate() 공개 메소드

public Authenticate ( string returnUrl ) : System.Web.Mvc.ActionResult
returnUrl string
리턴 System.Web.Mvc.ActionResult

Create() 공개 메소드

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

SessionController() 공개 메소드

public SessionController ( IAuthenticationService authService, ISession session, IReporting reporting ) : System
authService IAuthenticationService
session ISession
reporting IReporting
리턴 System