Uses of Interface
ca.uhn.fhir.rest.server.interceptor.consent.IConsentService
-
Packages that use IConsentService Package Description ca.uhn.fhir.rest.server.interceptor.consent -
-
Uses of IConsentService in ca.uhn.fhir.rest.server.interceptor.consent
Classes in ca.uhn.fhir.rest.server.interceptor.consent that implement IConsentService Modifier and Type Class Description classDelegatingConsentServiceImplementation ofIConsentServicethat forwards to another implementation ofIConsentService.Methods in ca.uhn.fhir.rest.server.interceptor.consent with parameters of type IConsentService Modifier and Type Method Description voidConsentInterceptor. setConsentService(IConsentService theConsentService)voidDelegatingConsentService. setTarget(IConsentService theTarget)Constructors in ca.uhn.fhir.rest.server.interceptor.consent with parameters of type IConsentService Constructor Description ConsentInterceptor(IConsentService theConsentService)ConstructorConsentInterceptor(IConsentService theConsentService, IConsentContextServices theContextConsentServices)Constructor
-