C# Class Southworks.IdentityModel.MultiProtocolIssuer.Protocols.OpenID.OpenIdAxHandler

Inheritance: ProtocolHandlerBase
Exibir arquivo Open project: southworks/protocol-bridge-claims-provider

Public Methods

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

Method Details

OpenIdAxHandler() public method

public OpenIdAxHandler ( ClaimProvider issuer ) : System
issuer Southworks.IdentityModel.MultiProtocolIssuer.Model.ClaimProvider
return System

OpenIdAxHandler() public method

public OpenIdAxHandler ( ClaimProvider issuer, IOpenIdRelyingPartyFacade openIdRelyingParty ) : System
issuer Southworks.IdentityModel.MultiProtocolIssuer.Model.ClaimProvider
openIdRelyingParty IOpenIdRelyingPartyFacade
return System

ProcessSignInRequest() public method

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

ProcessSignInResponse() public method

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