| Package | Description |
|---|---|
| ca.uhn.fhir.rest.server.interceptor.auth |
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationFlagsEnum |
AuthorizationFlagsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationFlagsEnum[] |
AuthorizationFlagsEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<AuthorizationFlagsEnum> |
AuthorizationInterceptor.getFlags()
This property configures any flags affecting how authorization is
applied.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationInterceptor |
AuthorizationInterceptor.setFlags(AuthorizationFlagsEnum... theFlags)
This property configures any flags affecting how authorization is
applied.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationInterceptor.Verdict |
IAuthRule.applyRule(ca.uhn.fhir.rest.api.RestOperationTypeEnum theOperation,
RequestDetails theRequestDetails,
org.hl7.fhir.instance.model.api.IBaseResource theInputResource,
org.hl7.fhir.instance.model.api.IIdType theInputResourceId,
org.hl7.fhir.instance.model.api.IBaseResource theOutputResource,
IRuleApplier theRuleApplier,
Set<AuthorizationFlagsEnum> theFlags)
Applies the rule and returns a policy decision, or
null if the rule does not apply |
AuthorizationInterceptor.Verdict |
RuleImplConditional.applyRule(ca.uhn.fhir.rest.api.RestOperationTypeEnum theOperation,
RequestDetails theRequestDetails,
org.hl7.fhir.instance.model.api.IBaseResource theInputResource,
org.hl7.fhir.instance.model.api.IIdType theInputResourceId,
org.hl7.fhir.instance.model.api.IBaseResource theOutputResource,
IRuleApplier theRuleApplier,
Set<AuthorizationFlagsEnum> theFlags) |
AuthorizationInterceptor |
AuthorizationInterceptor.setFlags(Collection<AuthorizationFlagsEnum> theFlags)
This property configures any flags affecting how authorization is
applied.
|
Copyright © 2014–2019 University Health Network. All rights reserved.