C# 클래스 Membrane.Controllers.LoginController

Controller to handle all of the Login actions
상속: BaseController
파일 보기 프로젝트 열기: pollingj/Membrane-CMS 1 사용 예제들

공개 메소드들

메소드 설명
Index ( ) : void

The Initial Index action - registers all of the current plugins

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

Constructor

비공개 메소드들

메소드 설명
Login ( [ authenticationRequest ) : void
createAuthenticationTicket ( AuthenticatedUserDTO user ) : void
setDefaultCulture ( ) : void

메소드 상세

Index() 공개 메소드

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

LoginController() 공개 메소드

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
리턴 System