Package dev.dsf.fhir.authentication
Class OrganizationIdentityImpl
java.lang.Object
dev.dsf.fhir.authentication.AbstractIdentity
dev.dsf.fhir.authentication.OrganizationIdentityImpl
- All Implemented Interfaces:
Identity,OrganizationIdentity,Principal
-
Field Summary
Fields inherited from interface dev.dsf.common.auth.conf.Identity
ORGANIZATION_IDENTIFIER_SYSTEM -
Constructor Summary
ConstructorsConstructorDescriptionOrganizationIdentityImpl(boolean localIdentity, org.hl7.fhir.r4.model.Organization organization, Collection<? extends DsfRole> dsfRoles, X509Certificate certificate) -
Method Summary
Methods inherited from class dev.dsf.fhir.authentication.AbstractIdentity
getCertificate, getDsfRoles, getIdentifierValue, getOrganization, getOrganizationIdentifierValue, hasDsfRole, isLocalIdentityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.dsf.common.auth.conf.Identity
getCertificate, getDsfRoles, getOrganization, getOrganizationIdentifierValue, hasDsfRole, isLocalIdentity
-
Constructor Details
-
OrganizationIdentityImpl
public OrganizationIdentityImpl(boolean localIdentity, org.hl7.fhir.r4.model.Organization organization, Collection<? extends DsfRole> dsfRoles, X509Certificate certificate) - Parameters:
localIdentity-trueif this is a local identityorganization- notnulldsfRoles- may benullcertificate- may benull
-
-
Method Details
-
getName
-
getDisplayName
- Specified by:
getDisplayNamein interfaceIdentity
-