Class OperationRuleTestUtil
java.lang.Object
ca.uhn.fhir.rest.server.interceptor.auth.OperationRuleTestUtil
-
Method Summary
Modifier and TypeMethodDescriptiongetAppliesToInstancesOfType(ca.uhn.fhir.rest.server.interceptor.auth.IAuthRule theRule) getAppliesToTypes(ca.uhn.fhir.rest.server.interceptor.auth.IAuthRule theRule) static StringgetGroupId(ca.uhn.fhir.rest.server.interceptor.auth.IAuthRule theRule) static StringgetOperationName(ca.uhn.fhir.rest.server.interceptor.auth.IAuthRule theRule) static ca.uhn.fhir.rest.api.server.bulk.BulkDataExportOptions.ExportStylegetWantExportStyle(ca.uhn.fhir.rest.server.interceptor.auth.IAuthRule theRule) static booleanisAllowAllResponses(ca.uhn.fhir.rest.server.interceptor.auth.IAuthRule theRule) static booleanisAppliesToAnyInstance(ca.uhn.fhir.rest.server.interceptor.auth.IAuthRule theRule) static booleanisAppliesToAnyType(ca.uhn.fhir.rest.server.interceptor.auth.IAuthRule theRule) static booleanisAppliesToServer(ca.uhn.fhir.rest.server.interceptor.auth.IAuthRule theRule)
-
Method Details
-
getOperationName
-
isAppliesToServer
-
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
-
getWantExportStyle
public static ca.uhn.fhir.rest.api.server.bulk.BulkDataExportOptions.ExportStyle getWantExportStyle(ca.uhn.fhir.rest.server.interceptor.auth.IAuthRule theRule)
-