
Uses of Interface
ca.uhn.fhir.rest.api.server.IPreResourceShowDetails
Packages that use IPreResourceShowDetails
Package
Description
-
Uses of IPreResourceShowDetails in ca.uhn.fhir.rest.api.server
Classes in ca.uhn.fhir.rest.api.server that implement IPreResourceShowDetails -
Uses of IPreResourceShowDetails in ca.uhn.fhir.rest.server.interceptor.auth
Methods in ca.uhn.fhir.rest.server.interceptor.auth with parameters of type IPreResourceShowDetailsModifier and TypeMethodDescriptionvoidAuthorizationInterceptor.hookPreShow(RequestDetails theRequestDetails, IPreResourceShowDetails theDetails, ca.uhn.fhir.interceptor.api.Pointcut thePointcut) -
Uses of IPreResourceShowDetails in ca.uhn.fhir.rest.server.interceptor.binary
Methods in ca.uhn.fhir.rest.server.interceptor.binary with parameters of type IPreResourceShowDetailsModifier and TypeMethodDescriptionvoidBinarySecurityContextInterceptor.preShowResources(IPreResourceShowDetails theShowDetails, RequestDetails theRequestDetails) Interceptor hook method. -
Uses of IPreResourceShowDetails in ca.uhn.fhir.rest.server.interceptor.consent
Methods in ca.uhn.fhir.rest.server.interceptor.consent with parameters of type IPreResourceShowDetailsModifier and TypeMethodDescriptionvoidConsentInterceptor.interceptPreShow(RequestDetails theRequestDetails, IPreResourceShowDetails thePreResourceShowDetails)