public class JsonAccessToken extends AbstractOAuth2AccessToken implements AccessToken
oAuth2AccessTokenENCOUNTER, ID_TOKEN, INTENT, LOCATION, NEED_PATIENT_BANNER, PATIENT, RESOURCE, SMART_STYLE_URL| Constructor and Description |
|---|
JsonAccessToken(com.google.gson.JsonObject rootResponse,
String accessToken,
String tokenType,
String expires,
String scope,
String intent,
String smartStyleUrl,
String patientId,
String encounterId,
String locationId,
boolean needPatientBanner,
String resource,
String refreshToken,
String idTokenStr) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.http.NameValuePair> |
asNameValuePairList() |
String |
getEncounterId() |
String |
getIntent() |
String |
getLocationId() |
String |
getPatientId() |
String |
getResource() |
com.google.gson.JsonObject |
getRootResponse() |
String |
getSmartStyleUrl() |
boolean |
needPatientBanner() |
getAdditionalInformation, getExpiration, getExpiresIn, getIdToken, getIdTokenStr, getRefreshToken, getScope, getTokenType, getValue, isExpiredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdTokenStrpublic JsonAccessToken(com.google.gson.JsonObject rootResponse,
String accessToken,
String tokenType,
String expires,
String scope,
String intent,
String smartStyleUrl,
String patientId,
String encounterId,
String locationId,
boolean needPatientBanner,
String resource,
String refreshToken,
String idTokenStr)
public com.google.gson.JsonObject getRootResponse()
getRootResponse in interface AccessTokenpublic String getIntent()
getIntent in interface AccessTokenpublic String getSmartStyleUrl()
getSmartStyleUrl in interface AccessTokenpublic String getEncounterId()
getEncounterId in interface AccessTokenpublic String getPatientId()
getPatientId in interface AccessTokenpublic String getLocationId()
getLocationId in interface AccessTokenpublic boolean needPatientBanner()
needPatientBanner in interface AccessTokenpublic String getResource()
getResource in interface AccessTokenpublic List<org.apache.http.NameValuePair> asNameValuePairList()
asNameValuePairList in interface AccessTokenCopyright © 2014–2016 Healthcare Services Platform Consortium. All rights reserved.