Interface ApiClientOrganisationService

All Known Implementing Classes:
IdmApiClientOrganisationService

public interface ApiClientOrganisationService
Service which handles managing ApiClientOrganisation objects in a data store.

Currently only supports Creates.

Reads are handled by fetching an ApiClient using the ApiClientService, the returned ApiClient will have the organisation field populated.

Full CRUD support can be added in the future when it is needed.