Class DelegatingConsentService

java.lang.Object
ca.uhn.fhir.rest.server.interceptor.consent.DelegatingConsentService
All Implemented Interfaces:
IConsentService

public class DelegatingConsentService extends Object implements IConsentService
Implementation of IConsentService that forwards to another implementation of IConsentService. This class is mostly provided for testing purposes.