C# Класс Owin.Scim.Services.SchemaService

Наследование: ServiceBase, ISchemaService
Показать файл Открыть проект

Открытые методы

Метод Описание
GetSchema ( string schemaId ) : Task>

Gets the ScimSchema associated with the specified schemaId.

GetSchemas ( ) : Task>>

Gets all defined ScimSchemas.

Защищенные методы

Метод Описание
CreateSchemas ( ) : ScimSchema>.IReadOnlyDictionary

Creates the schemas dictionary.

SchemaService ( ScimServerConfiguration serverConfiguration, IResourceVersionProvider versionProvider ) : System

Initializes a new instance of the SchemaService class.

Описание методов

CreateSchemas() защищенный абстрактный Метод

Creates the schemas dictionary.
protected abstract CreateSchemas ( ) : ScimSchema>.IReadOnlyDictionary
Результат ScimSchema>.IReadOnlyDictionary

GetSchema() публичный Метод

Gets the ScimSchema associated with the specified schemaId.
public GetSchema ( string schemaId ) : Task>
schemaId string The schema identifier.
Результат Task>

GetSchemas() публичный Метод

Gets all defined ScimSchemas.
public GetSchemas ( ) : Task>>
Результат Task>>

SchemaService() защищенный Метод

Initializes a new instance of the SchemaService class.
protected SchemaService ( ScimServerConfiguration serverConfiguration, IResourceVersionProvider versionProvider ) : System
serverConfiguration ScimServerConfiguration The configuration.
versionProvider IResourceVersionProvider The version provider.
Результат System