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 IRepositoryServicearrow-up-right is intended to add functionality to make the management of identity domains (IdentityDomainarrow-up-right) 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

...
<section xsi:type="ApplicationServiceContextConfigurationSection" threadPoolSize="4">
	<serviceProviders>
		...
		<add type="SanteDB.Core.Services.Impl.Repository.LocalIdentityDomainRepository, SanteDB.Core.Api, Version=3.0.1980.0, Culture=neutral, PublicKeyToken=null" />
		...
	</serviceProviders>

Example Implementation

References

Last updated

Was this helpful?