Uses of Class
ca.uhn.fhir.rest.server.interceptor.consent.ConsentOutcome
Packages that use ConsentOutcome
Package
Description
-
Uses of ConsentOutcome in ca.uhn.fhir.rest.server.interceptor.auth
Methods in ca.uhn.fhir.rest.server.interceptor.auth that return ConsentOutcomeModifier and TypeMethodDescriptionSearchNarrowingConsentService.canSeeResource(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, IConsentContextServices theContextServices) SearchNarrowingConsentService.willSeeResource(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, IConsentContextServices theContextServices) -
Uses of ConsentOutcome in ca.uhn.fhir.rest.server.interceptor.consent
Fields in ca.uhn.fhir.rest.server.interceptor.consent declared as ConsentOutcomeModifier and TypeFieldDescriptionstatic final ConsentOutcomeConsentOutcome.AUTHORIZEDConvenience constant containingnew ConsentOutcome(ConsentOperationStatusEnum.AUTHORIZED)static final ConsentOutcomeConsentOutcome.PROCEEDConvenience constant containingnew ConsentOutcome(ConsentOperationStatusEnum.PROCEED)static final ConsentOutcomeConsentOutcome.REJECTConvenience constant containingnew ConsentOutcome(ConsentOperationStatusEnum.REJECT)Methods in ca.uhn.fhir.rest.server.interceptor.consent that return ConsentOutcomeModifier and TypeMethodDescriptionDelegatingConsentService.canSeeResource(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, IConsentContextServices theContextServices) default ConsentOutcomeIConsentService.canSeeResource(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, IConsentContextServices theContextServices) This method is called if a user may potentially see a resource via READ operations, SEARCH operations, etc.DelegatingConsentService.startOperation(RequestDetails theRequestDetails, IConsentContextServices theContextServices) default ConsentOutcomeIConsentService.startOperation(RequestDetails theRequestDetails, IConsentContextServices theContextServices) This method is called when an operation is initially beginning, before any significant processing occurs.DelegatingConsentService.willSeeResource(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, IConsentContextServices theContextServices) default ConsentOutcomeIConsentService.willSeeResource(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, IConsentContextServices theContextServices) This method is called if a user is about to see a resource, either completely or partially.