C# Class NGM.CasClient.Controllers.CasAccountController

Inheritance: Controller
Afficher le fichier Open project: NIKASoftwareDevs/Orchard

Méthodes publiques

Méthode Description
CasAccountController ( IAuthenticationService authenticationService, ICASClient casClient ) : NGM.CasClient.Client
Logout ( String Id ) : System.Web.Mvc.JsonResult

Private Methods

Méthode Description
CasAuthTicket ( String Id ) : System.Web.Mvc.JsonResult
LogOff ( ) : void
LogOn ( ) : System.Web.Mvc.RedirectResult

Method Details

CasAccountController() public méthode

public CasAccountController ( IAuthenticationService authenticationService, ICASClient casClient ) : NGM.CasClient.Client
authenticationService IAuthenticationService
casClient ICASClient
Résultat NGM.CasClient.Client

Logout() public méthode

public Logout ( String Id ) : System.Web.Mvc.JsonResult
Id String
Résultat System.Web.Mvc.JsonResult