C# 클래스 AuthBridge.Protocols.WSFed.WindowsAzureADHandler

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

공개 메소드들

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

비공개 메소드들

메소드 설명
RequestAuthentication ( System.Web.HttpContextBase httpContext, string identityProviderUrl, string realm, string replyUrl ) : void

메소드 상세

ProcessSignInRequest() 공개 메소드

public ProcessSignInRequest ( Scope scope, System.Web.HttpContextBase httpContext ) : void
scope 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

WindowsAzureADHandler() 공개 메소드

public WindowsAzureADHandler ( ClaimProvider issuer ) : System
issuer ClaimProvider
리턴 System