C# Class Membrane.Controllers.LoginController

Controller to handle all of the Login actions
Inheritance: BaseController
Datei anzeigen Open project: pollingj/Membrane-CMS Class Usage Examples

Public Methods

Method Description
Index ( ) : void

The Initial Index action - registers all of the current plugins

LoginController ( IAuthenticationService authenticationService, IPluginsService pluginsService, ICultureService cultureService, IFormsAuthentication formsAuthentication ) : System

Constructor

Private Methods

Method Description
Login ( [ authenticationRequest ) : void
createAuthenticationTicket ( AuthenticatedUserDTO user ) : void
setDefaultCulture ( ) : void

Method Details

Index() public method

The Initial Index action - registers all of the current plugins
public Index ( ) : void
return void

LoginController() public method

Constructor
public LoginController ( IAuthenticationService authenticationService, IPluginsService pluginsService, ICultureService cultureService, IFormsAuthentication formsAuthentication ) : System
authenticationService IAuthenticationService The
pluginsService IPluginsService The
cultureService ICultureService The
formsAuthentication IFormsAuthentication The wrapper
return System