C# Class Kentor.AuthServices.WebSso.LogoutCommand

Inheritance: ICommand
Afficher le fichier Open project: KentorIT/authservices Class Usage Examples

Méthodes publiques

Méthode Description
Run ( Kentor.AuthServices.WebSso.HttpRequestData request, IOptions options ) : Kentor.AuthServices.WebSso.CommandResult

Run the command, initiating or handling the logout sequence.

Private Methods

Méthode Description
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

Method Details

Run() public méthode

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
Résultat Kentor.AuthServices.WebSso.CommandResult