C# Class Southworks.IdentityModel.MultiProtocolIssuer.Protocols.ProtocolHandlerBase

Inheritance: IProtocolHandler
ファイルを表示 Open project: southworks/protocol-bridge-claims-provider

Public Methods

Method Description
ProcessSignInRequest ( Scope scope, System.Web.HttpContextBase httpContext ) : void
ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : IClaimsIdentity

Protected Methods

Method Description
ProtocolHandlerBase ( ClaimProvider issuer ) : System
ProtocolHandlerBase ( ClaimProvider issuer, IConfigurationRepository configuration ) : System

Method Details

ProcessSignInRequest() public abstract method

public abstract ProcessSignInRequest ( Scope scope, System.Web.HttpContextBase httpContext ) : void
scope Southworks.IdentityModel.MultiProtocolIssuer.Model.Scope
httpContext System.Web.HttpContextBase
return void

ProcessSignInResponse() public abstract method

public abstract ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : IClaimsIdentity
realm string
originalUrl string
httpContext System.Web.HttpContextBase
return IClaimsIdentity

ProtocolHandlerBase() protected method

protected ProtocolHandlerBase ( ClaimProvider issuer ) : System
issuer Southworks.IdentityModel.MultiProtocolIssuer.Model.ClaimProvider
return System

ProtocolHandlerBase() protected method

protected ProtocolHandlerBase ( ClaimProvider issuer, IConfigurationRepository configuration ) : System
issuer Southworks.IdentityModel.MultiProtocolIssuer.Model.ClaimProvider
configuration IConfigurationRepository
return System