Method | Description | |
---|---|---|
Authenticate ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
Create ( ) : System.Web.Mvc.ActionResult | ||
SessionController ( ) : System | ||
SessionController ( IUserAuthentication authService, ISession session, ILogger log ) : System |
Method | Description | |
---|---|---|
AuthAndRedirect ( string friendly, string userName ) : System.Web.Mvc.ActionResult | ||
Delete ( ) : System.Web.Mvc.ActionResult | ||
Login ( ) : System.Web.Mvc.ActionResult | ||
Register ( System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult | ||
SynchUser ( string userName, string friendly ) : void |
public Authenticate ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
returnUrl | string | |
return | System.Web.Mvc.ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public SessionController ( IUserAuthentication authService, ISession session, ILogger log ) : System | ||
authService | IUserAuthentication | |
session | ISession | |
log | ILogger | |
return | System |