C# 클래스 OpenRasta.Authentication.Basic.BasicAuthenticationScheme

상속: IAuthenticationScheme
파일 보기 프로젝트 열기: openrasta/openrasta-core 1 사용 예제들

공개 메소드들

메소드 설명
Authenticate ( IRequest request ) : AuthenticationResult
BasicAuthenticationScheme ( IBasicAuthenticator basicAuthenticator ) : System
Challenge ( IResponse response ) : void

비공개 메소드들

메소드 설명
ExtractBasicHeader ( string value ) : BasicAuthRequestHeader

메소드 상세

Authenticate() 공개 메소드

public Authenticate ( IRequest request ) : AuthenticationResult
request IRequest
리턴 AuthenticationResult

BasicAuthenticationScheme() 공개 메소드

public BasicAuthenticationScheme ( IBasicAuthenticator basicAuthenticator ) : System
basicAuthenticator IBasicAuthenticator
리턴 System

Challenge() 공개 메소드

public Challenge ( IResponse response ) : void
response IResponse
리턴 void