Class CdsServiceRequestAuthorizationJson
java.lang.Object
ca.uhn.fhir.rest.api.server.cdshooks.BaseCdsServiceJson
ca.uhn.fhir.rest.api.server.cdshooks.CdsServiceRequestAuthorizationJson
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IModelJson
A structure holding an OAuth 2.0 bearer access token granting the CDS Service access to FHIR resource
-
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetScope()
setAccessToken
(String theAccessToken) setExpiresIn
(Long theExpiresIn) setSubject
(String theSubject) setTokenType
(String theTokenType) Methods inherited from class ca.uhn.fhir.rest.api.server.cdshooks.BaseCdsServiceJson
getExtension, getExtensionClass, setExtension, setExtensionClass
-
Constructor Details
-
CdsServiceRequestAuthorizationJson
public CdsServiceRequestAuthorizationJson()
-
-
Method Details
-
getAccessToken
-
setAccessToken
-
getTokenType
-
setTokenType
-
getExpiresIn
-
setExpiresIn
-
getScope
-
setScope
-
getSubject
-
setSubject
-