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 TypeClassDescriptionclassImplementation ofIConsentServicethat forwards to another implementation ofIConsentService.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.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