Interface IAuthRuleTester


  • public interface IAuthRuleTester
    Allows user-supplied logic for authorization rules.

    THIS IS AN EXPERIMENTAL API! Feedback is welcome, and this API may change.

    Since:
    3.4.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean matches​(ca.uhn.fhir.rest.api.RestOperationTypeEnum theOperation, RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IIdType theInputResourceId, org.hl7.fhir.instance.model.api.IBaseResource theInputResource)
      Allows user-supplied logic for authorization rules.
    • Method Detail

      • matches

        boolean matches​(ca.uhn.fhir.rest.api.RestOperationTypeEnum theOperation,
                        RequestDetails theRequestDetails,
                        org.hl7.fhir.instance.model.api.IIdType theInputResourceId,
                        org.hl7.fhir.instance.model.api.IBaseResource theInputResource)
        Allows user-supplied logic for authorization rules.

        THIS IS AN EXPERIMENTAL API! Feedback is welcome, and this API may change.

        Since:
        3.4.0