Package dev.dsf.common.auth.conf
Interface PractitionerIdentity
-
Field Summary
FieldsFields inherited from interface dev.dsf.common.auth.conf.Identity
ORGANIZATION_IDENTIFIER_SYSTEM
-
Method Summary
Modifier and TypeMethodDescriptionSet
<org.hl7.fhir.r4.model.Coding> org.hl7.fhir.r4.model.Practitioner
Methods inherited from interface dev.dsf.common.auth.conf.Identity
getCertificate, getDisplayName, getDsfRoles, getOrganization, getOrganizationIdentifierValue, hasDsfRole, isLocalIdentity
-
Field Details
-
PRACTITIONER_IDENTIFIER_SYSTEM
- See Also:
-
-
Method Details
-
getPractitioner
org.hl7.fhir.r4.model.Practitioner getPractitioner()- Returns:
- never
null
-
getPractionerRoles
Set<org.hl7.fhir.r4.model.Coding> getPractionerRoles()- Returns:
- never
null
-
getCredentials
Optional<DsfOpenIdCredentials> getCredentials()- Returns:
Optional.empty()
if login via client certificate
-