C# 클래스 SenseNet.Portal.Virtualization.PortalAuthenticationModule

상속: IHttpModule
파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 메소드들

메소드 설명
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void
OnAuthenticateRequest ( object sender, EventArgs e ) : void
OnAuthorizeRequest ( object sender, EventArgs e ) : void
OnEndRequest ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
CallInternalOnEnter ( object sender, EventArgs e ) : void
DispatchBasicAuthentication ( System.Web.HttpApplication application, HttpRequest request ) : bool
DispatchUploadRequest ( System.Web.HttpApplication application, HttpRequest request ) : bool
EmulateWindowsAuthentication ( System.Web.HttpApplication application ) : void
SetApplicationUser ( System.Web.HttpApplication application, string authenticationType ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Init() 공개 메소드

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
리턴 void

OnAuthenticateRequest() 공개 메소드

public OnAuthenticateRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

OnAuthorizeRequest() 공개 메소드

public OnAuthorizeRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

OnEndRequest() 공개 메소드

public OnEndRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void