C# Class OpenRasta.Authentication.Basic.BasicAuthenticationScheme

Inheritance: IAuthenticationScheme
显示文件 Open project: openrasta/openrasta-core Class Usage Examples

Public Methods

Method Description
Authenticate ( IRequest request ) : AuthenticationResult
BasicAuthenticationScheme ( IBasicAuthenticator basicAuthenticator ) : System
Challenge ( IResponse response ) : void

Private Methods

Method Description
ExtractBasicHeader ( string value ) : BasicAuthRequestHeader

Method Details

Authenticate() public method

public Authenticate ( IRequest request ) : AuthenticationResult
request IRequest
return AuthenticationResult

BasicAuthenticationScheme() public method

public BasicAuthenticationScheme ( IBasicAuthenticator basicAuthenticator ) : System
basicAuthenticator IBasicAuthenticator
return System

Challenge() public method

public Challenge ( IResponse response ) : void
response IResponse
return void