C# Class OpenRasta.Authentication.Basic.BasicAuthenticationScheme

Inheritance: IAuthenticationScheme
Afficher le fichier Open project: openrasta/openrasta-core Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
ExtractBasicHeader ( string value ) : BasicAuthRequestHeader

Method Details

Authenticate() public méthode

public Authenticate ( IRequest request ) : AuthenticationResult
request IRequest
Résultat AuthenticationResult

BasicAuthenticationScheme() public méthode

public BasicAuthenticationScheme ( IBasicAuthenticator basicAuthenticator ) : System
basicAuthenticator IBasicAuthenticator
Résultat System

Challenge() public méthode

public Challenge ( IResponse response ) : void
response IResponse
Résultat void