
Uses of Class
ca.uhn.fhir.rest.server.interceptor.consent.MultiDelegateConsentService
Packages that use MultiDelegateConsentService
-
Uses of MultiDelegateConsentService in ca.uhn.fhir.rest.server.interceptor.consent
Methods in ca.uhn.fhir.rest.server.interceptor.consent that return MultiDelegateConsentServiceModifier 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.