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
Methods 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 PolicyEnumReturns 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) ConstructorVerdict(PolicyEnum theDecision, IAuthRule theDecidingRule)