Uses of Class
ca.uhn.fhir.rest.server.interceptor.auth.AuthorizationFlagsEnum
-
Packages that use AuthorizationFlagsEnum Package Description ca.uhn.fhir.rest.server.interceptor.auth -
-
Uses of AuthorizationFlagsEnum in ca.uhn.fhir.rest.server.interceptor.auth
Methods in ca.uhn.fhir.rest.server.interceptor.auth that return AuthorizationFlagsEnum Modifier and Type Method Description static AuthorizationFlagsEnumAuthorizationFlagsEnum. 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.Methods in ca.uhn.fhir.rest.server.interceptor.auth that return types with arguments of type AuthorizationFlagsEnum Modifier and Type Method Description Set<AuthorizationFlagsEnum>AuthorizationInterceptor. getFlags()This property configures any flags affecting how authorization is applied.Methods in ca.uhn.fhir.rest.server.interceptor.auth with parameters of type AuthorizationFlagsEnum Modifier and Type Method Description AuthorizationInterceptorAuthorizationInterceptor. 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 AuthorizationFlagsEnum Modifier and Type Method Description AuthorizationInterceptor.VerdictIAuthRule. 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 applyAuthorizationInterceptor.VerdictRuleImplConditional. 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)AuthorizationInterceptorAuthorizationInterceptor. setFlags(Collection<AuthorizationFlagsEnum> theFlags)This property configures any flags affecting how authorization is applied.
-