| Package | Description |
|---|---|
| ca.uhn.fhir.rest.server | |
| ca.uhn.fhir.rest.server.interceptor | |
| ca.uhn.fhir.rest.server.interceptor.auth |
| Modifier and Type | Method and Description |
|---|---|
List<IServerInterceptor> |
IRestfulServerDefaults.getInterceptors_()
Returns the list of interceptors registered against this server
|
List<IServerInterceptor> |
RestfulServer.getInterceptors_()
Deprecated.
As of HAPI FHIR 3.8.0, use
RestfulServer.getInterceptorService() to access the interceptor service. You can register and unregister interceptors using this service. |
| Modifier and Type | Method and Description |
|---|---|
void |
RestfulServer.setInterceptors(IServerInterceptor... theInterceptors)
Deprecated.
As of HAPI FHIR 3.8.0, use
RestfulServer.getInterceptorService() to access the interceptor service. You can register and unregister interceptors using this service. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IServerOperationInterceptor
Deprecated.
Ths interface is no longer neccessary as of HAPI FHIR 3.8.0 - You can create
interceptor methods that are declared using the
Hook annotation without needing
to implement any interceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
BanUnsupportedHttpMethodsInterceptor
This interceptor causes the server to reject invocations for HTTP methods
other than those supported by the server with an HTTP 405.
|
class |
CorsInterceptor |
class |
ExceptionHandlingInterceptor |
class |
InterceptorAdapter
Base class for
IServerInterceptor implementations. |
class |
RequestValidatingInterceptor
This interceptor intercepts each incoming request and if it contains a FHIR resource, validates that resource.
|
class |
ResponseValidatingInterceptor
This interceptor intercepts each outgoing response and if it contains a FHIR resource, validates that resource.
|
class |
ServerOperationInterceptorAdapter
NOP implementation of
IServerOperationInterceptor |
class |
VerboseLoggingInterceptor
This interceptor creates verbose server log entries containing the complete request and response payloads.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SearchNarrowingInterceptor
This interceptor can be used to automatically narrow the scope of searches in order to
automatically restrict the searches to specific compartments.
|
Copyright © 2014–2019 University Health Network. All rights reserved.