Interface AuthorizationHelper

All Known Implementing Classes:
AuthorizationHelperImpl

public interface AuthorizationHelper
  • Method Details

    • checkCreateAllowed

      void checkCreateAllowed(int index, Connection connection, Identity identity, org.hl7.fhir.r4.model.Resource newResource)
    • checkReadAllowed

      void checkReadAllowed(int index, Connection connection, Identity identity, org.hl7.fhir.r4.model.Resource existingResource)
    • checkUpdateAllowed

      void checkUpdateAllowed(int index, Connection connection, Identity identity, org.hl7.fhir.r4.model.Resource oldResource, org.hl7.fhir.r4.model.Resource newResource)
    • checkDeleteAllowed

      void checkDeleteAllowed(int index, Connection connection, Identity identity, org.hl7.fhir.r4.model.Resource oldResource)
    • checkSearchAllowed

      void checkSearchAllowed(int index, Identity identity, String resourceTypeName)
    • filterIncludeResults

      void filterIncludeResults(int index, Connection connection, Identity identity, org.hl7.fhir.r4.model.Bundle multipleResult)