
Uses of Interface
ca.uhn.fhir.rest.server.interceptor.consent.IConsentService
Packages that use IConsentService
Package
Description
-
Uses of IConsentService in ca.uhn.fhir.rest.server.interceptor.auth
Classes in ca.uhn.fhir.rest.server.interceptor.auth that implement 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 TypeClassDescriptionclassConsent Service that returns a fixed verdict.classImplementation ofIConsentServicethat forwards to another implementation ofIConsentService.classIConsentService combiner over several delegates with pluggable combination strategyclassImplement rule based search result filtering as a ConsentService.Methods in ca.uhn.fhir.rest.server.interceptor.consent that return IConsentServiceMethods in ca.uhn.fhir.rest.server.interceptor.consent that return types with arguments of type IConsentServiceModifier and TypeMethodDescriptionConsentInterceptor.getConsentServices()MultiDelegateConsentService.getDelegates()Methods in ca.uhn.fhir.rest.server.interceptor.consent with parameters of type IConsentServiceModifier and TypeMethodDescriptionConsentInterceptor.registerConsentService(IConsentService theConsentService) Adds a consent service to the chain.voidConsentInterceptor.setConsentService(IConsentService theConsentService) Deprecated.voidDelegatingConsentService.setTarget(IConsentService theTarget) ConsentInterceptor.unregisterConsentService(IConsentService theConsentService) Removes a consent service from the chain.Method parameters in ca.uhn.fhir.rest.server.interceptor.consent with type arguments of type IConsentServiceModifier and TypeMethodDescriptionstatic MultiDelegateConsentServiceMultiDelegateConsentService.withParallelVoting(List<IConsentService> theDelegateConsentServices) Combine several consent services allowing any to veto.static MultiDelegateConsentServiceMultiDelegateConsentService.withSerialVoting(List<IConsentService> theDelegateConsentServices) Combine several consent services with first non-PROCEED vote win.Constructors in ca.uhn.fhir.rest.server.interceptor.consent with parameters of type IConsentServiceModifierConstructorDescriptionConsentInterceptor(IConsentService theConsentService) ConstructorConsentInterceptor(IConsentService theConsentService, IConsentContextServices theContextConsentServices) Constructor
ConsentInterceptor.registerConsentService(IConsentService)instead