Uses of Interface
dev.dsf.common.auth.conf.Identity
Packages that use Identity
-
Uses of Identity in dev.dsf.common.auth.conf
Subinterfaces of Identity in dev.dsf.common.auth.confModifier and TypeInterfaceDescriptioninterface
interface
-
Uses of Identity in dev.dsf.fhir.authorization.process
Methods in dev.dsf.fhir.authorization.process with parameters of type IdentityModifier and TypeMethodDescriptionboolean
All.isRecipientAuthorized
(Identity recipient, Stream<org.hl7.fhir.r4.model.OrganizationAffiliation> recipientAffiliations) boolean
Organization.isRecipientAuthorized
(Identity recipient, Stream<org.hl7.fhir.r4.model.OrganizationAffiliation> recipientAffiliations) default 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) boolean
Role.isRecipientAuthorized
(Identity recipient, Stream<org.hl7.fhir.r4.model.OrganizationAffiliation> recipientAffiliations) boolean
All.isRequesterAuthorized
(Identity requester, Stream<org.hl7.fhir.r4.model.OrganizationAffiliation> requesterAffiliations) boolean
Organization.isRequesterAuthorized
(Identity requester, Stream<org.hl7.fhir.r4.model.OrganizationAffiliation> requesterAffiliations) 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) boolean
Role.isRequesterAuthorized
(Identity requester, Stream<org.hl7.fhir.r4.model.OrganizationAffiliation> requesterAffiliations)