C# Class AuthenticationExample.Web.Controllers.SessionController

Inheritance: Controller
Datei anzeigen Open project: pebblecode/AppHarbor.Web.Security

Public Methods

Method Description
SessionController ( IAuthenticator authenticator, IRepository repository ) : System

Private Methods

Method Description
Create ( AuthenticationExample.Web.ViewModels.SessionViewModel sessionViewModel ) : System.Web.Mvc.ActionResult
Destroy ( ) : System.Web.Mvc.ActionResult
New ( string returnUrl ) : System.Web.Mvc.ActionResult

Method Details

SessionController() public method

public SessionController ( IAuthenticator authenticator, IRepository repository ) : System
authenticator IAuthenticator
repository IRepository
return System