Uses of Interface
ca.uhn.fhir.rest.server.interceptor.consent.IConsentService
Package
Description
-
Uses of IConsentService in ca.uhn.fhir.rest.server.interceptor.auth
-
Uses of IConsentService in ca.uhn.fhir.rest.server.interceptor.consent
Modifier and TypeClassDescriptionclass
Consent Service that returns a fixed verdict.class
Implementation ofIConsentService
that forwards to another implementation ofIConsentService
.class
IConsentService combiner over several delegates with pluggable combination strategyclass
Implement rule based search result filtering as a ConsentService.Modifier and TypeMethodDescriptionConsentInterceptor.registerConsentService
(IConsentService theConsentService) Adds a consent service to the chain.void
ConsentInterceptor.setConsentService
(IConsentService theConsentService) Deprecated.void
DelegatingConsentService.setTarget
(IConsentService theTarget) ConsentInterceptor.unregisterConsentService
(IConsentService theConsentService) Removes a consent service from the chain.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.ModifierConstructorDescriptionConsentInterceptor
(IConsentService theConsentService) ConstructorConsentInterceptor
(IConsentService theConsentService, IConsentContextServices theContextConsentServices) Constructor
ConsentInterceptor.registerConsentService(IConsentService)
instead