C# Класс Southworks.IdentityModel.MultiProtocolIssuer.Protocols.OpenID.OpenIdAxHandler

Наследование: ProtocolHandlerBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

OpenIdAxHandler() публичный Метод

public OpenIdAxHandler ( ClaimProvider issuer ) : System
issuer Southworks.IdentityModel.MultiProtocolIssuer.Model.ClaimProvider
Результат System

OpenIdAxHandler() публичный Метод

public OpenIdAxHandler ( ClaimProvider issuer, IOpenIdRelyingPartyFacade openIdRelyingParty ) : System
issuer Southworks.IdentityModel.MultiProtocolIssuer.Model.ClaimProvider
openIdRelyingParty IOpenIdRelyingPartyFacade
Результат System

ProcessSignInRequest() публичный Метод

public ProcessSignInRequest ( Scope scope, System.Web.HttpContextBase httpContext ) : void
scope Southworks.IdentityModel.MultiProtocolIssuer.Model.Scope
httpContext System.Web.HttpContextBase
Результат void

ProcessSignInResponse() публичный Метод

public ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : IClaimsIdentity
realm string
originalUrl string
httpContext System.Web.HttpContextBase
Результат IClaimsIdentity