C# Class Web.Controllers.SessionController

Inheritance: RavenController
Show file Open project: dancoppock/MVC3-Starter-Site Class Usage Examples

Public Methods

Method Description
Authenticate ( string returnUrl ) : System.Web.Mvc.ActionResult
Create ( ) : System.Web.Mvc.ActionResult
SessionController ( IAuthenticationService authService, ISession session, IReporting reporting ) : System

Private Methods

Method Description
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

Method Details

Authenticate() public method

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

Create() public method

public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

SessionController() public method

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