| Package | Description |
|---|---|
| ca.uhn.fhir.rest.method | |
| ca.uhn.fhir.rest.server.interceptor | |
| ca.uhn.fhir.rest.server.interceptor.auth |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseMethodBinding.populateActionRequestDetailsForInterceptor(RequestDetails theRequestDetails,
IServerInterceptor.ActionRequestDetails theDetails,
Object[] theMethodParams)
Subclasses may override this method (but should also call super.
#populateActionRequestDetailsForInterceptor(RequestDetails, ActionRequestDetails, Object[]) to provide method specifics to the
interceptors. |
protected void |
TransactionMethodBinding.populateActionRequestDetailsForInterceptor(RequestDetails theRequestDetails,
IServerInterceptor.ActionRequestDetails theDetails,
Object[] theMethodParams) |
protected void |
OperationMethodBinding.populateActionRequestDetailsForInterceptor(RequestDetails theRequestDetails,
IServerInterceptor.ActionRequestDetails theDetails,
Object[] theMethodParams) |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptorAdapter.incomingRequestPreHandled(RestOperationTypeEnum theOperation,
IServerInterceptor.ActionRequestDetails theProcessedRequest) |
void |
IServerInterceptor.incomingRequestPreHandled(RestOperationTypeEnum theOperation,
IServerInterceptor.ActionRequestDetails theProcessedRequest)
Invoked before an incoming request is processed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationInterceptor.incomingRequestPreHandled(RestOperationTypeEnum theOperation,
IServerInterceptor.ActionRequestDetails theProcessedRequest) |
Copyright © 2014–2017 University Health Network. All rights reserved.