
Uses of Enum Class
ca.uhn.fhir.rest.server.interceptor.auth.AuthorizationFlagsEnum
Packages that use AuthorizationFlagsEnum
-
Uses of AuthorizationFlagsEnum in ca.uhn.fhir.rest.server.interceptor.auth
Methods in ca.uhn.fhir.rest.server.interceptor.auth that return AuthorizationFlagsEnumModifier and TypeMethodDescriptionstatic AuthorizationFlagsEnumReturns the enum constant of this class with the specified name.static AuthorizationFlagsEnum[]AuthorizationFlagsEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.uhn.fhir.rest.server.interceptor.auth that return types with arguments of type AuthorizationFlagsEnumModifier and TypeMethodDescriptionAuthorizationInterceptor.getFlags()This property configures any flags affecting how authorization is applied.Methods in ca.uhn.fhir.rest.server.interceptor.auth with parameters of type AuthorizationFlagsEnumModifier and TypeMethodDescriptionAuthorizationInterceptor.setFlags(AuthorizationFlagsEnum... theFlags) This property configures any flags affecting how authorization is applied.Method parameters in ca.uhn.fhir.rest.server.interceptor.auth with type arguments of type AuthorizationFlagsEnumModifier and TypeMethodDescriptionIAuthRule.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, ca.uhn.fhir.interceptor.api.Pointcut thePointcut) Applies the rule and returns a policy decision, ornullif the rule does not applyRuleBulkExportImpl.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, ca.uhn.fhir.interceptor.api.Pointcut thePointcut) 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, ca.uhn.fhir.interceptor.api.Pointcut thePointcut) RuleImplUpdateHistoryRewrite.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, ca.uhn.fhir.interceptor.api.Pointcut thePointcut) AuthorizationInterceptor.setFlags(Collection<AuthorizationFlagsEnum> theFlags) This property configures any flags affecting how authorization is applied.