C# 클래스 Southworks.IdentityModel.MultiProtocolIssuer.Protocols.OpenID.OpenIdAxHandler

상속: ProtocolHandlerBase
파일 보기 프로젝트 열기: southworks/protocol-bridge-claims-provider

공개 메소드들

메소드 설명
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