C# 클래스 Stormpath.AspNetCore.StormpathMiddlewareExtensions

파일 보기 프로젝트 열기: stormpath/stormpath-aspnetcore

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
AddStormpath ( IServiceCollection services, StormpathOwinOptions options ) : IServiceCollection
GetLibraryUserAgent ( Assembly hostingAssembly ) : string

메소드 상세

AddStormpath() 공개 정적인 메소드

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

AddStormpath() 공개 정적인 메소드

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.
리턴 IServiceCollection

AddStormpath() 공개 정적인 메소드

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.
리턴 IServiceCollection

AddStormpath() 공개 정적인 메소드

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.
리턴 IServiceCollection

UseStormpath() 공개 정적인 메소드

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 .
리턴 IApplicationBuilder