Uses of Class
ca.uhn.fhir.rest.server.interceptor.consent.MultiDelegateConsentService
-
Uses of MultiDelegateConsentService in ca.uhn.fhir.rest.server.interceptor.consent
Modifier and TypeMethodDescriptionstatic MultiDelegateConsentService
MultiDelegateConsentService.withParallelVoting
(List<IConsentService> theDelegateConsentServices) Combine several consent services allowing any to veto.static MultiDelegateConsentService
MultiDelegateConsentService.withSerialVoting
(List<IConsentService> theDelegateConsentServices) Combine several consent services with first non-PROCEED vote win.