Class OperationRuleTestUtil

java.lang.Object
ca.uhn.fhir.rest.server.interceptor.auth.OperationRuleTestUtil

public final class OperationRuleTestUtil extends Object
  • Method Details

    • getOperationName

      public static String getOperationName(ca.uhn.fhir.rest.server.interceptor.auth.IAuthRule theRule)
    • isAppliesToServer

      public static boolean isAppliesToServer(ca.uhn.fhir.rest.server.interceptor.auth.IAuthRule theRule)
    • isAppliesToAnyType

      public static boolean isAppliesToAnyType(ca.uhn.fhir.rest.server.interceptor.auth.IAuthRule theRule)
    • isAppliesToAnyInstance

      public static boolean isAppliesToAnyInstance(ca.uhn.fhir.rest.server.interceptor.auth.IAuthRule theRule)
    • getAppliesToTypes

      public static HashSet<Class<? extends org.hl7.fhir.instance.model.api.IBaseResource>> getAppliesToTypes(ca.uhn.fhir.rest.server.interceptor.auth.IAuthRule theRule)
    • getAppliesToInstancesOfType

      public static HashSet<Class<? extends org.hl7.fhir.instance.model.api.IBaseResource>> getAppliesToInstancesOfType(ca.uhn.fhir.rest.server.interceptor.auth.IAuthRule theRule)
    • isAllowAllResponses

      public static boolean isAllowAllResponses(ca.uhn.fhir.rest.server.interceptor.auth.IAuthRule theRule)
    • getGroupId

      public static String getGroupId(ca.uhn.fhir.rest.server.interceptor.auth.IAuthRule theRule)
    • getWantExportStyle

      public static ca.uhn.fhir.rest.api.server.bulk.BulkDataExportOptions.ExportStyle getWantExportStyle(ca.uhn.fhir.rest.server.interceptor.auth.IAuthRule theRule)