C# Class AuthenticationExample.Web.Controllers.SessionController

Inheritance: Controller
Afficher le fichier Open project: pebblecode/AppHarbor.Web.Security

Méthodes publiques

Méthode Description
SessionController ( IAuthenticator authenticator, IRepository repository ) : System

Private Methods

Méthode 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 méthode

public SessionController ( IAuthenticator authenticator, IRepository repository ) : System
authenticator IAuthenticator
repository IRepository
Résultat System