| Package | Description |
|---|---|
| ca.uhn.fhir.rest.api | |
| ca.uhn.fhir.rest.method | |
| ca.uhn.fhir.rest.server.interceptor | |
| ca.uhn.fhir.rest.server.interceptor.auth |
| Modifier and Type | Method and Description |
|---|---|
RestOperationTypeEnum |
RestOperationTypeEnum.forCode(String theCode)
Returns the enumerated value associated with this code
|
static RestOperationTypeEnum |
RestOperationTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestOperationTypeEnum[] |
RestOperationTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RequestDetails.getConditionalUrl(RestOperationTypeEnum theOperationType)
Returns the conditional URL if this request has one, or
null otherwise. |
static List<IParameter> |
MethodUtil.getResourceParameters(FhirContext theContext,
Method theMethod,
Object theProvider,
RestOperationTypeEnum theRestfulOperationTypeEnum) |
void |
RequestDetails.setRestOperationType(RestOperationTypeEnum theRestOperationType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseValidatingInterceptor.addExcludeOperationType(RestOperationTypeEnum theOperationType)
Do not validate the following operations.
|
void |
InterceptorAdapter.incomingRequestPreHandled(RestOperationTypeEnum theOperation,
IServerInterceptor.ActionRequestDetails theProcessedRequest) |
void |
IServerInterceptor.incomingRequestPreHandled(RestOperationTypeEnum theOperation,
IServerInterceptor.ActionRequestDetails theProcessedRequest)
Invoked before an incoming request is processed.
|
void |
IServerInterceptor.ActionRequestDetails.notifyIncomingRequestPreHandled(RestOperationTypeEnum theOperationType)
This method may be invoked by user code to notify interceptors that a nested
operation is being invoked which is denoted by this request details.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationInterceptor.Verdict |
IAuthRule.applyRule(RestOperationTypeEnum theOperation,
RequestDetails theRequestDetails,
IBaseResource theInputResource,
IIdType theInputResourceId,
IBaseResource theOutputResource,
IRuleApplier theRuleApplier)
Applies the rule and returns a policy decision, or
null if the rule does not apply |
AuthorizationInterceptor.Verdict |
RuleImplConditional.applyRule(RestOperationTypeEnum theOperation,
RequestDetails theRequestDetails,
IBaseResource theInputResource,
IIdType theInputResourceId,
IBaseResource theOutputResource,
IRuleApplier theRuleApplier) |
AuthorizationInterceptor.Verdict |
AuthorizationInterceptor.applyRulesAndReturnDecision(RestOperationTypeEnum theOperation,
RequestDetails theRequestDetails,
IBaseResource theInputResource,
IIdType theInputResourceId,
IBaseResource theOutputResource) |
AuthorizationInterceptor.Verdict |
IRuleApplier.applyRulesAndReturnDecision(RestOperationTypeEnum theOperation,
RequestDetails theRequestDetails,
IBaseResource theInputResource,
IIdType theInputResourceId,
IBaseResource theOutputResource) |
void |
AuthorizationInterceptor.incomingRequestPreHandled(RestOperationTypeEnum theOperation,
IServerInterceptor.ActionRequestDetails theProcessedRequest) |
Copyright © 2014–2017 University Health Network. All rights reserved.