C# Class Zetbox.Server.HttpService.HtPasswdBasicAuthenticationModule

Inheritance: IHttpModule
ファイルを表示 Open project: daszat/zetbox

Private Properties

Property Type Description

Public Methods

Method Description
AuthenticateUser ( object source, EventArgs e ) : void
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void
IssueAuthenticationChallenge ( object source, EventArgs e ) : void

Protected Methods

Method Description
ExtractBasicCredentials ( string authorizationHeader, string &username, string &password ) : bool
ValidateCredentials ( String userName, String password ) : bool

Method Details

AuthenticateUser() public method

public AuthenticateUser ( object source, EventArgs e ) : void
source object
e System.EventArgs
return void

Dispose() public method

public Dispose ( ) : void
return void

ExtractBasicCredentials() protected method

protected ExtractBasicCredentials ( string authorizationHeader, string &username, string &password ) : bool
authorizationHeader string
username string
password string
return bool

Init() public method

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

IssueAuthenticationChallenge() public method

public IssueAuthenticationChallenge ( object source, EventArgs e ) : void
source object
e System.EventArgs
return void

ValidateCredentials() protected method

protected ValidateCredentials ( String userName, String password ) : bool
userName String
password String
return bool