Uses of Interface
ca.uhn.fhir.rest.server.interceptor.consent.IConsentService
Packages that use IConsentService
-
Uses of IConsentService in ca.uhn.fhir.rest.server.interceptor.consent
Classes in ca.uhn.fhir.rest.server.interceptor.consent that implement IConsentServiceModifier and TypeClassDescriptionclassImplementation ofIConsentServicethat forwards to another implementation ofIConsentService.Methods in ca.uhn.fhir.rest.server.interceptor.consent with parameters of type IConsentServiceModifier and TypeMethodDescriptionvoidConsentInterceptor.setConsentService(IConsentService theConsentService)voidDelegatingConsentService.setTarget(IConsentService theTarget)Constructors in ca.uhn.fhir.rest.server.interceptor.consent with parameters of type IConsentServiceModifierConstructorDescriptionConsentInterceptor(IConsentService theConsentService)ConstructorConsentInterceptor(IConsentService theConsentService, IConsentContextServices theContextConsentServices)Constructor