C# Class Purchasing.Mvc.Controllers.AccountController

Controller for the Account class.
Inheritance: Controller
显示文件 Open project: ucdavis/Purchasing

Public Methods

Method Description
EndEmulate ( ) : System.Web.Mvc.RedirectToRouteResult

Just a signout, without the hassle of signing out of CAS. Ends emulated credentials.

LogOn ( string returnUrl ) : System.Web.Mvc.ActionResult
LogOut ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Emulate ( string id ) : System.Web.Mvc.RedirectToRouteResult

Method Details

EndEmulate() public method

Just a signout, without the hassle of signing out of CAS. Ends emulated credentials.
public EndEmulate ( ) : System.Web.Mvc.RedirectToRouteResult
return System.Web.Mvc.RedirectToRouteResult

LogOn() public method

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

LogOut() public method

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