C# Class Stormpath.AspNetCore.StormpathMiddlewareExtensions

Afficher le fichier Open project: stormpath/stormpath-aspnetcore

Méthodes publiques

Méthode Description
AddStormpath ( this services ) : IServiceCollection

Adds services required for Stormpath.

AddStormpath ( this services, Stormpath.Configuration.Abstractions.StormpathConfiguration configuration ) : IServiceCollection

Adds services required for Stormpath.

AddStormpath ( this services, StormpathOptions options ) : IServiceCollection

Adds services required for Stormpath.

AddStormpath ( this services, object anonymousConfiguration ) : IServiceCollection

Adds services required for Stormpath.

UseStormpath ( this app ) : IApplicationBuilder

Adds the Stormpath middleware to the pipeline.

You must call AddStormpath before calling this method.

Private Methods

Méthode Description
AddStormpath ( IServiceCollection services, StormpathOwinOptions options ) : IServiceCollection
GetLibraryUserAgent ( Assembly hostingAssembly ) : string

Method Details

AddStormpath() public static méthode

Adds services required for Stormpath.
There was a problem initializing Stormpath.
public static AddStormpath ( this services ) : IServiceCollection
services this The .
Résultat IServiceCollection

AddStormpath() public static méthode

Adds services required for Stormpath.
There was a problem initializing Stormpath.
public static AddStormpath ( this services, Stormpath.Configuration.Abstractions.StormpathConfiguration configuration ) : IServiceCollection
services this The .
configuration Stormpath.Configuration.Abstractions.StormpathConfiguration Configuration for the Stormpath middleware.
Résultat IServiceCollection

AddStormpath() public static méthode

Adds services required for Stormpath.
There was a problem initializing Stormpath.
public static AddStormpath ( this services, StormpathOptions options ) : IServiceCollection
services this The .
options StormpathOptions Extended configuration for the Stormpath middleware.
Résultat IServiceCollection

AddStormpath() public static méthode

Adds services required for Stormpath.
There was a problem initializing Stormpath.
public static AddStormpath ( this services, object anonymousConfiguration ) : IServiceCollection
services this The .
anonymousConfiguration object Configuration for the Stormpath middleware.
Résultat IServiceCollection

UseStormpath() public static méthode

Adds the Stormpath middleware to the pipeline.
You must call AddStormpath before calling this method.
The Stormpath services have not been added to the service collection.
public static UseStormpath ( this app ) : IApplicationBuilder
app this The .
Résultat IApplicationBuilder