C# Class Woopsa.BaseAuthenticator

Inheritance: PostRouteProcessor, IRequestProcessor
显示文件 Open project: woopsa-protocol/Woopsa

Public Methods

Method Description
BaseAuthenticator ( string realm ) : System
Process ( HTTPRequest request, HTTPResponse response ) : bool

Protected Methods

Method Description
Authenticate ( string username, string password ) : bool

Method Details

Authenticate() protected abstract method

protected abstract Authenticate ( string username, string password ) : bool
username string
password string
return bool

BaseAuthenticator() public method

public BaseAuthenticator ( string realm ) : System
realm string
return System

Process() public method

public Process ( HTTPRequest request, HTTPResponse response ) : bool
request HTTPRequest
response HTTPResponse
return bool