Uses of Class
ca.uhn.fhir.rest.server.interceptor.auth.PolicyEnum
-
Packages that use PolicyEnum Package Description ca.uhn.fhir.rest.server.interceptor.auth -
-
Uses of PolicyEnum in ca.uhn.fhir.rest.server.interceptor.auth
Methods in ca.uhn.fhir.rest.server.interceptor.auth that return PolicyEnum Modifier and Type Method Description PolicyEnumAuthorizationInterceptor.Verdict. getDecision()PolicyEnumAuthorizationInterceptor. getDefaultPolicy()The default policy if no rules have been found to apply.static PolicyEnumPolicyEnum. valueOf(String name)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 PolicyEnum Modifier and Type Method Description voidAuthorizationInterceptor. 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 PolicyEnum Constructor Description AuthorizationInterceptor(PolicyEnum theDefaultPolicy)Constructor
-