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

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

공개 메소드들

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

Run the command, initiating or handling the logout sequence.

비공개 메소드들

메소드 설명
GetReturnUrl ( Kentor.AuthServices.WebSso.HttpRequestData request, string returnPath, IOptions options ) : Uri
HandleRequest ( Kentor.AuthServices.WebSso.UnbindResult unbindResult, IOptions options ) : Kentor.AuthServices.WebSso.CommandResult
HandleResponse ( Kentor.AuthServices.WebSso.UnbindResult unbindResult, StoredRequestState storedRequestState, IOptions options, Uri returnUrl ) : Kentor.AuthServices.WebSso.CommandResult
InitiateLogout ( Kentor.AuthServices.WebSso.HttpRequestData request, Uri returnUrl, IOptions options ) : Kentor.AuthServices.WebSso.CommandResult
LogoutCommand ( ) : System

Ctor, don't want anyone to create instances.

Run ( Kentor.AuthServices.WebSso.HttpRequestData request, string returnPath, IOptions options ) : Kentor.AuthServices.WebSso.CommandResult
VerifyMessageIsSigned ( Kentor.AuthServices.WebSso.UnbindResult unbindResult, IOptions options ) : void

메소드 상세

Run() 공개 메소드

Run the command, initiating or handling the logout 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