C# 클래스 NGM.CasClient.Controllers.CasAccountController

상속: Controller
파일 보기 프로젝트 열기: NIKASoftwareDevs/Orchard

공개 메소드들

메소드 설명
CasAccountController ( IAuthenticationService authenticationService, ICASClient casClient ) : NGM.CasClient.Client
Logout ( String Id ) : System.Web.Mvc.JsonResult

비공개 메소드들

메소드 설명
CasAuthTicket ( String Id ) : System.Web.Mvc.JsonResult
LogOff ( ) : void
LogOn ( ) : System.Web.Mvc.RedirectResult

메소드 상세

CasAccountController() 공개 메소드

public CasAccountController ( IAuthenticationService authenticationService, ICASClient casClient ) : NGM.CasClient.Client
authenticationService IAuthenticationService
casClient ICASClient
리턴 NGM.CasClient.Client

Logout() 공개 메소드

public Logout ( String Id ) : System.Web.Mvc.JsonResult
Id String
리턴 System.Web.Mvc.JsonResult