C# 클래스 AuthBridge.Protocols.Saml.SamlHandler

상속: ProtocolHandlerBase
파일 보기 프로젝트 열기: Teleopti/authbridge

공개 메소드들

메소드 설명
ProcessSignInRequest ( Scope scope, System.Web.HttpContextBase httpContext ) : void
ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : ClaimsIdentity
SamlHandler ( ClaimProvider issuer ) : System

비공개 메소드들

메소드 설명
ExtractInformation ( XmlDocument doc ) : SamlDetail
GetReturnUrlQueryParameterFromUrl ( string context ) : string
ThrowAndLog ( string message ) : void
VerifyAllowedDateTimeRange ( SamlDetail detail ) : bool
VerifyAudience ( SamlDetail information ) : bool
VerifySignatures ( XmlDocument xmlDoc ) : bool
VerifyStatus ( XmlDocument doc ) : bool

메소드 상세

ProcessSignInRequest() 공개 메소드

public ProcessSignInRequest ( Scope scope, System.Web.HttpContextBase httpContext ) : void
scope AuthBridge.Model.Scope
httpContext System.Web.HttpContextBase
리턴 void

ProcessSignInResponse() 공개 메소드

public ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : ClaimsIdentity
realm string
originalUrl string
httpContext System.Web.HttpContextBase
리턴 System.Security.Claims.ClaimsIdentity

SamlHandler() 공개 메소드

public SamlHandler ( ClaimProvider issuer ) : System
issuer AuthBridge.Model.ClaimProvider
리턴 System