C# Class Owin.Scim.Extensions.AppBuilderExtensions

Mostra file Open project: PowerDMS/Owin.Scim

Public Methods

Method Description
UseScimServer ( this appBuilder, Action configureScimServerAction = null ) : IAppBuilder

Configures the specified appBuilder with a new SCIM 2.0-compliant server. Owin.Scim will use the Assembly.Location of the calling assembly create a new System.ComponentModel.Composition.Hosting.CompositionContainer.

UseScimServer ( this appBuilder, IEnumerable fileCompositionConstraints, Action configureScimServerAction = null ) : IAppBuilder

Configures the specified appBuilder with a new SCIM 2.0-compliant server.

Method Details

UseScimServer() public static method

Configures the specified appBuilder with a new SCIM 2.0-compliant server. Owin.Scim will use the Assembly.Location of the calling assembly create a new System.ComponentModel.Composition.Hosting.CompositionContainer.
appBuilder
public static UseScimServer ( this appBuilder, Action configureScimServerAction = null ) : IAppBuilder
appBuilder this The application builder.
configureScimServerAction Action The function used to configure the scim server.
return IAppBuilder

UseScimServer() public static method

Configures the specified appBuilder with a new SCIM 2.0-compliant server.
appBuilder
public static UseScimServer ( this appBuilder, IEnumerable fileCompositionConstraints, Action configureScimServerAction = null ) : IAppBuilder
appBuilder this The application builder.
fileCompositionConstraints IEnumerable The file composition constraints used to create a /// new . Specify /// multiple predicates to include any assemblies which contain /// SCIM-related extensibility points.
configureScimServerAction Action The function used to configure the scim server.
return IAppBuilder