C# Class SenseNet.Portal.Virtualization.PortalAuthenticationModule

Inheritance: IHttpModule
Mostrar archivo Open project: maxpavlov/FlexNet

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
return void

OnAuthenticateRequest() public method

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

OnAuthorizeRequest() public method

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

OnEndRequest() public method

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