Uses of Interface
dev.dsf.bpe.v2.service.process.Identity
Packages that use Identity
-
Uses of Identity in dev.dsf.bpe.v2.service.process
Subinterfaces of Identity in dev.dsf.bpe.v2.service.processModifier and TypeInterfaceDescriptioninterface
interface
Methods in dev.dsf.bpe.v2.service.process with parameters of type IdentityModifier and TypeMethodDescriptiondefault boolean
Recipient.isRecipientAuthorized
(Identity recipientUser, Collection<org.hl7.fhir.r4.model.OrganizationAffiliation> recipientAffiliations) boolean
Recipient.isRecipientAuthorized
(Identity recipientUser, Stream<org.hl7.fhir.r4.model.OrganizationAffiliation> recipientAffiliations) default boolean
Requester.isRequesterAuthorized
(Identity requesterUser, Collection<org.hl7.fhir.r4.model.OrganizationAffiliation> requesterAffiliations) boolean
Requester.isRequesterAuthorized
(Identity requesterUser, Stream<org.hl7.fhir.r4.model.OrganizationAffiliation> requesterAffiliations)