
Uses of Enum
ca.uhn.fhir.rest.server.interceptor.auth.PolicyEnum
Packages that use PolicyEnum
-
Uses of PolicyEnum in ca.uhn.fhir.rest.server.interceptor.auth
Fields in ca.uhn.fhir.rest.server.interceptor.auth declared as PolicyEnumModifier and TypeFieldDescriptionfinal PolicyEnum
IAuthRuleTester.RuleTestRequest.mode
the mode of the calling rule contextMethods in ca.uhn.fhir.rest.server.interceptor.auth that return PolicyEnumModifier 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.Methods in ca.uhn.fhir.rest.server.interceptor.auth with parameters of type PolicyEnumModifier and TypeMethodDescriptionAuthorizationInterceptor.setDefaultPolicy
(PolicyEnum theDefaultPolicy) The default policy if no rules have been found to apply.Constructors in ca.uhn.fhir.rest.server.interceptor.auth with parameters of type PolicyEnumModifierConstructorDescriptionAuthorizationInterceptor
(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)