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

Inheritance: IProtocolHandler
Afficher le fichier Open project: southworks/protocol-bridge-claims-provider

Méthodes publiques

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

Méthodes protégées

Méthode Description
ProtocolHandlerBase ( ClaimProvider issuer ) : System
ProtocolHandlerBase ( ClaimProvider issuer, IConfigurationRepository configuration ) : System

Method Details

ProcessSignInRequest() public abstract méthode

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

ProcessSignInResponse() public abstract méthode

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

ProtocolHandlerBase() protected méthode

protected ProtocolHandlerBase ( ClaimProvider issuer ) : System
issuer Southworks.IdentityModel.MultiProtocolIssuer.Model.ClaimProvider
Résultat System

ProtocolHandlerBase() protected méthode

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