C# Class AuthBridge.Protocols.AWFOS.AWFOSHandler

Inheritance: ProtocolHandlerBase
Datei anzeigen Open project: Teleopti/authbridge

Public Methods

Method Description
AWFOSHandler ( ClaimProvider issuer ) : System
ProcessSignInRequest ( Scope scope, System.Web.HttpContextBase httpContext ) : void
ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : ClaimsIdentity

Method Details

AWFOSHandler() public method

public AWFOSHandler ( ClaimProvider issuer ) : System
issuer AuthBridge.Model.ClaimProvider
return System

ProcessSignInRequest() public method

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

ProcessSignInResponse() public method

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