Uses of Enum
ca.uhn.fhir.rest.server.interceptor.auth.PolicyEnum
-
Uses of PolicyEnum in ca.uhn.fhir.rest.server.interceptor.auth
Modifier and TypeFieldDescriptionfinal PolicyEnum
IAuthRuleTester.RuleTestRequest.mode
the mode of the calling rule contextModifier and TypeMethodDescriptionAuthorizationInterceptor.Verdict.getDecision()
AuthorizationInterceptor.getDefaultPolicy()
The default policy if no rules have been found to apply.static PolicyEnum
Returns the enum constant of this type with the specified name.static PolicyEnum[]
PolicyEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAuthorizationInterceptor.setDefaultPolicy
(PolicyEnum theDefaultPolicy) The default policy if no rules have been found to apply.ModifierConstructorDescriptionAuthorizationInterceptor
(PolicyEnum theDefaultPolicy) ConstructorRuleTestRequest
(PolicyEnum theMode, ca.uhn.fhir.rest.api.RestOperationTypeEnum theOperation, RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IIdType theResourceId, org.hl7.fhir.instance.model.api.IBaseResource theResource, IRuleApplier theRuleApplier) Verdict
(PolicyEnum theDecision, IAuthRule theDecidingRule)