| 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()
Returns a list of all registered server interceptors
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestfulServer.registerInterceptor(IServerInterceptor theInterceptor) |
void |
RestfulServer.setInterceptors(IServerInterceptor... theList)
Sets (or clears) the list of interceptors
|
void |
RestfulServer.unregisterInterceptor(IServerInterceptor theInterceptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestfulServer.setInterceptors(List<IServerInterceptor> theList)
Sets (or clears) the list of interceptors
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IServerOperationInterceptor
Server interceptor with added methods which can be called within the lifecycle of
write operations (create/update/delete) or within transaction and batch
operations that call these sub-operations.
|
| 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 |
LoggingInterceptor
Server interceptor which logs each request using a defined format
|
class |
RequestValidatingInterceptor
This interceptor intercepts each incoming request and if it contains a FHIR resource, validates that resource.
|
class |
ResponseHighlighterInterceptor
This interceptor detects when a request is coming from a browser, and automatically returns a response with syntax
highlighted (coloured) HTML for the response instead of just returning raw XML/JSON.
|
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 |
AuthorizationInterceptor
This class is a base class for interceptors which can be used to
inspect requests and responses to determine whether the calling user
has permission to perform the given action.
|
Copyright © 2014–2017 University Health Network. All rights reserved.