C# 클래스 AuthBridge.Protocols.ProtocolHandlerBase

상속: IProtocolHandler
파일 보기 프로젝트 열기: Teleopti/authbridge

공개 메소드들

메소드 설명
ProcessSignInRequest ( Scope scope, System.Web.HttpContextBase httpContext ) : void
ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : ClaimsIdentity

보호된 메소드들

메소드 설명
ProtocolHandlerBase ( ClaimProvider issuer ) : System
ProtocolHandlerBase ( ClaimProvider issuer, IConfigurationRepository configuration ) : System

메소드 상세

ProcessSignInRequest() 공개 추상적인 메소드

public abstract ProcessSignInRequest ( Scope scope, System.Web.HttpContextBase httpContext ) : void
scope AuthBridge.Model.Scope
httpContext System.Web.HttpContextBase
리턴 void

ProcessSignInResponse() 공개 추상적인 메소드

public abstract ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : ClaimsIdentity
realm string
originalUrl string
httpContext System.Web.HttpContextBase
리턴 ClaimsIdentity

ProtocolHandlerBase() 보호된 메소드

protected ProtocolHandlerBase ( ClaimProvider issuer ) : System
issuer AuthBridge.Model.ClaimProvider
리턴 System

ProtocolHandlerBase() 보호된 메소드

protected ProtocolHandlerBase ( ClaimProvider issuer, IConfigurationRepository configuration ) : System
issuer AuthBridge.Model.ClaimProvider
configuration IConfigurationRepository
리턴 System