Identity Domain Provider
IIdentityDomainRepositoryService
in assembly SanteDB.Core.Api version 3.0.1980.0
Summary
Represents a repository service for managing assigning authorities.
Description
This specialized IRepositoryService is intended to add functionality to make the management of identity domains (IdentityDomain) objects simpler by including methods for getting domains by name and URI
Operations
Operation | Response/Return | Input/Parameter | Description |
---|---|---|---|
Get | IdentityDomain | String domain | Get by domain |
Get | IdentityDomain | Uri uri | Get by domain |
Implementations
LocalIdentityDomainRepository - (SanteDB.Core.Api)
Represents a repository service for managing assigning authorities.
Service Registration
Example Implementation
References
Last updated