C# 클래스 Owin.Scim.Services.SchemaService

상속: ServiceBase, ISchemaService
파일 보기 프로젝트 열기: PowerDMS/Owin.Scim

공개 메소드들

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