C# Class Owin.Scim.Services.SchemaService

Inheritance: ServiceBase, ISchemaService
Afficher le fichier Open project: PowerDMS/Owin.Scim

Méthodes publiques

Méthode Description
GetSchema ( string schemaId ) : Task>

Gets the ScimSchema associated with the specified schemaId.

GetSchemas ( ) : Task>>

Gets all defined ScimSchemas.

Méthodes protégées

Méthode Description
CreateSchemas ( ) : ScimSchema>.IReadOnlyDictionary

Creates the schemas dictionary.

SchemaService ( ScimServerConfiguration serverConfiguration, IResourceVersionProvider versionProvider ) : System

Initializes a new instance of the SchemaService class.

Method Details

CreateSchemas() protected abstract méthode

Creates the schemas dictionary.
protected abstract CreateSchemas ( ) : ScimSchema>.IReadOnlyDictionary
Résultat ScimSchema>.IReadOnlyDictionary

GetSchema() public méthode

Gets the ScimSchema associated with the specified schemaId.
public GetSchema ( string schemaId ) : Task>
schemaId string The schema identifier.
Résultat Task>

GetSchemas() public méthode

Gets all defined ScimSchemas.
public GetSchemas ( ) : Task>>
Résultat Task>>

SchemaService() protected méthode

Initializes a new instance of the SchemaService class.
protected SchemaService ( ScimServerConfiguration serverConfiguration, IResourceVersionProvider versionProvider ) : System
serverConfiguration ScimServerConfiguration The configuration.
versionProvider IResourceVersionProvider The version provider.
Résultat System