Uses of Interface
ca.uhn.fhir.rest.api.server.IPreResourceShowDetails
-
Packages that use IPreResourceShowDetails Package Description ca.uhn.fhir.rest.api.server ca.uhn.fhir.rest.server.interceptor.auth ca.uhn.fhir.rest.server.interceptor.consent -
-
Uses of IPreResourceShowDetails in ca.uhn.fhir.rest.api.server
Classes in ca.uhn.fhir.rest.api.server that implement IPreResourceShowDetails Modifier and Type Class Description classSimplePreResourceShowDetails -
Uses of IPreResourceShowDetails in ca.uhn.fhir.rest.server.interceptor.auth
Methods in ca.uhn.fhir.rest.server.interceptor.auth with parameters of type IPreResourceShowDetails Modifier and Type Method Description voidAuthorizationInterceptor. hookPreShow(RequestDetails theRequestDetails, IPreResourceShowDetails theDetails, ca.uhn.fhir.interceptor.api.Pointcut thePointcut) -
Uses of IPreResourceShowDetails in ca.uhn.fhir.rest.server.interceptor.consent
Methods in ca.uhn.fhir.rest.server.interceptor.consent with parameters of type IPreResourceShowDetails Modifier and Type Method Description voidConsentInterceptor. interceptPreShow(RequestDetails theRequestDetails, IPreResourceShowDetails thePreResourceShowDetails)
-