C# Class Badges.Controllers.AccountController

Inheritance: Controller
Show file Open project: ucdavis/Badges

Public Methods

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

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

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

Private Methods

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

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

LogOut() public method

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

Login() public method

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