C# 클래스 Kentor.AuthServices.WebSso.SignInCommand

상속: ICommand
파일 보기 프로젝트 열기: KentorIT/authservices 1 사용 예제들

공개 메소드들

메소드 설명
Run ( Kentor.AuthServices.WebSso.HttpRequestData request, IOptions options ) : Kentor.AuthServices.WebSso.CommandResult

Run the command, initiating the sign in sequence.

비공개 메소드들

메소드 설명
InitiateLoginToIdp ( IOptions options, string>.IDictionary relayData, AuthServicesUrls urls, IdentityProvider idp, Uri returnUrl ) : Kentor.AuthServices.WebSso.CommandResult
RedirectToDiscoveryService ( string returnPath, SPOptions spOptions, AuthServicesUrls authServicesUrls ) : Kentor.AuthServices.WebSso.CommandResult
Run ( System.IdentityModel.Metadata.EntityId idpEntityId, string returnPath, Kentor.AuthServices.WebSso.HttpRequestData request, IOptions options, string>.IDictionary relayData ) : Kentor.AuthServices.WebSso.CommandResult
SignInCommand ( ) : System

Ctor, don't want anyone to create instances.

메소드 상세

Run() 공개 메소드

Run the command, initiating the sign in sequence.
public Run ( Kentor.AuthServices.WebSso.HttpRequestData request, IOptions options ) : Kentor.AuthServices.WebSso.CommandResult
request Kentor.AuthServices.WebSso.HttpRequestData Request data.
options IOptions Options
리턴 Kentor.AuthServices.WebSso.CommandResult