Class OrganizationIdentityImpl

java.lang.Object
dev.dsf.fhir.authentication.AbstractIdentity
dev.dsf.fhir.authentication.OrganizationIdentityImpl
All Implemented Interfaces:
Identity, OrganizationIdentity, Principal

public class OrganizationIdentityImpl extends AbstractIdentity implements OrganizationIdentity
  • Constructor Details

    • OrganizationIdentityImpl

      public OrganizationIdentityImpl(boolean localIdentity, org.hl7.fhir.r4.model.Organization organization, Collection<? extends DsfRole> dsfRoles, X509Certificate certificate)
      Parameters:
      localIdentity - true if this is a local identity
      organization - not null
      dsfRoles - may be null
      certificate - may be null
  • Method Details