Method | Description | |
---|---|---|
GetSchema ( string schemaId ) : Task |
Gets the ScimSchema associated with the specified schemaId.
|
|
GetSchemas ( ) : Task |
Gets all defined ScimSchemas.
|
Method | Description | |
---|---|---|
CreateSchemas ( ) : ScimSchema>.IReadOnlyDictionary |
Creates the schemas dictionary.
|
|
SchemaService ( ScimServerConfiguration serverConfiguration, IResourceVersionProvider versionProvider ) : System |
Initializes a new instance of the SchemaService class.
|
protected abstract CreateSchemas ( ) : ScimSchema>.IReadOnlyDictionary |
||
return | ScimSchema>.IReadOnlyDictionary |
public GetSchema ( string schemaId ) : Task |
||
schemaId | string | The schema identifier. |
return | Task |
protected SchemaService ( ScimServerConfiguration serverConfiguration, IResourceVersionProvider versionProvider ) : System | ||
serverConfiguration | ScimServerConfiguration | The configuration. |
versionProvider | IResourceVersionProvider | The version provider. |
return | System |